Oleksandr Povar
Oleksandr Povar
We definitely need CI for this project, otherwise it's very dangerous to merge the PRs. Everything is ready for CI (configuration file is already present), you need to do a...
## Wish First of all, thank you very much for the excellent tool you created! I used basics of it only, but already found it amazing. One thing which immediately...
Let's collect improvements we could/should make in our next major versions and are not allowed to apply now because of SemVer. Issue might be updated. - [ ] Make `RouteAction`...
The issue is based on the discussion in #559. @zvirja > should we probably modify CI so that doc is published automatically on push to master? This way if we...
Fixes #1678 During deep investigation of the issue #1678 I found that it occurs when we instantiate the `Configuration` object. It happens because we re-build libgit repository configuration and resolve...
Setup: - Debian 12 - gocryptfs: v2.4.0.HEAD; go-fuse v2.3.0; 2023-07-04 go1.18.1 linux/amd64 (compiled myself) - sshfs: version 3.7.3 The encrypted dir is mounted via sshfs, gocryptfs is mounted over it....
Good day! Was trying to use your tool to see asm of generic method, but the tool is failing for me. Input C#: ```c# using System; using System.Runtime.CompilerServices; public class...
Scenario: 1. Download `recovery.img` for LineageOS 19.1 from here: https://download.lineageos.org/devices/gemini/builds 2. Unpack `./gradlew unpack` 3. Repack without any changes `./gradlew pack` After that I try booting using `fastboot boot` -...
I wanted to use this tool to snapshot all the open issues, so e.g. I can have what do to during flight 😉 Could you please add a filter to...
Normally AutoFixture doesn't support multiple annotation attributes at once and handles the first occurrence only. We should re-order the handlers, so the `RegularExpression` attribute has higher priority. That's because this...