Mehdi Bouaziz
Mehdi Bouaziz
See https://github.com/SkipLabs/skdb/pull/138#discussion_r1511202018
IIUC, because `call` is called outside the reactive world, it should not access reactive stuff. If needed, `params` can pass things (plain data) to `call`. Fail 1: a simple solution...
In that case let's open an issue with a reminder to use that style across the board (there are instances of the lambda variant in the skipruntime client or server)....
Because the different fields of a `value class` are passed as several parameters instead of one, a developer writing a `cpp_extern` function may not get the expected result. For example,...
For typed directories, ideally we'd need to keep keys and files in directories to avoid unsafe casts. There are a few cases of keys in the `Context`, some are more...
From `man gitmailmap`: ``` If the file .mailmap exists at the toplevel of the repository [...], it is used to map author and committer names and email addresses to canonical...
Part of my work towards #734 I probably won't go further for the time being. Before merging, I want to: - push docker images with LLVM 16 and skiplang built...
Here is a start for a debugging API. You can test it like that: ```sh cd skipruntime-ts bun run build bun run examples/groups.ts ``` ```sh curl http://localhost:8081/v1/debug/raw/dirs | jq ```...
Removing `.collect(Array)` in `resetReactiveViews`, leads to this runtime error for the `ALTER TABLE ADD COLUMN` skdb unit test: ``` Unreachable: Attempt to read field Some.value of type _ that cannot...
Given that the iterator is now (since #276) fully traversed and saved into an `Array` when the second element is accessed, I suggest that it is transformed into a lazy...