Code Monkey home page Code Monkey logo

mccs-alpha's People

Contributors

dependabot[bot] avatar geoffturk avatar maxyzli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mccs-alpha's Issues

Incorrect smallcase of email field in Signup page

This one's a bit random ;)

On the signup page, if you accidentally have caps lock on in the two email fields, but incorrectly fill out the form, the email field will get corrected to smallcase, but the reconfirm email field will be left as CAPS. Consequently, when you try and submit the form, the emails won't match.

Fix date/time format in daily notification email URLs

The date/time format in the URL of the daily notification email is not being interpreted correctly by the search.

Here is what is sent in an email:

https://trade.opencredit.network/businesses/search/match-tags?page=1&created_on_or_after=2020-02-02%2015%3a45%3a11%20UTC&tag_type=wants&tags=software#results

Notice the two spaces (%20) in the URL.

To fix the problem, use the standard ISO8601 date/time format instead:

https://trade.opencredit.network/businesses/search/match-tags?page=1&created_on_or_after=2020-02-02T15%3a45%3a11Z&tag_type=wants&tags=software#results

So replace the first "%20" with "T" and the second "%20UTC" with "Z".

cespare/[email protected]: x509: certificate signed by unknown authority

Hello team! First of all, thank you for building this open source software! I'm very excited to try it out, and am keen on starting a mutual credit network in my community (in Silicon Valley, California, US). I was going through the Getting Started guide, and am running into an issue when running make run:

Step 7/8 : RUN go get github.com/cespare/reflex
 ---> Running in 3d800a1dc998
go: finding github.com/cespare/reflex v0.3.0
go: downloading github.com/cespare/reflex v0.3.0
verifying github.com/cespare/[email protected]: github.com/cespare/[email protected]: Get https://sum.golang.org/lookup/github.com/cespare/[email protected]: x509: certificate signed by unknown authority
The command '/bin/sh -c go get github.com/cespare/reflex' returned a non-zero code: 1
ERROR: Service 'web' failed to build
make: *** [run] Error 1

I googled it and saw some answers that suggested updating the ca-certificates, so I added the following to the dockerfile.dev, but it didn't help:

  
WORKDIR /usr/src/app

COPY go.mod .
COPY go.sum .

RUN go get -v -t -d ./...

RUN apt-get update \
        && apt-get upgrade -y \
        && apt-get install ca-certificates -y \
        && update-ca-certificates -y

RUN go get github.com/cespare/reflex

CMD ["reflex", "-c", "./reflex.dev.conf"]

I'd appreciate any guidance on how to resolve this issue! Thank you so much! Can't wait to get everything running locally. :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.