Elias Gabriel Amaral da Silva

Results 59 comments of Elias Gabriel Amaral da Silva

@MartinKavik > Why do you need it? Hi! My use case is to do the first render on the server, and then "rehydrate" the client to work on a prerendered...

@nicholasday perhaps this fairing could be added to contrib?

There is also [Telexide](https://github.com/CalliEve/telexide)

There is [web-extensions](https://github.com/web-extensions-rs/web-extensions) now, which uses [web-extensions-sys](https://github.com/web-extensions-rs/web-extensions-sys)

Instead of having `AppState` generate a type `AppStateObservable`, I think it's a better API to have a `Observable` type such that `Observable` the observable type corresponding to `AppState`. That way,...

@repi > NOTE: As the development environments and licensing restrictions on the console is private, we can't share or discuss details openly here. But want to have a public ticket...

Perhaps an okay course of action is to fork this repo, apply the PRs, and if the original author ever want to continue development and merge your fork, he can...

The story I would like to see for async Rust is not just to be _possible_ to write cross-runtime libraries, but for it to be the easiest, preferred route: if...

I can't find the API documentation (listing all functions and modules) on pypi here https://pypi.org/project/gensound/ - am I looking at the wrong place? For example, I only learned that `Silence`...

Hi! Python comes with pydoc in the standard library, but you should probably use Sphinx. It's what [Readthedocs](https://readthedocs.org/) uses (a site that hosts documentation for you, and that you should...