irishburlybear

Results 15 comments of irishburlybear

> I'm not sure who/why someone would send multipart/form-data from a server so would appreciate some requests on this. Doesn't seem to be a very useful feature. Sveltekit needs it...

Let me come in from the node.js client first. I was thinking yesterday that db.authenticate() could potentially refresh the TTL on the session, auto? maybe. or at least have options...

In my current project (sveltekit) I have 1 cookie with a generated uuid. I take that cookie and compares it to a redis TTL key in the back. It being...

YES, I'm having the same exact issue. I've managed to use getReader() because it was telling me that it was a Stream and I can get the data, but everything...

Where do I access curl from? That requires a prompt.. I'm on the solid community server... On Sun, Sep 30, 2018, 1:27 PM Ruben Verborgh wrote: > That's right, the...

I get no output using --json. It's just blank. Where if I leave off --json. I get some stdout. It's not like a big deal or anything, I have it...

Are you editing a regular query or a file? It's all over the place. The whole app is stuttering.. Does the rest of the UI suffer from performance issues, or...

UPDATE: I switched my desktop environment to Fedora 41 (Not because of this problem, but microsoft is getting creepy) I'm not having any issues with the .rpm and Fedora 41.

hooks.server.js: Notice I am using ws because http didn't work / doesn't work.. ``` await db.connect('ws://127.0.0.1:8000/rpc') await db.authenticate(session) event.locals.user = await db.info() event.locals.db = db return await resolve(event); ```