David Kleingeld

Results 87 issues of David Kleingeld

As of Pop-os 22.04 is using Pipewire instead of Pulseaudio. While pipewire should be backwards compatible rwaybar no longer shows the volume as of Pop-os 22.04. Most distros plant upgrade...

This would replace: ```sh git clone https://github.com/danieldg/rwaybar cd rwaybar cargo build --release cp target/release/rwaybar cp doc/rwaybar.toml ~/.config/ $EDITOR ~/.config/rwaybar.toml ``` with: ``` cargo install rwaybar rwaybar # generates example config...

On the tutorials page (java) at https://www.rabbitmq.com/tutorials/tutorial-two-java.html there is an example of how to use Acknowledging. In this example the ack is always send. Shouldn't it be send only if...

The offset directive (see `:h offset!`) is very useful for adjust a captures range however it does not change the range directly but instead adds a adjusted range to the...

#### Context I am writing a basic latex parser. For this I need to parse patterns such as: `\textit{some text \texbft{some other text}}`. I decided to recognize text by matching...

docs

On modern go installs `go get` is deprecated. Its replacement `go install` however, does not work if there is a replace directive in the go module, which there currently is....

When I find a bug I typically add a test that reproduces it. Then I run that test on its own and prints throughout the program. Busted has the `--filter`...

Hi, Thanks for this great app! I like to have a rather minimal calendar however if I chose the minimal preset and generate a calendar there are no crosslinks.

#### Usecase It would be nice to be able to figure out which branch in the `try_join` statement ran into an error. For example I would like to wrap any...

C-feature-request
A-future

**Describe the bug** [This](https://nl.aliexpress.com/item/1005003396208855.html?spm=a2g0o.order_list.order_list_main.5.2a0a79d2PWFPDq&gatewayAdapt=glo2nld) cheap `Cmsis Dap/Daplink` from china results in `Error: probe not found` **To Reproduce** Steps to reproduce the behavior: Run `Probe run --chip ` **Expected and observed...