Results 22 comments of Alex

Can someone explain, when (or why) would `signal` be `null` in `nodeCleanup(function (exitCode, signal) {})`, and how should async cleanup be handled in that case? `@types/node-cleanup` defines `signal` as `string...

This may happen when you try to access the time zone without initializing it: ```ts // ❌ Wrong, don't do this! dayjs("23:05", "HH:mm").format("hh:mm z") // Uncaught TypeError: Cannot read properties...

Would be great to have this. It's not only `numeric` by the way, same with `decimal` and `time` (like `time(0)`).

@SimonCockx The way I work around it is detect if `process.env.NODE_ENV` is set to `"test"` (which my test runner does set), and apply the data type conditionally, so `pg-mem` doesn't...

@stereobooster Ran into the same issue with `homepage`, and a valid GitHub URL such as `https://github.com/someuser/somerepo/` still causes the error (with or without a trailing `/`). To everyone else, my...

@B4nan Is it possible to perform a bulk ~insert~ update using the Query Builder? For example, I need to loop over a list of items and build a query to...

Sorry, typo - I meant a bulk update.

I may be in the wrong thread after all. I was wondering about bulk update, but it might be a separate topic. Thanks for your replies though.

I can confirm on latest Chrome 66, Horizontal and Vertical Image examples don't work. Initial Scale works, but it breaks if you switch to another example, and go back to...

The original code works if you run it in `Europe/London`. Here's the [fiddle](https://jsfiddle.net/f2e87L9y/). Open the dev tools, go to Sensors, set Location to London, and click Run - the dates...