Dan Kurtz
Dan Kurtz
I'm working on a Nyxt homebrew formula that synthesizes previous attempts. As a first step, I've made a webkitgtk formula that builds cleanly on my 2017 MBP running Big Sur:...
My tap repo at https://github.com/incidentist/homebrew-nyxt now has an initial Nyxt formula as well. See the README there for updated instructions. It's initial in the sense that it builds and runs...
@abrampers Thanks for giving it a shot! Yes, it's basically unusable right now because of the issues you mentioned, and the fact that it doesn't work with https sites (did...
@abrampers I've pushed a few changes to the homebrew formula. In particular, the keyboard fix from https://github.com/NixOS/nixpkgs/pull/126101#issuecomment-867818507 has been integrated and works for me. If you want to try again,...
In my case, it was because I called `await self.accept()` twice in the `connect` method of my channels AsyncJsonWebsocketConsumer. Removing the first call solved the problem. I wish this specific...
We do a similar thing to @syphar but with the [responses library](https://pypi.org/project/responses/).
I'm having the same issue. It seems like a problem/bug/incompatibility with cffi. For some reason, the library doesn't check /opt/homebrew even though it's [in the code](https://github.com/cffi/cffi/blob/677cabae64b181330a3bbbda9c11891a2a8edcdc/src/libraries.lisp#L57).
I've now added some dependencies to the brew formula, and successfully built it on a machine that didn't have as many formulas already installed. Can you try again? And if...
@Ambrevar as much as I would like that, this formula is not reliable yet. It still has a bunch of issues, especially on Apple Silicon macs.
Hmm. So, I've been able to build this on 2 machines running Big Sur. I don't have access to Mojave unfortunately, but this feels like an upstream problem -- somehow...