Michael Dorst

Results 15 issues of Michael Dorst

The current `PKGBUILD` contains a workaround: ``` prepare() { cd "$_archive" # Upstream lockfile is buggered in v0.1.1 cargo update cargo fetch --locked --target $CARCH-unknown-linux-gnu } ``` I'm not sure...

To my understanding, #8 introduced changes to the behavior of this package. That should be accompanied with a version bump.

Can you please update this to Bevy 0.6? Merely bumping all of the crate versions from `0.5` to `0.6` does not do the trick.

### Describe the bug When I upgrade from `0.65.0` to `0.66.0`, after rebooting, my background is not set and my polybar is not running. After going back to `0.65.0` they...

bug
configuration

### Describe the bug I encountered some bizarre behavior: ``` > (git commit) hint: Waiting for your editor to close the file... ``` It just hangs here until you `Ctl+C`....

bug

Description ----------- I'm on a machine on which I don't have sudo privilege, so I had to install `zsh` in my home directory. I assume this is what causes the...

#### Description When switching to `root` using `su`, `root` is displayed in the normal user color. This is because the color change is based on the condition `$USER == 'root'`,...

improvement
frozen
review-required

This is my attempt at solving #2558. The approach is to make the `--client-key`, `--client-cert` and `--ca-cert` flags optional for `fluvio cluster start --tls`. If you leave out any of...

**What happened** `cargo doc` failed because of broken doc links in `fluvio-cluster`. **How to reproduce it (as minimally and precisely as possible)** Steps to reproduce the behavior: 1. Run `cargo...

bug

The following config: ```nix services.modded-minecraft-servers = { eula = true; instances = { atm9 = { enable = true; jvmMaxAllocation = "8G"; jvmInitialAllocation = "2G"; serverConfig = { server-port =...