Compl Yue

Results 26 issues of Compl Yue

![image](https://github.com/neo4j-devtools/neo4j-bloom/assets/15646573/2743ae44-8ab1-4a4c-a196-007592ae8d00) ```cypher MATCH (q:Message {role: 'user'}) WHERE id(q) in $nodes CALL chat.ask(q, 'gpt-3.5-turbo') YIELD ans, r // Bloom don't honor `chat.ask` as being WRITE mode, // we have to put...

This PR experiments with an alternative catch-up mechanic, instead of limiting AIs with configured ratio when they are ahead of a player, the speed-limiting ratio is changed to be rank-based....

This PR make use of parabolic curve to smooth the steering control. I.e. short-press of steering btns would commit weaker control, long-press of the btns would commit stronger control. Keyboard...

https://github.com/koka-lang/koka/blob/9f400dd22ef16729d0eca8fbf1d2170fe670d320/samples/handlers/named/file.kk#L14 I'd expect the signature of `fun read-line()` here to bear `io` (or similar) effect, i.e. `: io string`, but currently it errs out: > an explicit effect in result...

question
types
effects
daan?

I see `heap::H` at type level has been successfully used in Koka for scoping checks for soundness and effect isolation. For some time I've been seeking a solution to build...

https://github.com/Pure-D/code-d/blob/ea8360c4fa85bfa89f6cfe83fcd4f468007a7829/package.json#L1527 `0.24.0` doesn't work with proxy set via env var `http_proxy`, while `1.7.2` is verified (by locally build `code-d-0.23.2.vsix` ) to work well. Please consider bumping version of axios (maybe...