-
If you call `llm-capabilities` on ollama embedding model it fails:
```emacs-lisp
(llm-capabilities (make-llm-ollama :embedding-model "nomic-embed-text"))
```
```emacs-lisp
Debugger entered--Lisp …
-
Hello,
Thanks for org-super-agenda, it's a big help.
As the title says, I have an expectation problem with the way ":scheduled today" works.
It works as expected for the day that is actually …
-
At the moment each line is sent as is, I think that'll make it hard for us to properly track evaluation. Better would be to use `scan-sexps` to only read and send over a single s-exp at a time.
-
Hello.
By default, psi has a lot of keybindings defined, for example C-M-b, which conflicts with Emacs default (backward-sexp). Since psi is a resident program, and emacs and many others are not, c…
ghost updated
4 years ago
-
Following discussions on the OCaml forum, I'd like to advocate the implementation of features that would, in my mind, simplify the whole experience for newcomers and developers of simple projects (for…
-
Such as it's the case for `names()`, it would be extremely convenient to have `rownames()` and `colnames()` in cpp codes.
My idea (sorry that I don't enough C++) would be like:
```
// THIS WORK…
-
It's great that we've simplified internals to rely consistently on logic in `colnamesInt()`, but unfortunately it has made for some head-scratching debugging, e.g.:
```
call_neighbors[token == 'ex…
-
Hello,
I'm trying to construct a character/string `RMatrix`, however due to trait bounds this doesn't seem to be possible. In order to construct a matrix, it needs to satisfy `Robj: AsTypedSlice
-
Jumping to the definition of `Import` [here](https://github.com/janestreet/async/blob/d5c944adeabf4d576e66fa76cb9f2f5a2ff709cb/async_rpc/src/rpc.ml#L2) is failing with "Several source files in your pa…
-
In multiplayer, the RNG is seeded in `game_level_init()` in freespace.cpp using `Netgame.security`, in `shipfx_blow_up_model()` in shipfx.cpp using `obj->net_signature`, and potentially by SEXP in `ra…