alexxbb

Results 10 issues of alexxbb

Hi, I have a little issue with type aliases. Rust: ```rust #[cxx::bridge] pub(crate) mod ffi { unsafe extern "C++" { include!("cpp/vnp3-rs.h"); type VnpSpref; pub type SprefPtr = cxx::UniquePtr; pub fn...

## Environment CLion 2020.2 Beta Build #CL-202.6397.12, built on July 14, 2020 CLion EAP User Expiration date: August 13, 2020 Runtime version: 11.0.7+10-b944.20 amd64 VM: OpenJDK 64-Bit Server VM by...

improvement

Hi, I'm trying to find a widget similar to Qt's QListWidget to display a list of items that can be selected. I assumed such a basic widget would exist in...

feature
widget

The _preview_ feature of skim is great, however when skim is used as a library, there's no way to render a preview from Rust code. This PR adds a new...

There's a need for an API for manipulating generated items according to some open issues here. For a library I'm working on, I run an extra step which generates some...

enhancement

`>> broot --version` `>> broot 1.30.0` `>> broot --install` ```sh Writing br shell function in C:\Users\arusev\AppData\Roaming\dystroy\broot\data\launcher\powershell\1. Creating link from C:\Users\arusev\AppData\Roaming\dystroy\broot\config\launcher\powershell\br.ps1 to C:\Users\arusev\AppData\Roaming\dystroy\broot\data\launcher\powershell\1. C:\Users\arusev\OneDrive - XXX\Documents\WindowsPowerShell\Profile.ps1 successfully patched. ``` However, my...

bug
windows

In lib.rs rust uses //! comments to document landing page for docs.rs. This plugin doesn't work with it, but if the exclamation mark is removed, it stars auto-completing again //!...

1. yew/todomvc needs `cargo-web` (maybe `mask prepare` should install it aswell?) ```bash alex@Alekseis-MBP tauri % mask run smoke-test yew/todomvc sh: line 0: shopt: globstar: invalid shell option name error: no...

If I run a regular `cargo test` command I see all my tests running for a few minutes, however, if I run `cargo pretty-test`, all I get is this message...