Giacomo Cariello

Results 11 issues of Giacomo Cariello

Trying to build rusty_v8 as dependency of my project, "Regenerating ninja files" phase fails because --root parameter points to non-existent directory. I suppose the problem arises because the package source...

I would like to request a new subcommand called "refresh" with a source as argument or alternatively a flag to "update" subcommand. The aim of such subcommand/flag would be to...

enhancement
good first issue

In PDF generation, it would be nice to be able to stream output, possibly asynchronously, instead of getting final byte array after close(). Would it be possible to expose self.stream's...

enhancement

I would be nice if a module could intercept whether another module has changed in its own check phase. For instance, assuming the "changed" value returned an integer: > file.content...

rustc 1.46.0 returns the following error upon execution: ``` rustc: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory ``` As workaround, I...

Provinces, which are also reported here https://it.wikipedia.org/wiki/ISO_3166-2:IT, are much more useful for form selections because they're the de-facto standard for italian address definition (for instance, postal delivery). The commit also...

When trying to use remoc on browser, it panics because it calls tokio::time::timeout, which is based on tokio::time::Instant::now, which in turns calls std::time::Instant, which is not supported on browser. Could...

enhancement

I tried to build a simple actor with a single message type, but apparently the first message I receive is not spawned by my code. Are there other "internal" messages...

Currently only a single Perseus app can be served by a single server backend. While Perseus already allows for customization of app base path, this customization is activated by setting...

Hi, I was wondering if tonic and tonic-build dependencies could be imported with default-features = false. This way, the project could also build on wasm32-unknown-unknown target (tonic wouldn't bring in...