Alexei Robyn

Results 18 issues of Alexei Robyn

Currently, it appears that cargo-post ignores the `$CARGO_BUILD_TARGET` environment variable, resulting in it passing incorrect `CRATE_TARGET`/`CRATE_TARGET_TRIPLE`/`CRATE_OUT_DIR` variables to the post-build script. Pseudo-related to #2, given that the environment variable is...

bug
help wanted
good first issue

## Description Adds support for the Smart 68. Some notes: - I based the layout off of the default used for it in its original TMK firmware, and enabled Command...

keyboard
keymap
stale

Allows modpack authors to embed the .craftbooturl into the jar file and distribute that directly to users, making it simpler for them to use. I know, seems like a small...

I've come across some strangely-encoded* FLAC files in my library which loudgain gave a "Couldn't write to" error for. However, because loudgain doesn't exit with an error status in such...

## Steps to Reproduce 1) Have Steam Guard enabled, use a mobile authenticator 2) Log in on pidgin-opensteamworks, send some messages 3) Change the mobile authenticator device by installing Steam...

Moonscript recognises two kinds of wildcarded forward declaration: - `local ^` to forward declare all uppercase-named variables in the current scope as local - `local *` to forward declare all...

I've been working on a [Nix](https://nixos.org) package for Yuescript's Lua module. What I have works fine when built against PUC-Rio Lua 5.1 or above, but fails when I attempt to...

I'd like to be able to define custom standards that specify `not_globals`, and have those apply to the finalised definition table used. Example use case: I have a sandboxing approach...