Tom Lienard

Results 163 comments of Tom Lienard

Could you explain a bit more what you mean by `standard packages`?

Thanks for the explanation, that makes sense. It's a rule that I've been wanting to add for a while, but it requires quite a bit of work. Sherif only reads...

That’s interesting, I don’t use VS Code but I’m a bit surprised. Sherif does a simple alphabetical sort to match package managers when updating deps; does that mean VS Code...

Indeed, Sherif supports NPM/Yarn workspaces (via the root `package.json`'s `workspaces` field) or PNPM workspace (via the `pnpm-workspace.yaml` file). Supporting Rush is not an easy task. I'll leave this issue open...

Thanks a lot for this PR! I'll take a deep look at it tomorrow. We'll probably need to add some limits (e.g max number of open websockets, max message size,...

@akitaSummer I've rebased and updated the js-runtime code to fix the TypeScript errors and implement both `CloseEvent` and `MessageEvent`. Will check for https://github.com/lagonapp/lagon/pull/887#discussion_r1200064195 soon.

Thanks for this PR, I'll work on #887 first (will take a bit of time, it requires a lot of work)

Side note: I'm not sure if this is the right approach (we might need more changes): - I can write a Function in TS in the playground - Let's deploy...

> because of Spectre attacks and the likes, they had to harden the V8 isolate security model. That's true, see their Security Model documentation: https://developers.cloudflare.com/workers/learning/security-model/ An Isolate by itself *should*...

Looking at how Meilisearch can be installed, it's only a binary and can't compile to/run in WebAssembly. Lagon and other similar platforms are designed for small to medium workloads, with...