1444
1444
Something like ```source "$(tere --init shell)"``` similar to how starship does it? This could be nice to declutter one's bashrc(or whatever)? Would require either templating(see zoxide) or a config file...
### Description I have keybindings to toggle the dpms state for specific monitors, because sometimes i feel like purging all light from my room. Currently I achieve this using this...
### Zig Version zig-0.13.0-dev.46+3648d7df1 ### Steps to Reproduce and Observed Behavior Run `zig test` with `ZIG_LOCAL_CACHE_DIR` set on a test file that uses `std.testing.tmpDir`. Everything but the temp dirs appear...
previously something like ``` [foo] ``` would fail to parse, due to there not being a newline after the header. I haven't tested this with zig nightly yet, but it...
fixes #19874
previously something like ``` [foo] ``` would fail to parse, due to there not being a newline after the header. I haven't tested this with zig nightly yet, but it...
I'm trying to package a spring web app, but it seems the builder fails to produce `$out`. What am I missing here? I dont have much experience with spring boot...