jyn

Results 249 issues of jyn

Right now you can ignore links globally: ```toml [ignore] "name" = [ "link 1" ] ``` and per-file: ``` ["tracing-core/src/lib.rs"] "`downcast_ref`" = [ "#method.downcast_ref" ] ``` but not per crate....

enhancement

The steps I took were ``` git clone https://gitlab.com/YottaDB/DB/YDBDoc/ && cd YDBDoc pip install sphinxprettysearchresults make dirhtml ``` Looks like `source_suffix` is None when it shouldn't be? ``` # Sphinx...

i promised ages ago to document this and then i never did lmao here is a dump of my ~/.profile, which makes e.g. `cargo build` act as if you'd run...

postgres has a plethora of features that can only be tested with multiple clusters, the biggest one being replication. unfortunately, it is not easy to run multiple clusters with pgrx....

i just did the following things: 1. `cargo pgrx new` with pgrx 0.11.3. 2. `cargo pgrx run` with pgrx 0.11.3. that gave an error that i installed pgrx with 1.76,...

diagnostics
cargo-pgrx

currently, `cargo pgrx new name` will always put the new project in `./name`. it would be nice to allow passing a path so that i can say `new name .`...

enhancement
cargo-pgrx

it looks like this is managed with cargo's `default` feature in the Cargo.toml of the newly created extension - it would be nice to document this in either the main...

docs

## Description whenever i run `jj git push`, i get one of the two errors: - on WSL: `Error: invalid or unknown remote ssh hostkey; class=Ssh (23); code=Certificate (-17)` -...

🐛bug
🪟Windows

fixes https://github.com/tmux-plugins/tmux-open/issues/18