Cameron Mcloughlin

Results 9 issues of Cameron Mcloughlin

First of all, really enjoying this plugin, nice work! One thing I'm missing from VSCode is the ability to apply a code action/quickfix from the "problems" tab: ![image](https://user-images.githubusercontent.com/29902409/151719908-5fca26d6-c4bd-43fc-9a04-c09885a988ca.png) The specific...

I'd like to support const generic arrays, and it didn't seem to hard to implement, so I made a quick PR - of course, I'm not 100% familiar with your...

I'm quite new to Nix, so this might just be my inability to read the docs properly, apologies in advance. I have a `flake.nix` that defines an output which is...

Hi, I'#m quite new to both bevy and rapier, so apologies in advance if this is already explained somewhere. I came across [this](https://rapier.rs/docs/user_guides/bevy_plugin/scene_queries#intersection-test), but I'm not sure how to apply...

This seems like a really simple question, but I can't find which part of the API to use :sweat_smile: I tried this code: ```rust fn merk_len(merk: &Merk) -> usize {...

Very small PR that adds `Clone` impls to a couple of error types. I have some error types in my own crate that have `Clone` bounds, and IMO it's better...

This is a bit of a vague question, so apologies in advance if it's considered off-topic. I'm trying to use crane to build a project at $JOB, which is quite...

needs reproduction

Hi, thanks for the great library :grin: I've been working on a compiler that has many `Option`s scattered throuhgout. This takes 8 bytes to store, since it needs 4 bytes...

S-speculative
A-sym

### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description I'm...

bug