matt rice

Results 46 issues of matt rice

### Description I was trying to get lsp to autostart when I have a directory open which contains a matching `root_dir`, but when A file isn't open, this could be...

bug

This is the minimal extraction of `EnumMetadata`, which excises `OpaqueRepr` from my pr #207. It doesn't yet fix the duplicate code issue, I also think there is a function in...

This is just a (perhaps silly) thought, it is pretty easy to collect into a vec or slice I suppose, with `let foo: Vec = Foo::iter().collect();` But it occurred to...

enhancement
blocked

Given the recent changes in e.g. binutils adding intial support for the ctf Compact Type Format, I'm not sure the current status of across gcc/ld in tree or releases yet...

One thing I have noticed is that if a task completes very quickly sometimes it takes longer to display the fidget than the task itself. Perhaps it would be nice...

enhancement

It doesn't look (or at least isn't documented whether or not) Ron supports the rust range syntaxes `0..5` etc, I think it would be nice to support these perhaps.

help wanted
feature

The python module loading suffers from some hacks and workarounds, there is a comment in commit https://github.com/seL4/seL4/commit/311d4a0a34ea3050a6d4e9d6d1b71139967392e0 which describes the workarounds. This is largely because the scripts in `tools/` and...

build-system

When looking at how the `refresh` mechanism works on stream, it ocurred to me that it seems like a (single level) `rollback` mechanism seems like it would be possible to...

I had been using the latex_to_pdf functionality. On first run of the program when it downloads styles and sets up the tectonic cache it takes quite a long time, with...

In pr #299 which adds spans to various Error types, the Spans returned are based off of the existing offset data from which we can derive a line & column....