Antonin Januska
Antonin Januska
I'm running into this issue and can't seem to find a solution. When setting a source or destination that has spaces in it, it causes all kinds of issues and...
I commented on this elsewhere but I think it'd be very useful to have default eager relations for models. Here's a sample syntax: ``` js var Comment = Bookshelf.Model.extend({ tableName:...
If submitting a bug, please provide the following: ### Environment * Elixir version (elixir -v): 1.8.2 * Absinthe version (mix deps | grep absinthe): 1.4.16 * Client Framework and version...
Is there a place that apm saves logs for an application?
The release process right now is cumbersome af. Right now, we have to: 1. bump version manually 2. npm install (to get the version bump into package-lock) 3. npm publish...
It looks like travis doesn't run or at least, it doesn't report on branches/PRs. The badge in readme doesn't work either.
With the latest upgrade to rollup, we might be affected by https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32
Not sure what milestone to add this to but the testing coverage is severely lacking and there are no instructions for library developers to check if everything works correctly. The...
The repo isn't seeing a lot of traffic but some PRs take a bit for turnaround time (the 1.9.x fix for example), would it make sense to add a contributor...
I'm struggling here a bit. CodeMirror has a ton of methods defined on it that cannot be accessed via config. One thing CM does is intercept `ctrl+s` action which means...