llmII

Results 40 comments of llmII

> Now that we have discriminator, we can remove the server part from the default. Ok, so change to a more appealing statically configured one. > Bolding seems reasonable and...

I'm more just unsure how to get a commit sha into go code. I'd guess the Makefile could execute a command to replace a certain thing inside a `version.go` file...

I don't think Janet has a way at the moment, but I seem to recall one can close all the std* files, then reopen them by file descriptors. If there...

It would look like `io_uring` is not the panacea necessary for AIO on files per the man page sourced here. [aio(7)](https://man7.org/linux/man-pages/man7/aio.7.html) - See notes section.

Thinking through this... let's say it was implemented with `os/open`. Sure, every call to `ev/read` would block, but say it's only read in 4kb chunks... one could possibly `(ev/sleep 0)`...

I'm unsure if Janet-side code has the ability to detect if `ev` is present or not. If it did it could conditionally define such perhaps? Or it could be that...

@amano-kenji Please note that `(yield)` does not yield to the event loop but to whatever resumed the currently running fiber. This is important to note because if a task yields...

That likely is why, no suffix set. I'll look and see if can detect " " surroundings somewhere soonish.

Bridge connects to varys that never exited and still maintains xyz odd connections to IRC. Bridge has to ask varys "who do we got" and sync that up with what...

There are changes needed for `mu4e-ask-maildir` (like previously in my prior attempt at a PR #2110). Otherwise you'll get `(wrong-type-argument characterp nil)` for maildirs where the `:key` is omitted. **EDIT**:...