Chris Roberts
Chris Roberts
Unfortunately, this doesn't seem as easy as it might appear https://github.com/google/transit/pull/279 . Adding these extended route types to GTFS has been [discussed as far back as in 2008](https://groups.google.com/g/gtfs-changes/c/keT5rTPS7Y0/m/LH4G0R9iCQAJ?pli=1). Whilst Google...
Also run into this problem. It's extra inconvenient if your private repository has temporary credentials, e.g. CodeArtifact.
It's this: https://github.com/southlondonmakerspace/membership-dryer (which you probably can't see). tl;dr: this quote mostly sums it up > This software is to give a "dry" environment for testing the South London Makerspace...
Alternatively, we could simply make use of the direct debit to deduct payments and standardise on this as a way of taking payments. This would make things a bit easier...
Rather than specifying LDAP, we should think a bit more about how we could use membership-system as a way of providing single-sign on for any site within the domain -...
This should also contain emails sent to users, including the full rendered text of said email.
It should be possible to implement this using [Mongoose pre-post hooks ](http://mongoosejs.com/docs/middleware.html)for the Schemas in src/database.js - a new schema should be made which would need to be able to...
Initially addressed by #212 and #213 These PRs add the option of sending Express access logs to a file or to the local syslogd, which is configurable by the config...
What was the concern specifically?
This sounds like an implementation issue rather than an issue with the concept of the feature generally. If this feature were to be implemented it should: * Prevent users from...