Rock Boynton

Results 16 issues of Rock Boynton

**Is your feature request related to a problem? Please describe.** No, only requesting to add a new supported chip **Describe the solution you'd like** Support CC1352R **Describe alternatives you've considered**...

enhancement

When parsing deps fails I get the following suggestions: ``` Parsing crate `strum_macros`: can't find lib.rs with `cargo metadata`. The crate may be available only on a particular platform, so...

bug
help wanted

Running ```bash $ git clone https://github.com/r-medina/ll.git && cd ./ll/ && make o && cd .. Cloning into 'll'... remote: Enumerating objects: 31, done. remote: Total 31 (delta 0), reused 0...

For `BitFlags` converting to `N` with `bits()` is infallible. Thus, it need not be a `try_from()` and instead just `from()` where the impl is just `bits()`. A user can't do...

Line 54 ```haskell [] -> die "Cabal file does not exit, no package.yaml found either" ``` should be ```haskell [] -> die "Cabal file does not exist, no package.yaml found...

bug
wontfix

`rust-analyzer` shows a warning when trying to use a method marked as `deprecated`, and currently shows as a strikethrough in the completion menu. But it would be nice if there...

A-completion
C-feature
A-config

### Summary I have a rust import statement, use foo::{bar, baz}; If I place the cursor on the rightmost }, and try to do mdm it doesn't work (error says...

C-bug

**Is your feature request related to a problem? Please describe.** My team is considering using Nickel for our config language, but we *really* like static typing, and want to make...

It looks like these are hardcoded here https://github.com/yassinebridi/serpl/blob/2a195169e14d3a871f31cac89bfef68c3524c048/src/components/search.rs#L109 https://github.com/yassinebridi/serpl/blob/2a195169e14d3a871f31cac89bfef68c3524c048/src/components/replace.rs#L81 Would like to rebind to deconflict with my terminal multiplexer setup.

enhancement
help wanted