Summer Tea

Results 28 comments of Summer Tea

The description contains every bizarre ChatGPT-ism under the sun. I really can’t tell what’s _not_ an LLM output in this. At least a few things stand out as weird to...

+1 on this. I would like the ability to set my date format, regardless of my system locale. This could be a dropdown of common options, preferably also with a...

I’m assuming you’re using the appimage? Interestingly, the dfu-util version of this function had this this commented out in https://github.com/Spagett1/pineflash/commit/e263b0fc8 ‘appimage improvements’. I wasn’t able to find the original reason...

Were you able to run PineFlash without patching the binary with patchelf? In my testing for [the Nixpkgs PR](https://github.com/NixOS/nixpkgs/pull/369458), patchelf was necessary to add libxkbcommon and libGL to rpath.

The patch was necessary in my testing, as otherwise it would find the unwrapped `pkexec` and fail complaining that it wasn’t SUID. I assume wrapProgram is related to the differing...

The appimage compat commit was making essentially the same change as proposed here but for the dfu-util path. I’m not super familiar with the internals of appimages, but it seems...

~~I am also interested in testing this program, and I am willing to maintain the Nixpkgs package.~~ Turns out someone has already started packaging commit-lsp over at https://github.com/NixOS/nixpkgs/pull/457061.

This is an option. It is not enabled by default. See https://starship.rs/config/#status ```toml [status] pipestatus = true ```