Eidolon

Results 29 issues of Eidolon

I would like to see an option, such as `--recur-local`, that checks the dependency list for the current crate and recurs, building a list of dependencies that are path-local, for...

I am using regl from a Webpack context so everything is es6 modules by default. Since 1.3.1 on npm doesn't include the typings file, I copied it into my project...

If an export function hash matches another export function, it is undefined which function will be used during import resolution. This results in call sites being patched with incorrect imports...

enhancement
v2.x

For C++ executables, WinMainCRTStartup is responsible for calling a procedure named _cinit, which initializes all C++ statics prior to calling WinMain. I have a Winlicense 2 packed EXE which I...

Similar to Linux Artist Mode, which creates an evdev device and provides tablet events, this adds a virtual tablet class for macOS and an Artist Mode using it. Adds support...

enhancement
macos
desktop

### Acknowledgements - [X] I have searched the existing issues and this new issue is not a duplicate of any. - [X] I have written a concise and meaningful title....

enhancement

Racer now has a daemon mode which, as of 1.1.0, has some progress towards caching syntax completion information. It is started with the `daemon` command and receives the usual commands...

Breaking change in derivations of Clone for arrays; see rust-lang/rust#30244. Offending line: https://github.com/DaGenix/rust-crypto/blob/db7fe6caf38315d94f7e3dfb6257cd1f876f1c39/src/blowfish.rs#L13 rust-lang/rust#30130 was reverted due to ICEs related to Copy on large arrays in rust-lang/rust#25733 Possible solution: use...

No idea what this entails, but it might be useful to have CI builds on PRs.

This would ensure that the ctru-rs linked is compatible with the libctru version in use; if it is possible, this could be set behind a crate feature to use the...