Tim Shnaider

Results 36 comments of Tim Shnaider

@iamkun I came looking for an answer to the same issue as @rinogo date-fns allows you to specify a reference date param: https://date-fns.org/v2.21.3/docs/parse chrono-node defaults to current year ![image](https://user-images.githubusercontent.com/1051701/118184746-d6ae4400-b48f-11eb-8447-eddf6ffd850b.png) luxon...

Ideally you would detect and/or have options to specify that nightmare should spawn Electron process itself or that it is already running in an Electron process and use it natively....

An issue with Nightmare not running inside Electron just became real. I just realised that electron-packager builds an executor that won't accept an arbitrary script file on the command line...

Yes please - loop through array and test if item is string or regexp and test accordingly, vs current 'includes' test.

Start here: https://github.com/arangodb/arangodb/issues/8176

This seems to work for icons. ``` .pretty.right .state > i { right: 0; left: auto !important; } ```

Good catch on not wanting events to be emitted if the transaction is aborted. I don't think the team will say this is a good approach as it's a hack....

Feathers specific: Pass 'sequelize' as a param to your service calls, with a nested 'transaction'. Read up on transactions in Sequelize for everything else to do with transaction lifetime. ```...

Just noticed the comments about update() not passing the transaction. params.sequelize is not consistently passed to all sequelize calls, I'll do a PR.

Copy the feathers-knex hooks.js and change it to use unmanaged Sequelize transaction mechanism. https://sequelize.org/master/manual/transactions.html