BloodStainedCrow

Results 12 issues of BloodStainedCrow

I seem to have a ghost version of a couple files attached to my drag and drop: ![image](https://github.com/gitbutlerapp/gitbutler/assets/23032812/721c8a4e-e012-49d0-b82e-dd6bd0e90039) ![image](https://github.com/gitbutlerapp/gitbutler/assets/23032812/a9db9bd6-9ac7-4a7d-b4bd-b095dd33fa99) ![image](https://github.com/gitbutlerapp/gitbutler/assets/23032812/3f8fb527-ba7a-4080-9831-0f58888534aa)

bug

As discussed in #1497 this removes the need for duplicate Dockerfiles for Docker compilation and .devcontainer development. This will reduce variance in compiler environments and make maintenance easier.

maintenance

OS: Windows 10 VSCode version: v1.82.3 CodeLLDB version: v1.10.0 Compiler: rustc Debuggee: Windows executable via "platform select remote-windows" When I am debugging and stopped on a breakpoint, after focusing the...

VSCode version: v1.82.3 CodeLLDB version: v1.10.0 The link in the description of the setting lldb.reproducer returns a 404 not found. Currently said link points to [https://lldb.llvm.org/design/reproducers.html](https://lldb.llvm.org/design/reproducers.html).

### Verification - [X] I searched for similar issues (including closed issues) and found none was relevant. ### Introduce the issue As discussed in #1587 debugging from the devcontainer still...

### Describe the bug Setting a value for DATA_DIR results in `The option 'services.uptime-kuma.settings.DATA_DIR' has conflicting definition values` ### Steps To Reproduce Steps to reproduce the behavior: 1. Add `services.uptime-kuma...

0.kind: bug

I am following your Usage Example Section and when running `nix-shell -p sops --run "sops secrets/firefly/.db.env"`, I get the cryptic error: `parsing time "" as "2006-01-02T15:04:05Z07:00": cannot parse "" as...

### Summary When I start the execute the program distributed in the current unstable nixpkgs (This seems to be ladybird-0-unstable-2025-03-27) the WebContent process crashes for about::newtab (i.e. on browser start)....

**Describe the bug** Invalid value for field ```alarm``` when using ```khal new -i``` leads to crash. **If applicable: Stack Trace** ``` Traceback (most recent call last): File "/nix/store/2ksnys3k9gfvfd864d2cqybzm18qbwa2-khal-0.11.3/bin/.khal-wrapped", line 9,...

type: bug

Hello! I recently (while trying to merge two `StableGraph`s) wanted to transform a `StableGraph` into an iterator (or a vec) of its NodeType. Unless I fully missed it, this is...