Flemming hansen

Results 9 comments of Flemming hansen

Ok, I think I need to specify: I'm looking for a way to to set a global state-object, not just make variables available within the module scope...

There's more info here: https://github.com/remix-run/remix/issues/1186#issuecomment-1018088856 https://github.com/remix-run/remix/issues/1186#issuecomment-1019492493 Still haven't been able to get it working using Pages env vars on CF and `.env` locally... Edit: Sorry I couldn't be of more...

Maybe counter-intuitive to the core philosophy here, but I want to test setting this up using Cloudflare SSL, so @cristianvasquez' suggestion seems legit even in production (kill me). Look at...

This works, but not nice; ```js htmx.defineExtension('redirectToResponseUrl', { /* Abuse `defineExtension` to redirect on a known 302 response. Use in theme as `hx-ext=""` */ transformResponse: function (text, xhr) { globalThis.document.location...

Seems the problem is the `rollupFilter` called from here: https://github.com/unocss/unocss/blob/6aa1578976c902b315dd500a533a088456de67d8/packages/vscode/src/autocomplete.ts#L116-L117 This sets up a filter: https://github.com/unocss/unocss/blob/6aa1578976c902b315dd500a533a088456de67d8/packages/shared-integration/src/context.ts#L42-L47 Which fails for the `config.content.pipeline.include`-minmatch, in my case `['./*.hbs', './partials/**/*.hbs']`.

I think I might have found the root of the problem: Basically the `cwd` of the vs-code extension is wherever you start vs-code, be it flatpak or a container. So...

No nagging, but I had a go at this, and it's way above my head =/ so I hope someone else sees the need for this in the near future...

@kongxiangyan where were you a week ago? Anyway, much appreciated, so thanks. @jonathantneal The `@extend` draft is still a bit lacking, so I'll leave the PR for you to decide.

Disclaimer. I'm on DevPod v0.5.6, Linux via bluefin-dx, so I don't know if this is fixed on a later version? ENAMETOOLONG is Node.js when the operating system rejects the creation...