hensansi
hensansi
Got the same alert through dependabot, I created this PR in the meanwhile to reduce the attrition in the update. https://github.com/kelektiv/node.bcrypt.js/pull/904
As an alternative solution, even if the register function doesn't support transactions you can pass a user document created with a session. If something fails, it will be rolled back....
Regarding the coverage, it is a breaking change due to the current locales, https://github.com/react-component/picker/blob/master/src/locale/en_US.ts#L19 I will look into why `rc-picker-cell-end` disappears
I just noticed that there are harcoded defaults in other places/not using the locale (enGB) e.g.  RangePicker https://github.com/react-component/picker/blob/8bc4cce34d2d53e8017e2d8b7a59c4f7db613d0c/src/utils/uiUtil.ts#L147 I can try to understand how we can use the locales...
Have a look on `$ which functions`. In my case it's `functions: shell built-in command`. You can still run it as 'functions-emulator' and in my case I just aliased it...
I was looking into it today too, would something along these line solve this? (no breaking changes but see note below) https://github.com/tabler/tabler-icons/compare/master...hensansi:tabler-icons:modularize-commonjs-components @codecalm @anthonyalayo note: I see on the config...
@aralroca I found the same issue recently when I started to migrate pages from `pages` to `app`. The first page I migrated was a static page so I simply used...
@jakubjanousek @aralroca this is not a (final) solution but it displays where the problem is with the given repo, https://github.com/hensansi/next-translate-ssg-issue/commit/f1d1aad454b046d749568c4ff1b2f9a2ca739d48 ``` Creating an optimized production build .Route (app) Size First...
For those here who use Arch Linux and Sway, the "Start with systemd" option won't work out of the box because it never reaches "graphical-session.target."[1] If you run `systemctl status...