cboecking

Results 13 comments of cboecking

It seems to me that the best use of function calling is to make the call via cli and pipe in the results to aichat. One use case that I...

The website still references ***@***.*** from https://picocss.com/docs#usage-from-cdn Should this be changed as well, or all the existing sites automatically update with the new release? I hope the answer is we...

Thank you! Here are my ignorant thoughts regarding what makes sense to me: * private schema to hold internal representations * api schema to hold rest interface (usually behind authentication)...

One quick question I have is how to manage different versions of an API. Here is my assumption: - Each API version gets it own schema, and therefore its own...

Note that I experienced the same thing. I just found and installed nerd-dictation for the first time today. The system adds about 15 'the's per minute to the prompt even...

more detail about the environment and debugging. https://github.com/cboecking/datastar-opencode-demo/tree/main/demo-03-true-datastar https://github.com/cboecking/datastar-opencode-demo/blob/main/demo-03-true-datastar/debug-write.nu https://github.com/cboecking/datastar-opencode-demo/blob/main/demo-03-true-datastar/debug-listen.nu

After testing further, I no longer believe it is where vs filter - it's using $in in consecutive closures in the pipeline! A single use of $in works. However, if...

Hi @adamdotdevin, thank you for your quick consideration! The below screenshot is as a result of putting the following in the url: http://localhost:3000/?url=http://127.0.0.1:4096&kiosk=true&dir=/home/debian/code/opencode

Here is a screenshot when no dir/project is specified.