maritz
maritz
As discussed in #127 this PR now includes the changes that **do** break node v0.8 and has tests. I did not remove the travis config for v0.8 since I'm not...
As discussed in #127 this PR now only includes the changes that should not break node v0.8 and has tests. Sadly supertest does not support http2 yet, so I had...
When adding a new property that has a defaultValue (or setting it to null when no defaultValue is set) to an existing model instance and then saving it (so it's...
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): https://gist.github.com/maritz/40b6404873ef3c28a28b21a8091a6749 * Have you checked for system updates?: Yes * Are you...
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): https://gist.github.com/maritz/40b6404873ef3c28a28b21a8091a6749 * Have you checked for system updates?: Yes * Are you...
There are very few usecases imo where it makes more sense to leave the timestamp as a string instead of converting it to int upon retrieval from the db. This...
In the branch where key argument is supplied, check if onePropertyDiff() returns void, then return empty array statically. Then the void return typing can be removed entirely.
When using the `prisma-reset` executor (without --skip-seed) seeding does not happen. As far as I can tell this might not be easy to fix, since the issue is that prisma...
I have almost 400k lines of warnings (and occasional errors) in my current .xsession-errors file that look like this: ``` Fossilize WARN: Referenced Pipeline layout 363b15eea90822d5, but it does not...
Sadly memwatch-next does not have Issues enabled, so I can't create this issue there. @marcominetti Can you have a look at this? During npm install -g I get the following:...