Grégoire Geis

Results 28 issues of Grégoire Geis

Many traits actually exist, notably for values and types, but aren't used to their full potential. ## Methods on traits Most values declare the `get_name` and `set_name` methods, and implement...

enhancement

It would be nice to have "Rust-friendly" (I doubt "safe" is a good word) wrappers around the methods found in `llvm_sys::support`, namely: - `LLVMAddSymbol` - `LLVMSearchForAddressOfSymbol` - `LLVMLoadLibraryPermanently` - `LLVMParseCommandLineOptions`...

enhancement

I'm getting the following error when running `nixos-rebuild switch`: ``` activating the configuration... [agenix] symlinking new secrets to /run/agenix (generation 1)... [agenix] decrypting root secrets... decrypting '/nix/store/k7c3rf9fc8qymkhj4ljw6awbnwqql737-password-g.age' to '/run/agenix.d/1/password-g'... Error:...

This issue should be used for tracking bugs related to replaying actions, i.e. macros and repeating the last actions.

bug
enhancement

I've been thinking about a few features that could be added to Dance, but that would require the VS Code `type` command to be overridden at all times (rather than...

help wanted
question

After working with Caret on a file with some math blocks, I encountered a crash with a very meaningless error message. The problem here is the behavior of Caret when...

bug

This adds new icon buttons along with "archive all": "delete all" and "select all." In "Options," these buttons can be toggled on and off (the default is to only show...

Fixes #51426. Note that it's not on the `Backlog` milestone, but the issue hasn't had any activity for a month so I thought I'd try sending a PR for review...

For Uncommitted Bug

can directly be used from a browser, which is nice to try Open Korean Text before downloading it.

### Describe the feature #7719 requested for `stacker` to be made an optional dependency, and #7720 implemented it. Unfortunately, Cargo features are additive so importing any package which depends on...

enhancement