Roman Timushev

Results 11 issues of Roman Timushev

Case classes with companion objects are sometimes not recognized by Jacks. It seems that the problem is in `ScalaTypeSig.cls` computation — it selects the first available `ClassSymbol`, but the first...

### Description This is an alternative approach to #50. It delegates user-specific secrets configuration to the system agenix module, so it works when home-manager is used as a NixOS/nix-darwin module...

### Description This implements #155 by adding an option to copy files to the home instead of symlinking them: ``` home.file.foo = { text = "content"; copy = true; };...

pinned

Projects that have `ghc` as a dependency cannot be built (in my case it's a transitive dependency of `polysemy-plugin`). I reproduced it by running `stack new`, adding `default.nix` and adding...

**Check your version before submitting the bug** ``` $ git trim --version git-trim 0.4.2 ``` **Describe the bug** When you work in a repository with many other collaborators, the `git-trim`...

## Bug Report ### Version ``` ├── tracing v0.1.37 │ ├── tracing-attributes v0.1.23 (proc-macro) │ └── tracing-core v0.1.30 └── tracing-subscriber v0.3.16 ├── tracing v0.1.37 (*) ├── tracing-core v0.1.30 (*) └──...

kind/bug

**Describe the bug** PartialOrd is implemented manually for `prometheus::proto::LabelPair` and it only compares the `name`. However, `PartialEq` is derived, so it checks all fields. This violates `PartialOrd` requirements (`a ==...

Similarly to what Cargo does when `net.git-fetch-with-cli` is enabled. This would make protofetch use the "system" authentication configuration, eliminating the need to provide protofetch-specific GIT_USERNAME/GIT_PASSWORD.

Backports https://github.com/hyperium/http-body/pull/94 and https://github.com/hyperium/http-body/pull/112. We had some performance issues and found out that `to_bytes()` has a quadratic complexity with respect to the number of chunks in the BufList (in our...

This PR makes it possible to use TLS with `deadpool_redis` by providing the `TlsCertificates` instance when creating a Manager. An alternative would be to make it possible to create a...

enhancement
A-redis