Gustavo Inacio

Results 41 issues of Gustavo Inacio

Description ---------------- I organize my folders using spaces, when I used the command make nanvix, it utilize some command with mkdir and started creating a lot of folders. Ex: My...

bug
confirmed
good first issue

Description ---------------- While using nanvix, I actually used make clean without killing the process. After killing the process, the hdd.img.lock file wasn't deleted and after recompiling nanvix, I couldn't start...

bug
confirmed
good first issue

I'm planning to create a PR for uint256 and int256 but I would like some guidance related to the types. Rust doesn't implement native i256 neither u256. Should this crate...

Is it possible to get an Iterator from a `Row`? I'm currently converting back every value for my own `Value` so I can return them as json on my http...

**Problem** When you return a `rsx!{}` or a `None` as an Element, the renderer crashes with the following logs: ``` [INFO] dioxus_fullstack::render - Suspense resolved thread 'tokio-runtime-worker' panicked at /Users/gustavoinacio/.cargo/git/checkouts/dioxus-5df58c476196bcfb/55d1f83/packages/ssr/src/renderer.rs:129:38:...

bug
ssr

## Feature Request Create an LSP implementation of rsx to auto-suggest all the properties available for rsx. Right now, rust-analyzer doesn't suggest any properties of rsx components. It's good to...

**Problem** I created a fullstack project using the `dx` cli and selected to use Tailwind. The problem is that it uses the older configuration via `Dioxus.toml` style config in `[web.resource]`....

bug

I started using Klickhouse on my web server, but if any of the earlier queries have some errors, our server stops responding with a `protocol error: failed to send query:...

Neon doesn't support cross-compilation to all desired targets. It was less effort to rewrite the `node-plugin` into napi-rs which has better support and documentation. It's also actively maintained which is...

Eventuals are great but they are a simpler and less used version of RxJs. It's been known by a long time that indexer-service (ts version) and indexer-agent have a memory...