Thomas Deinhamer

Results 98 comments of Thomas Deinhamer

Same for me. Looks something like this: ``` pnpm install  WARN  HEAD https://gitlab.com/private-group/private-group/tools/prettier-config error (undefined). Will retry in 10 milliseconds. 5 retries left.  WARN  HEAD https://gitlab.com/private-group/private-group/tools/eslint-config error (undefined). Will retry...

I'm encountering the same issue. Using this unocss config in an Astro project: ```js export default defineConfig({ presets: [ presetFonts({ fonts: { sans: { name: 'Fira Sans', weights: [400, 500],...

Experiencing the same issue. I have configured `secrets.GITHUB_TOKEN`, but the job does not create a deployment on GitHub. ```yaml name: PRODUCTION on: push: branches: - main jobs: deploy: name: deploy...

@Jason3S, I see. But shouldn't it be possible to set a relevant `ignores` value based on the `ignorePaths` option via the plugin? If possible, that would be some neat DX.

This source provokes the crash: ```tsx function Application() { return ( React Template ); } export default Application; ``` This does not: ```tsx function Application() { return ( React Template...

I'd love to ZIP support for `yarn` so it becomes a more versatile alternative to `npm`.

> This restriction was caused by an issue in Craft 4. It’s entirely possible that the issue no longer exists in Craft 5, but it would need some thorough testing....

@bencroker, appreciate it. When can we expect the next release? Thanks a lot!