Cris Ward

Results 66 comments of Cris Ward

FWIW I currently make stuff update by passing in parameter into a reactive function call eg ```svelte let c = 0, a = 0, b = 0 function update(){ c...

Also getting this error. Any work around?

Had a quick look at this. It looks like each request goes via the steps of `group.exists` -> `group.start` -> `group.proxy` In the following places * `/src/daemon/vhosts/tld.js` * `/src/daemon/routers/index.js` *...

Not sure if this is related, but has a similar issue with the css build step breaking. This only started to happen after upgrading to svelte 4.* We had a...

> I'd highly recommend using Vite rather than Rollup for anything involving CSS I thought vite used rollup? We use esbuild in dev, rollup for production. Also this is called...

@neovintage flash plugin would need modifying a little. He'd need to ask the author to add a flash key to their session schema for his flash object. But that wouldn't...

Thanks for considering this. I know what you mean about the j-word thing... however the schema does give you one place to look when you want to see what is...

That makes perfect sense.

I'll try an make some time to look at this and do pull requests on the various engines, or whatever is needed in core.

File storage also has an issue when utime fails. I have this working on a development server inside a vm. The storage folder is on the host, and doesn't seem...