liamwhite
liamwhite
I'm not even sure if this is valid JavaScript, but browsers and node seem just fine with executing this: ```js // test.js try { foobar(); } catch(undefined) { } ```...
This was introduced for A32 in this commit https://github.com/merryhime/dynarmic/commit/51b155df92dc3ace960ca9dc6ba663d865b3a6ac , and would be extremely useful to also have for A64.
This is an absolute disaster in terms of code quality on my part. Because it is a wholesale replace of all 64-bit handling code I have no intention of actually...
Python bindings for Git: https://www.pygit2.org/ [opening a repository](https://www.pygit2.org/repository.html) [parsing ids](https://www.pygit2.org/revparse.html) [revwalk in C](https://ben.straub.cc/2013/10/02/revwalk/) | [in python](https://www.pygit2.org/log.html) [commits](https://www.pygit2.org/objects.html#commits) [commit author](https://www.pygit2.org/objects.html#signatures) [tree-to-tree diffs](https://www.pygit2.org/objects.html#pygit2.Tree.diff_to_tree)
## Bug Report ### What's the issue you encountered? I have both the amdvlk and radv drivers installed on my system. The default selection in Ryujinx is to use amdvlk....
Sample input code: ```js (async function(){})() ``` Expected output: it compiles Actual output: ``` liam$ java -jar /usr/lib/node_modules/google-closure-compiler/compiler.jar --inject_libraries=false
If you add ```elixir {Phoenix.PubSub, adapter: Phoenix.PubSub.Redis} ``` to your list of child applications, and then try to start the application in development mode (for example with `iex -S mix`),...
Please consider using a amalgamation of the libsass source for this repository. One of my main complaints about this library is that it is excessively slow to compile. This isn't...
Larger staging buffers can give performance gains in certain games. This will have the most performance improvement on systems that support resizable BAR, as it will result in a single...
This improves the handling of raw NCAs in two ways: - Allows save data persistence to correctly function when booting the raw NCAs extracted from multiprogram applications. This avoids a...