lirc571

Results 13 comments of lirc571

> Ok so, this is currently in my `env.nu`, and seems to at least not have nushell 0.71 errors > > ```nu > # FNM > # load env variables...

Update for nushell v0.73: It seems that `$it` has been removed for `any`, so `any ($env.PWD | path join $it | path exists)` needs to be changed to `any {|it|...

Some works are being done at #5593 and on llama.cpp side by Intel people. Looks like they are actively working on it!

+1. `NODE_EXTRA_CA_CERTS` environment variable should be forwarded to npm.

Same here. My observation is that it does not know how to draw lines that are not vertical or horizontal.

@The-Lum That looks cool but it looks like a different feature. It would be better if `maxAsciiMessageLength` can apply to non-ascii diagrams as well!

> Wait, how does sampling use even server-provided tools? How does/can the sampling process invoke tools, and how are tool responses integrated /supplied back into the sampling? I don't think...

#382 allows the server to ask for info from the client. Seems related.

I would like to have this feature as well! > can be specified via the Accept header in JSON-RPC requests If I understand correctly, HTTP headers are not used for...

> @lirc571 可以看下这个基本的都有了 > > https://github.com/CherryRum/cryptography-standards 谢谢❤️❤️