Daniel Olano

Results 88 issues of Daniel Olano

I was just wondering if the reason to use `var` is to be more familiar to Javascript developers? Because JS developers are totally fine with `let` nowadays is used more...

This is more of a question since I don't know its implications. Would it make sense for this crate to re-export `std::error::Error` when the `std` feature is enabled so users...

With this PR I propose that all lowercase identifiers followed by braces are treated as elements instead of components, currently only single identifiers that are in `diouxus_html` are treated as...

I'm building an app where users can install "applets" that are pieces of UI built by third-parties, we are thinking of distributing them as WASM blobs as we can bundle...

enhancement

### Describe the solution you'd like Following the spirit of "everything is a URL" of Redox, it would be interesting if `open` could be a more generic concept and do...

enhancement

It would be neat to add WASM support which I imagine can be done adding some build task in h3-sys that uses emscripten to generate the lib object that is...

cross-compilation

How can I tell `"exportsOverride"` object to flatten the files so they are copied to the root of the `lib` folder? Something like this: ``` "exportsOverride": { "*": { "/":...

question

Add a command to reverse the selection in the same way it is expanded.

Would a "secure storage" abstraction fit in this repo? My initial use case is something rather high level to store and retrieve secrets by a generic key but happy to...

Hi! any chance you might want to expose the [`mod fetch`](https://github.com/http-rs/http-client/blob/main/src/wasm.rs#L76) publicly or make it a tiny crate? I started doing something similar and later I just plain copy-pasted the...