pacak

Results 102 issues of pacak

and behave similar to `req_flag` with both giving access to `.adjacent_to`

- [ ] #380 - [ ] #379 - [ ] #359 - [ ] #344 - [ ] #339 - [ ] #331 - [ ] #323 - [...

`Result` produced by `bpaf` contains several types of output - error message and "print and exit", but only error message is exposed to users with `fail`, while second one can...

Say your app supports flag `--describe` that would make it to do whatever it was doing before, but also to describe the computation, it might be possible to have `--detailed`...

messages

> Hi, I'm having this issue trying to run the tool with https://github.com/louis-e/arnis. I've disabled the (Tauri) GUI feature, so in theory it's just a CLI application with ~500 dependencies....

Cargo should be able to give `rustc` line it is going to use, `cargo-show-asm` can use that and call `rustc` directly. If compilation fails - a possible fallback is to...

`rustc` will skip generating asm code for items that require generics (it can't) and might do the same for items it considers simple enough to be always inline - they...

Currently it compares against master which is not very useful - RC releases should contain only changelog and version bump changes.

## What does this PR do Currently `recvmmsg` uses a single lifetime to represent several different things: - preallocated `MultiHdr` - separately allocated `IoSliceMut` - iterator used to give access...

### Neovim version (nvim -v | head -n1) NVIM v0.11.0 ### Operating system/version Fedora Linux 43 ### How to reproduce the issue I'm using this configuration with `lazy` - pretty...

bug