Andy Bao

Results 40 comments of Andy Bao

Compilation from source uses [rosetta-build](https://crates.io/crates/rosetta-build) which [requires `rustfmt`](https://baptiste0928.github.io/rosetta/optional_features.html#rosetta-build) to be installed on the machine. How did you install Rust? Did you use `rustup`? Can you post the output of `rustfmt`...

This also happens when an instance is set to "Open Registration", users register and then the instance is set to "Closed Registration". Workaround: Set `accepted_application` to `TRUE` for the affected...

BTW you can use `CUDA_VISIBLE_DEVICES` for this, see: https://stackoverflow.com/questions/39649102/how-do-i-select-which-gpu-to-run-a-job-on Unfortunately, the name of the environment variable is kinda a lie. It appears the other GPUs are still visible, just not...

Hey sorry about the lack of reply, I was unable to reproduce this as this was a request coming from https://github.com/open-webui/open-webui. Don't have time for a call now, but I'll...

Ubuntu recently changed how they external programs can connect to the browser, breaking this extension. I would like to fix it, however I have currently failed to locate any documentation...

Are you sure this is an issue with this extension? I thought this was just how Firefox updated because I see the same issues on my systems that don't have...

I have successfully solved this problem by settings the classes manually using `config.setClass`. I will keep this issue open however as this is not my preferred solution (I would prefer...

This feature has been implemented using the custom history processor. To enable it, go into the DynamicHistory settings, scroll all the way to the bottom and click on the `Remove...

I just realized that the custom history processor thing doesn't actually work in Firefox yet as there is no way to run `eval` in Firefox extensions. I'm keeping this issue...

Responding to suggestions in order: 1. This was an old feature that I actually removed since I didn't think it was useful anymore. I will add this back in the...