Xinyu Chen
Xinyu Chen
### Description: The latest release shown on [GitHub](https://github.com/jekyll/jekyll-admin) and [RubyGems.org](https://rubygems.org/gems/jekyll-admin) are both v0.11.0. They have not been updated for one year and half by now (June 2022). There are updates...
`GetSystemMetrics` only works on Windows. This PR is part of the effort to port this project to Linux/macOS. The screeninfo library is a cross-platform library for retrieving screen resolution information....
This PR adds a few gitignore files to ignore sox binary files and model files from the repo. This makes it easier for developers to maintain a clean repository.
## Brief Description Starting from OpenSSH 8.8, it no longer accepts RSA keys by default, causing kitchen creation failure. Manually SSH into the VM using the same key works but...
I'm building a tool similar to [AST Explorer](https://astexplorer.net/). It doesn't have a backend and everything runs in the browser. However, there are code in [`debugger.ts`](https://github.com/creditkarma/thrift-parser/blob/master/src/main/debugger.ts#L1) and [`index.ts`](https://github.com/creditkarma/thrift-parser/blob/master/src/main/index.ts#L1) referencing Node.js libraries....
It seems that the current version does not include the implementation of `cpp_include` entries and it throws an error when running into it. This PR implements the parsing logic for...
This PR adopts @namiwang's [suggestion](https://github.com/jekyll/jekyll-admin/issues/705#issue-2120004694) to bump the version of `sinatra`, in order to resolve security vulnerabilities identified by Github Dependabot. Upgrading `sinatra` to the latest version (`4.0.0`) requires more...
This is a feature request. I will probably work on it later. Current storage uses file system to store keys and certificates. This will not scale well when the number...