Tyler Ruckinger

Results 11 issues of Tyler Ruckinger

Updates reserved keywords. Most are removals. For instance, `proc` was removed [here](https://github.com/rust-lang/rust/pull/49699) List: https://doc.rust-lang.org/reference/keywords.html#reserved-keywords Proof: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=16ceeadb190d1804eab3cf5e8439c1bc (keywords are outdated at the playground as well, but the point is it compiles)

In crate names, the `-` and `_` characters are treated as equal. For example, `cargo_download` is an alias of `cargo-download`. `cargo download` reports the extracted directory as the name passed...

Implements VersionHelpers.h and most of sdkddkver.h. There are a few sections in sdkddkver.h that I'm not sure what to do with, specifically sections starting `#if defined(DECLSPEC_DEPRECATED_DDK)`, `#ifndef NTDDI_VERSION`, and `#ifndef...

waiting on review

I am interested in adding Windows support for this crate. Would you be willing to accept a PR if I can get this working? Specifically, I want to look into...

### Describe the bug On my system, caps lock is ignored. Typing with caps lock on produces lower case. Holding shift with caps lock on produces upper case. This seems...

bug
A-Events
P-high
platform-dependent

Example repository: https://github.com/TyPR124/geigertest There is a lib, "testlib", which contains `#![forbid(unsafe_code)]`, but a binary (still in "testlib") that does not. There is also a separate binary, "testbin", which depends on...

bug
help wanted

https://crates.io/crates/rand Currently the most downloaded crate on crates.io. Contains quite a few `unsafe` ``` Functions Expressions Impls Traits Methods Dependency 0/0 37/95 0/0 0/0 0/0 ! rand 0.7.2 0/4 4/80...

In trying to get assembly highlighting to work, I added [this file](https://gist.github.com/TyPR124/7d6cc329a97749117ebfc012ef8d92ed) to this project, and imported it. This is essentially a copy of the gas.js mode, which I couldn't...

Title is directly taken from https://github.com/toml-lang/toml#user-content-array-of-tables As is this: ```toml # INVALID TOML DOC fruit = [] [[fruit]] # Not allowed ``` However this appears to parse as valid TOML.

### Description Multiple issues preventing pip completions from working in Fish shell on Windows. Fish ships with a file at `/usr/share/fish/completions/pip.fish` containing ``` pip completion --fish 2>/dev/null | source ```...

type: bug
state: awaiting PR
C: autocomplete