goldstar611

Results 14 issues of goldstar611

Some of the corpus file names are not valid on Windows and checkout fails. The first invalid path that git encounters is `samples/bitcoin/id:000000,orig:a.0` ``` C:\Users\user\Desktop>git clone https://github.com/MozillaSecurity/fuzzdata.git Cloning into 'fuzzdata'......

## Expected Behavior Be able to save multi line region comment without error ## Current Behavior When using a multiline comment the following error banner is displayed: ``` Unknown sub-system...

community
triage

pyage doesn't allow output to a TTY because it may not be safe if it's binary, but with the `--ascii` switch added std should be fine.

Pull request https://github.com/public-activity/public_activity/pull/148 introduced `:fallback` but I can't find any branch or gem release with that parameter now. It used to be part of the "2.0" / "unstable" branch but...

While compiling on 32-bit Raspbian OS the following error causes the build to fail: ``` mnt.cc: In function ‘const string mnt::flagsToStr(long unsigned int)’: mnt.cc:93:2: error: narrowing conversion of ‘18446744071562067968’ from...

Fixes #347 mksquashfs has an option `-no-compression` [1] but it seems to have been released about 10 months ago [2] and not widely available, especially on older OS installations. Switch...

Hi, gpg's binary has a optional switch `--debug-quick-random` which will use non-blocking random sources and is nice to use for tests/CI. How do I toggle with switch with GPGME? I...

pygit2 doesn't support clones with --depth option or shallow clones, https://github.com/libgit2/libgit2/issues/3058 It may not make sense to completely remove the git client dependency.

Known Issue

I just deleted the origin/0.9.17 tag using `gl tag -d origin/0.9.17` then attempted to create it again ``` user@host /mnt/spinnydisk/git/gitless.git (master) $ gl tag -c origin/0.9.17 Tag 0.9.17 will be...

bug

I think we also have an opportunity to provide a better "undo" feature that automatically cleans the index. We have a contribution for `gl revert` which is just a wrapper...

enhancement