dan-da

Results 85 comments of dan-da

@ynohtna92 appears to have addressed this. closing.

@onweru on the contrary, it strikes me that this is a documentation issue/omission at the very least. "One codebase, one platform" is a main selling point on the homepage yet...

ok, I've made some progress. I'm using ubuntu 22.04. I've been able to build the hackernews app (from the guide) with platform=desktop. But I still get an error trying to...

Experimenting, I just tried: ``` $ dx build --platform tui -- --no-default-features error: invalid value 'tui' for '--platform ' [possible values: web, desktop, fullstack] ``` Ok, so `--platform` supports web,...

a bit more progress. flailing about, I learned that the wasm-bindgen error is indicating the app isn't being run in a proper wasm environment. This led me to `dx bundle`,...

+1 for getting this merged asap. else I'll need to start referencing @davidrusu's fork in our crates instead.

Perhaps redb could offer an *async-friendly* api that wraps the sync api in `spawn-blocking` or `block-in-place`?

> Is there anything redb would do that a separate crate couldn't? redb-tokio etc. I don't know. Probably not. For a second you got me excited thinking there might be...

how should it be persisted? I'm thinking something like: ~/.kindelia/state//{blocks,heaps} That way, state for various networks can be stored side by side. And the active network_id can be selected from...