Etienne Samson
Etienne Samson
Here's what I'm seeing now .
Here's the output I'm getting. This happens repeatedly each time I'm saving a file. ``` % jekyll serve -w --trace Configuration file: site/_config.yml Source: site Destination: site/_site Generating... Generating logo-471x200-fd4b94.png...
This removes the remaining warnings I can see in VDKQueue, as well as some general cleanup. I also had to add an autorelease pool, because now that the system frameworks...
I think it's because of Foundation being built with ARC enabled. This makes it so that some objects that weren't going through an autorelease pool now do, causing the NSThread...
**Describe the bug** I've just got my espanso upgraded via brew, and I'm now on version 2.1.6-beta. Sadly, it did make espanso completely unresponsive to any input, and I haven't...
It seems Clang can arbitrarily raise errors (transient NULL-byte reads from files that exist). Handle those errors by retrying the parsing step 3 times, just in case it goes away.
I've been digging around parsing for some time, and I've discovered the following : clang seems to mishandle the following construct ([test.txt](https://github.com/libgit2/docurium/files/6589868/test.txt), a reduced version of `git2/sys/transport.h`). If you use...
See for example, [git_commit_create_v](https://libgit2.org/libgit2/#HEAD/group/commit/git_commit_create_v), which doesn't show that its arguments are variable. For the record, here's the relevant clang AST for it, which, apart from the ellipsis at the end...
See for example, [git_commit_create_v](https://libgit2.org/libgit2/#HEAD/group/commit/git_commit_create_v), whose "Defined in" link points to https://github.com/libgit2/libgit2/blob/HEAD/include/git2/commit.h#L357-367, while the correct answer is https://github.com/libgit2/libgit2/blob/b05fbba394b9f2befea8b50817fd64209538e384/include/git2/commit.h#L357-367 (HEAD at the time docurium was ran). Maybe the value of HEAD at...
Fix most warnings introduced by #713, and update dependencies to their latest published versions.