shadowtime2000

Results 134 comments of shadowtime2000

If you launch a static server at an address like static.sky.lea.moe, you could have express redirect phone users to that address

Are you saying that it should just parse the Javascript inside the template tags from an Abell template? That is possible with an ESLint processor, [an example of which you...

@aidenybai Thoughts?

I think it would be best to hold off on this until [aidenybai/lucia#7](https://github.com/aidenybai/lucia/issues/7) is finished to make sure we don't have to create any breaking changes once components are implemented.

Maybe instead have the `bind` function convert an atom into an object that can be more easily read by Lucia for reactivity. ```html Click! ``` ```ts import { Atom }...

I could do a fake `useAtom` where it doesn't link at all to the actual global state and it uses it's own copy, or I could looking into subscribing forced...

@zaydek 👋 Hi, I am a maintainer of AlephJS. We use [esm.sh](https://esm.sh) to do conversions of NPM packages that currently don't have Deno support like React and Sass. Recently we...

Not really any updates. If a maintainer could let me take this issue and approve the plan I made above, I could get started on this.

I finally came around to trying to add it - however Vercel is failing the deployment and I do not have access to the Vercel dashboard while Ben is away...

I think the problem is that you are using ES syntax along with CommonJS. You could try going through the code and make it work with CommonJS syntax. What I...