Wilfred Hughes

Results 332 issues of Wilfred Hughes

Given the source code: ``` val foo: Int? ``` tree-sitter-kotlin produces: ``` source_file (0, 0) - (1, 0) property_declaration (0, 0) - (0, 13) val (0, 0) - (0, 3)...

http://news.ycombinator.com/item?id=5120767

Feature

Given the code: ```rust #[cfg(target_pointer_width = "32")] const SIZE_OF_PTR: usize = 4; #[cfg(target_pointer_width = "64")] const SIZE_OF_PTR: usize = 8; fn main() { SIZE } ``` Racer gives: ``` PREFIX...

enhancement

I've seen issues discussing autocomplete on macros and jumping to definitions, but I've also noticed that racer can't tell `vec![]` is of type `Vec`. As a result, racer can't offer...

enhancement

If I have two users set as default users at the project level: ![screen shot 2017-03-06 at 16 51 23](https://cloud.githubusercontent.com/assets/70800/23620093/b1711072-028d-11e7-9daf-c0433d716339.png) I can then remove a single user at the repo...

This is useful when autopep8 is installed in a virtualenv and isn't installed globally.

Quickcheck is sometimes finding a soundness issue with this transform: Example failures: ``` [PointerIncrement { amount: 29, position: Some(0) }, Loop { body: [Increment { amount: -1, offset: 0, position:...

This would save a bunch of unwrap() calls I think. https://docs.rs/clap/latest/clap/trait.ValueEnum.html

E.g. try comparing the package.json from rust-analyzer between 2022-01-02 and 2022-01-22.