Doug A
Doug A
Hey gang, Super cool project, I'm trying to follow along but having trouble finding where this Tauri command is called: https://github.com/electric-sql/electric/blob/dbbd52661d6c16ef4be7f4da6145f4f66c11a653/examples/tauri-postgres/src-tauri/src/main.rs#L262 Doesn't seem to show up anywhere else in the...
Hi :wave: I see that your Readme says you want to move away from `js` embeddings such as `web-ai` to a Rust embedding library. Perhaps something like [`fastembed`](https://crates.io/crates/fastembed) would work?...
I have just noticed that the `@fireproof/encrypted-blockstore` `v0.17.7` on npm does not seem to have to latest build? For example, I get: ```js error TS2305: Module '"@fireproof/encrypted-blockstore"' has no exported...
I'm looking to share `read-only` pointers to a database. After seeing [this comment](https://discord.com/channels/1142273421674303619/1142286889588629604/1204515931938889738) I'm under the impression this isn't a feature yet. Am I right in deducing that if we...
I'm not exactly sure where to open this issue, as I also see a repo for interop tests over here: https://github.com/libp2p/interop . If I've missed where this test is, my...
https://github.com/mikeal/car-transaction/blob/54efe07a58d3315a869b7dd9d6971b0e80958e2e/index.js#L38 The params for `decode` are [`decode = async ({ bytes, codec, hasher })`](https://github.com/multiformats/js-multiformats/blob/dcfdac59df3570b85e633afae5ac8f6caf0a4441/src/block.js#L165) But the params used match `create`: [`create = async ({ bytes, cid, hasher, codec })`](https://github.com/multiformats/js-multiformats/blob/dcfdac59df3570b85e633afae5ac8f6caf0a4441/src/block.js#L208) Both...
Hi there, I was looking to use this really cool library of yours but noticed the docs are from `v0.1` and are no longer applicable. Any chance you might have...
Cloudflware should be Cloudflare (lol) https://github.com/slack-edge/slack-cloudflare-workers/blob/73164f117e858f686eb5eaaa6020a668c4ca73a0/docs/simple_app.md?plain=1#L142
Required since `wasm_runtime_layer` version `0.5.0` breaks `v0.1.18` fixes #25
When you use a fresh build of this project, it pulls in `wasm_runtime_layer` v0.5.0 because `">=0.4.0"`: https://github.com/DouglasDwyer/wasm_component_layer/blob/4b7425d444b6dce6f1372b6cef5171b0dd4fb929/Cargo.toml#L21 However `0.5.0` gives an error on this line: https://github.com/DouglasDwyer/wasm_component_layer/blob/4b7425d444b6dce6f1372b6cef5171b0dd4fb929/src/lib.rs#L187 `Module::new` in `0.5.0` is...