Luka
Luka
Hello, I'm having troubles comparing objects indirectly referencing function pointers. For the reference, here's a minimal example: ```go package main import ( "testing" assert "github.com/stretchr/testify/assert" ) type s struct {...
Hi there! I may have found an interesting issue with dates. I hope I can help! ### What version of Cassandra are you using? That's the 3.11.2. ### What version...
I need to install lgo on the whole system. Therefore I set `$GOPATH` to `/usr/local/go` during installation, and `$LGOPATH` to `/usr/local/lgo`. I set the right permissions for my user in...
Hello, I'm having troubles trying to run a shell inside a view. I'm going through a pseudo-terminal (currently using kr/pty's module here: https://github.com/kr/pty). I had an issue passing my view...
**Description** 1. On Qt projects, parsing some custom build conditions is failing 2. `cmakeconverter` version `2.1.0` 3. You'll find relevant logs below: ``` 0.000038 Converter runs in verbose mode 0.000059...
## Where can I donate to support the project? Could you share a cryptocurrency address, a Paypal, a Patreon or whatever so we can support please? :slightly_smiling_face:
Add a flag to enable recursive backup, effectively uploading nested chilren filesystems recursively (being ZFS datasets and volumes). Follows the late feature request #65. I’m opening this draft to collect...
### What is the issue? I’m having many issues at the same time since 2 days ago, probably related to 1.66 auto-update of my exit node. After more than a...
Hi! `compose2nix` really is awesome, and exceeds all of my expectations! As I’m migrating a bunch of Docker Compose definitions, I was wondering if it would be wise to add...
Fix an issue where special characters were not properly escaped in template, leading to Nix parsing errors. Tests have been checked and pass. Test data has been written from the...