Alex Beauchemin
Alex Beauchemin
I created a webpack plugin to achieve this with nextjs, it will build the sourcemaps, upload them to sentry and then remove them so they won't be there at the...
I fixed the issue by adding the correct permissions to the task and commenting out the github_api_url ``` permissions: issues: write pull-requests: write steps: ... # github_api_url: 'api.github.com' ```
Yes definitely, good idea. I'm a little busy currently but can probably imolement this pretty soon. Glad to accept a PR if you're willing to do it too 👍
I've been able to get closer to the desired result by adding this to `theme.lua` while running it in dev mode ```lua ['@variable.builtin.typescript'] = { fg = p.blue2 }, ['@lsp.type.variable.typescript']...
This is ready to be merged but I think the maintainers are gone 😞
@olivercederborg I eventually switched to a different colorscheme so stopped working on it, but, while not perfect, I used this for a while and it was good enough (in my...
I ran into the same issue and I also believe there's an issue with SQL generation and enums For me, prefixing "public" to the enum name seems to fix the...
This package wasn't published with the latest changes If you `npm install react-diff-viewer-continued@latest`, it installs version 3.4.0, while github currently list it as 4.0.x. All the changes made since the...