lhchavez

Results 12 issues of lhchavez

This change makes it such that the child process does not have any leaked file descriptors.

This change adds the following: a) A new button on the UI to enter full pointer lock mode, which invokes the Pointer Lock API[1] on the canvas, which hides the...

noresponse

This change builds upon #1457 to support encoded audio support for the RFB protocol. Notably, it: a) Adds a button to toggle the audio stream. This is needed since most...

feature
ui/full

This commit introduces libgit2 v1.5.0-alpha to git2go, which brings a large number of bugfixes and features. This also marks the start of the v34 release.

This is a known issue because there is a missing symbol: ``` go get github.com/libgit2/git2go/v32 go: downloading github.com/libgit2/git2go/v32 v32.0.4 go: downloading github.com/libgit2/git2go v27.10.0+incompatible go: downloading golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c go: downloading golang.org/x/sys...

This change allows debugging all the allocations performed by libgit2. To enable, set the environment variable `GIT2GO_DEBUG_ALLOCATOR_LOG=/tmp/git2go_alloc` and run the git2go program. Once the program exits, run the `./script/leak_detector.py` script,...

This change writes the command line flags to the log instead of stdout, since that confuses clients that expect stdout to be a valid JSON-RPC stream.

### Reproduction steps Build libgit2 with ThreadSanitizer and run the tests. The `object` suite is a good representative example: ```shell $ cmake \ -DUSE_BUNDLED_ZLIB=ON \ -DCMAKE_C_FLAGS="-fsanitize=thread -fno-optimize-sibling-calls -fno-omit-frame-pointer" \ -DCMAKE_GENERATOR=Ninja...

This depends on #5757 Git 2.29 added an extension for `commit-graph` files such that they also contain a [bloom filter to track modified paths in commits](https://github.blog/2020-07-27-highlights-from-git-2-28/#changed-path-bloom-filters), which can make the...

up for grabs

Hello! We announced a few months ago that we would be moving off of polygott and into [nix](https://nixos.org/) in https://blog.replit.com/nix . As such, this repository will be mostly unmaintained and...