Leandro Emmanuel Reina Kiperman

Results 8 issues of Leandro Emmanuel Reina Kiperman

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

Adds support for the UGEE S1060. Had to add 2 extra aux buttons since this tablet has 12 but the code only parsed 10 of them. Related issue: #3053 diagnostics...

configuration

I was having an issue linting one of my expressions and managed to narrow it down. When running on the expression `(x: import x)` it fails with the error: ```...

Are there any plans to be able to use non-github flakes? Currently it seems like the only way to push is using this github action. It seems to use curl...

## Description Updates nixpkgs to latest version * Includes a fix to avrdude that allows using serial devices such as Arduinos as ISP programmers. * Updates python and all its...

core
stale

Implements pinning functionality. Copied naming of operations from the caches handling code but open to renaming anything. Specially not sure about "create" and "destroy" verbs. Maybe "add" and "remove" makes...

### Reproduction steps ```diff --- a/tests/libgit2/repo/pathspec.c +++ b/tests/libgit2/repo/pathspec.c @@ -383,3 +383,16 @@ void test_repo_pathspec__in_memory(void) git_pathspec_free(ps); } + +void test_repo_pathspec__foo(void) +{ + static char *strings[] = { "**/foo" }; + git_strarray...

## Describe the bug When a shallow clone is cached and later the same repo is used as non-shallow input, the lock is set with `revCount = 1` ## Steps...

bug