Justin Wood
Justin Wood
Currently your wrapper script is setting the environment to `/bin/bash`. Unfortunately not everyone has bash located in that place. I was wondering if you would be open to use `/usr/bin/env...
**Is your feature request related to a problem? Please describe.** I have a rebar3 application that is currently being developed locally. Because none of my applications are currently on hex.pm,...
This should allow the versions to be parsed and inserted into the database. I still need to add a command to the CLI to generate a migration for each supported...
This is a list of known compatibilty issues with Ecto 2.1. Feel free to tackle any of these tasks. * [ ] on_conflict resolution * [ ] or_where support I...
I will admit that I am not 100% that `in` is causing this issue, I have not dug deep enough into it. ``` MyApp.Repo.all(from l in MyApp.Location, where: l.id in...
This is to help track #209. The following is a list of specification test files that need to be included to be complete. This exercise may also introduce new functionality...
https://docs.mongodb.com/manual/reference/command/listIndexes/#dbcmd.listIndexes It is possible for commands to return a cursor.
Erlang's crypto module has removed some deprecated functions in favour of a new API. This removes uses of the old functions which no longer work in OTP 24.
I am really unsure if this is an issues of emacs or how devenv sets up packages. I am filing a ticket here because this is the first time I...
### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...