John Molomby
John Molomby
Bump? I need this..
If you hit this in your own usage, one workaround is to set a default of `null` instead of `undefined`.
On `4.4.1`, when I have no default configured for a value, eg.. ``` var convict = require("convict") var config = convict({ something: { format: (val) => { /* noop */...
Also [Terrafmt](https://packagecontrol.io/packages/Terrafmt) > This plugin will automatically run `terraform fmt` on any Terraform file before saving.
Previously I've referenced the [list used by Mongoose](https://github.com/Automattic/mongoose/blob/d8087d379f49b91cec851b1e5e52200a265704cd/lib/utils.js#L78). In addition to the above, it includes: `cooperation`, `deer`, `digestion`, `energy`, `excretion`, `expertise`, `fish`, `health`, `justice`, `labour`, `machinery`, `media`, `moose`, `paper`, `pollution`,...
We currently don't use transactions in single mutations; it's a known problem we're looking to rectify.
As to the "why" – due to the way nested mutations and hooks interact it's not possible to support transactions when using auto increments. When wrestling with the tradeoffs during...
I'll re-run these tests and investigate when I'm done with #4437
Rather than moving files, I find it easy to checkout a specific commit that has the migrations I want to apply then run `prisma migrate deploy`. You script the process...
You're not even catching `ctrl-c`.. ``` ERROR:b2.console_tool:ConsoleTool command interrupt Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/b2/console_tool.py", line 1476, in run_command return command.run(args) File "/usr/local/lib/python2.7/site-packages/b2/console_tool.py", line 1304, in run allow_empty_source=allow_empty_source File...