Joshua Ferguson

Results 98 comments of Joshua Ferguson

yes, unless it's something specific to my system I'm pretty sure you can test this yourself. ```sh git clone https://github.com/Jieiku/abridge cd abridge sed -i 's/minify_html = false/minify_html = true/g' config.toml...

not quite, I'm talking about the page **Code blocks and themes**, not the index/list of post. I was using that specific post as an example, but the issue will be...

check if python-numpy and python-opencv are currently installed on your system

I ran into 2 issues which are probably relevant to a lot of yubikey owners as my setup was created from [drduh's Yubikey Guide](https://github.com/drduh/YubiKey-Guide) almost ver batim, but I wanted...

I'm currently trying to investigate this, but I'm running into an issue where the language server I'm using is having trouble finding a specific import. inside `Android-Password-Store/app/src/main/java/app/passwordstore/ui/onboarding/fragments/CloneFragment.kt` it seems it...

I can't. This system was installed from a net installer and is missing most of the dependencies, I'm also launching my WM from bash_profile rather than using a login manager....

I actually installed those yesterday, though the packages have a different naming convention on fedora the rest of the red hat family On Thu, Jul 28, 2022 at 6:26 PM...

so after running `cargo tauri dev` I see the error message that is happening client side after the displayed output: ``` 2022-07-29T18:53:06.419521Z INFO tokio-runtime-worker spyglass_app: checking for update... 2022-07-29T18:53:07.515085Z INFO...

> Just curious, would running the application w/ superuser rights make that error go away? Just looking at that error code, No. X11 and Wayland have very different architectures: under...

Is there a way to tell `tauri` to run a wayland session, rather than an X session? Also, is there a way to interact with spyglass via the command-line? The...