barries

Results 20 issues of barries

I read the docs and hope I missed something; is there a way to configure `nvim-scrollview` to not have the various icons hop to the left or right depending on...

[Q&A, not an issue] Has anyone here switch from or evaluated [`vim-mark`](https://github.com/inkarkat/vim-mark)? If so, what worked better / worse? The [author, @inkarkat](https://github.com/inkarkat) did a [thorough survey of prior art &...

Do folks here know of any projects using `jaq` as a library for more complex object models--JSON supersets more or less--either for matching by path expression or full filtering? We're...

### Requirements - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related or helpful - [x] I have checked the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x] I...

🌐 web pages

### Did you check existing requests? - [x] I have searched the existing issues ### Describe the feature It would be lovely if the nav float could preview the code...

enhancement

Hi! I'm coming to love Aerial, and have a small nit; the floating window transparency in the nav windows hinders usability, though it sure looks cool [1]. Can / should...

> Root caused by @setbac (discord name). [`Diagnostics::runtime_used_deprecated()`](https://github.com/search?q=repo%3Arune-rs%2Frune%20runtime_used_deprecated&type=code) is being called for apparently all function calls. Instead, either (a) calling code should filter the hashes before calling this method (if...

Right now, it's hard to tell which overload is missing when calling with a dynamic number of args. Adding the requested arity, and perhaps the available arities, would make this...

enhancement

**Describe the bug** `autocxx` emits lines like: ```text cargo:rerun-if-changed=/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/c++config.h cargo:rerun-if-changed=/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/os_defines.h ``` when the current spec is to emit the `cargo::` prefix with two colons. **To Reproduce** Cause a `build.rs` failure...

**Describe the bug** Generating an FFI for a minimal header: ```cpp #pragma once #include struct VersionRange { }; ``` ...generates this error: ```text warning: [email protected]: /home/barrie/my/ui/../../tmp/ui/debug/build/my-ui-1b2780bae091e965/out/autocxx-build-dir/cxx/gen0.cxx:162:31: error: missing template arguments...