Chris Dawson
Chris Dawson
Strangely, it seems like df might actually be slower: ``` $ time du -d 0 -h /fakedisk/ 827K /fakedisk/ real 0m0.003s user 0m0.002s sys 0m0.001s $ time df /fakedisk/ Filesystem...
I'm happy to help with a PR if you give me some guidance on where to look @puzrin . Thanks for looking at the issue.
Interesting comment here: `// Also prefer folding a super-long line.` https://github.com/nodeca/js-yaml/blob/master/lib/js-yaml/dumper.js#L301 I wonder if this means the person prefers folding (collapsing) a long line. I prefer the opposite behavior, if...
@insuusvenerati I believe you need to change the CMD to something like this: `["/usr/local/bin/pocketbase", "serve" , "--http", "0.0.0.0:8090"]` Without that, it listens on localhost only inside the container, and even...
(Edit: Looks like I have some bad code in there!) I tried a similar thing. I believe I have the right code installed on my site: ``` ``` I logged...
@aaronpk Yes, I fixed this so it now displays ``. So, I think I have the correct link in the page. You can see it here at the bottom of...
I had not. I just did. Is there a readme for brid.gy? I'm unsure if I have configured things correctly for my site (svekyll.com) or if I need to add...
Great. I'll read some more, thank you.
Maybe look at guidance? I have used llama3 with it, and it supports function calling. https://github.com/guidance-ai/guidance/?tab=readme-ov-file#automatic-call-grammar-for-guidance-functions
Just run these commands: ``` $ npm install karma -g $ karma start karma-conf.js ```