strowk
strowk
**Theme: agnoster** **Problem** Normally prompt prints complete dir path `%~`, substituting home to `~`. I like to have only last part of dir (`'%1d'`). So I'd like prompt to be...
See https://blog.rust-lang.org/2023/09/25/Increasing-Apple-Version-Requirements.html This: https://github.com/cross-rs/cross-toolchains/blob/83b28663ebf6b38436e534652a2522a6963fa132/docker/darwin.sh#L52 needs to be upped to 10.12 in at least some targets, otherwise error looking like this: ``` ld: warning: object file (/target/x86_64-apple-darwin/release/deps/libidna-9e0bb8c28bf4f03d.rlib(idna-9e0bb8c28bf4f03d.idna.3875f9ff72356008-cgu.7.rcgu.o)) was built for newer...
Problem was fixed here - https://github.com/miekg/dns/pull/642 . This project uses too old caddy, which still have a bug. Basically new docker versions have a bit different dns configs, which prevent...
I'm using helm and quite often I need to check what was downloaded in charts folder. While being in visual studio code it could be quite convenient to do with...
First of all, great work on new features you added this year. I was just trying out the new Workload feature and noticed on our cluster a lot of degraded...
From reading docs I have got this impression is that endpoint is required for kilo to generate wireguard configs. At the same time I know that it is not necessary...
### Feature Description We should be able to instruct our scripts to do some weighty operation that we do not want to load test (such as f.e login) in the...
Grafana has a list of features that are behind toggles ( see [here](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/feature-toggles/) ) . Using them on self-hosted Grafana is possible, but AWS is behind on this with the...
**What happened?** Every time I run any devspace command, even `--help`, it starts downloading .. "Download DevSpace CLI release:", which takes several seconds and is very annoying. **What did you...
**What happened?** I had node installation using fnm on Windows. Windows PATH does not contain in this installation path to npm, as in this case used node version (and corresponding...