hexcowboy

Results 40 comments of hexcowboy

the patch is no longer working for the current `drizzle-kit` version and i've spent too much time trying to update the patch without luck. instead i'm resulting to change both...

> Hmmm, the patch seems to work on my side. are you using `[email protected]`? most of the code was moved to `util.js` and there are pretty significant changes there from...

> Hi everyone, I'm looking into this now. I think I found a bug in the LinkedIn OIDC implementation, I reached out to them and awaiting response. is this in...

read this https://github.com/vercel/next.js/discussions/22388#discussioncomment-6809043 you should prefer `suppressHydrationWarning` over using dynamic imports. dynamic imports will disable SSR in the react tree (not usually desirable)

Also missing App Shortcuts. The ones you can set in `System Preferences` -> `Keyboard` -> `Shortcuts` -> `App Shortcuts`. I'm not sure if these are the same as menu items,...

I believe this issue is caused by webpack importing `@mantine/vanilla-extract` when you're adding the `theme` to the `MantineProvider`. I fixed this by extracting `theme` into `theme.ts` and `vars` into `theme.css.ts`....

It looks like `` (`Ctrl` + `^`) is blocked. This is the key stroke for going to the previous file in vim.

great suggestion, i would definitely welcome this change

this is open for anyone to make a pull request for. i would propose doing this through a `LockManager::new_with_redis_client` or similar.