Jan Schulte
Jan Schulte
Right now we allow ssh only if the user does not host their project on GitHub. When the user hosts on GitHub we use https without exception. As a user...
When I run semantic-rs on a project where the commit message format does not follow the Angular message style format, I get the following output: ``` [0] % cargo run...
Right now semantic-rs uses `user.email` and `user.name` from the user's `gitconfig`. When browsing the log it is not clear which commits where made by the user themselves and which by...
We should decide if we want to support other environments as well in the future. Possible candidates: - Ruby - Elixir - Objective-C
Currently the detail page for an event has the venue's address. It should be possible to click on the venue's name to open the detail page. ![screen shot 2014-12-28 at...
Right now, the API documentation looks rather sparse: https://hexdocs.pm/mustache/api-reference.html See https://yos.io/2016/04/28/writing-and-publishing-elixir-libraries/ for instructions
``` warning: String.strip/1 is deprecated. Use String.trim/1 instead Found at 3 locations: lib/mustache.ex:23: Mustache.double_mustaches/2 lib/mustache.ex:26: Mustache.double_mustaches/2 lib/mustache.ex:104: Mustache.triple_mustaches/2 ``` and ``` warning: String.strip/1 is deprecated. Use String.trim/1 instead test/mustache_integration_test.exs:45: MustacheTest."test...
Right now we use a user's `authentication_token` as API Key. This attribute is provided by Devise and actually used for the login process. We would like to migrate this into...
This is a ticket which describes the general approach we want to follow when it comes to API versioning. Over the time we collected quite some features which will modify...
This issue is extracted from #334 Quoting @Svenyo: > I've just experienced another case: Re-editing the wheelchair tag from yes to limited and back to green again caused the toilet...