Reto
Reto
When trying to print documents from the flatpak [from flathub](https://github.com/flathub/com.github.fabiocolacio.marker), the print dialog is not listing any printers. Only some default printers show up: Flatpak version: 2020.04.04 I found a...
### Current Vector Version ``` vector 0.10.0 (g0f0311a x86_64-unknown-linux-musl 2020-07-22) ``` ### Use-cases When creating more complex Vector pipelines, I find it valuable to have a dummy transform called "input"...
As far as I understand the current implementation of [`start_actor()`](https://github.com/sunli829/xactor/blob/272b1b49fa9f387afe70c4056be2ab8b4284118f/src/actor.rs#L140) will process messages sequentially. The next message will only be processed, once the previous one is completely processed, even if...
Using PackedStruct on private structs results in an error: ```rust error[E0446]: private type `FooPacked` in public interface --> lib/foo.rs:13:10 | 13 | #[derive(PackedStruct)] | ^^^^^^^^^^^^ can't leak private type 14...
Just making the code compile ``` cargo check --all-targets ``` The const `HTML_NAMESPACE` is used in the same file, in the `tests` module. Not sure if you prefer defining the...
I was wondering how one could render a `Dom`-tree to an HTML string for server-side-rendering (SSR). Conceptually I see three options: 1. Render the application in a **headless browser** with...
I'm generating the client code with the CLI tool. The generated file for a query "GetData" will look something like this, with a custom scalar "URL": ```rust pub struct GetData;...
Currently the ["log" feature](https://tracing.rs/tracing/index.html#crate-feature-flags) of the "tracing" dependency is enabled ([ref](https://github.com/sagebind/isahc/blob/6b499c878c93ad81a8c395af8a072f1b8c8d736f/Cargo.toml#L82)): ``` [dependencies.tracing] version = "0.1.17" features = ["log"] ``` If I understand correctly, this means that any application using...
Proxay is great, thanks for creating it! Would you consider publishing an official container/docker image? That could be useful for using *proxay* in CI for example. I'm using this minimal...
> The extension is incompatible with the current GNOME version 