BoostCookie

Results 10 comments of BoostCookie

Because you've closed #273 and #342 I'm writing here regarding asymmetric uncertainties. Because the symmetric uncertainty can be parsed as `\num{number+-uncert}` I think the assymetric uncertainty should be parsed as...

I think it is generally a lost cause to sniff into peoples' config files and try to interpret what the editor will do. People could write their settings slightly differently...

There is quite a big difference between pass and gopass, when copying to the clipboard: ```sh % time pass -c forum.artixlinux.org Copied forum.artixlinux.org to clipboard. Will clear in 45 seconds....

> You might want to run with GOPASS_DEBUG_LOG=/tmp/gopass.log gopass show -c entry to see if you can spot where the time is spent in the log. I did exactly that...

When adding the completions I also noticed these uuid commands. clap currently has an [open issue](https://github.com/clap-rs/clap/issues/1335) about hiding some commands from the completions.

I have written a small importer script. [https://gitlab.com/BoostCookie/spotify-to-listenbrainz-history-import](https://gitlab.com/BoostCookie/spotify-to-listenbrainz-history-import)

> you may need to not mount your Dropbox folder on the first run and then recreate the container with that volume after Dropbox has finished setting up. This is...

Yes, you're right. VLC is the issue. If I put in the IPv6 of my cam into VLC (something like `rtsp://[fd00:1234::42]:554/live/...`) then vlc says > VLC could not connect to...

I would love to work on this, but I don't know how to solve one specific problem. [rustup](https://github.com/rust-lang/rustup) and [juliaup](https://github.com/rust-lang/rustup) have a `completions` command that creates the shell completions. For...

Two weeks ago https://github.com/Lawouach/WebSocket-for-Python/releases/tag/0.6.0 was released and I can confirm that it works with this version of ws4py. This patch is no longer needed.