Valentin Brandl
Valentin Brandl
I have a project that depends on OpenSSL (indirectly through `git2`) (repo [here](https://github.com/vbrandl/hoc/tree/feature/nix-build)). It builds fine but at runtime I get an error from libgit2 which indicates that indicates that...
Do you have any ideas on how to curry functions taking self as a parameter? I thought about keeping the first two arguments together so it looks like this: ```rust...
It would be cool to have an option for the formatter to print the comma at the beginning of the line. So instead of ```json { "key1": "value1", "key2": "value2"...
While it is not a backend for rustdoc, there is https://github.com/vhbit/rust-docset to generate docsets form any Rust documentation. Even if it is not the exact same thing, the list asks...
When formatting some JSF inside a `style` attribute, the formatter destroys the JSF by stripping the closing `}`. This happens on Gradle 6.4.1 with the plugin version 5.0.0 as well...
This patch makes building binaries for the `x86_64-pc-windows-gnu` target on travis possible
Is it possible to cache the docker images used by `cross` or at least their internal cargo caches? That way future builds would be much faster I guess.
What is the state of HTTP/2 server push in hyper? I couldn't find anything in the documentation. Are there any plans to implement it in the future?
`fb-contrib` has false positives for the `DMC_DUBIOUS_MAP_COLLECTION` and `WOC_WRITE_ONLY_COLLECTION_FIELD` if access to the according fields only happens in an instance of an anonymous class via `OuterClass.this.someCollection` I created a [testcase...
When picking a key to update, parcimonie simply picks a random key from the keyring. This way it can happen that certain keys don't get updated for a longe time...