Micah Mangione
Micah Mangione
I suggest we can fix this by changing this : `if (details.initiator !== location.origin.toString()) { ... }` to this: `if (details.initiator !== location.origin.toString() && details.type !== 'xmlhttprequest') {...}`
I love this app. Happy to jump in and help out. Where does this feature stand?
Can also confirm that this is similarly broken on M1 Pro. It is impossible to switch environments from conda to pip. The system never recognizes my virtualenv with jupyterlab installed....
Interesting. Not the problem that I am having. But, interesting solution. I upgraded to Jupyter Desktop 3.4.5-1 and this problem is still present in this version.
> > https://github.com/Ashus/pfSense-pkg-wireguard/releases/download/v1.0.1/pfSense-pkg-wireguard-1.0.1-freebsd11-amd64.txz Can confirm. This is not a tag in the repo.
For now, you can simply use the following: pkg add https://github.com /Ascrod/pfSense-pkg-wireguard/releases/download/v1.0.0/pfSense-pkg-wireguard-1.0.0.txz
> For now, you can simply use the following: > > pkg add https://github.com /Ascrod/pfSense-pkg-wireguard/releases/download/v1.0.0/pfSense-pkg-wireguard-1.0.0.txz Not that this actually works to get wireguard online on the system though...
@Uzay-G - What did you mean here? I like your platform, so I'd like to contribute. I have a lot of experience with these items.
Can you post the full traceback?
We patched this issue by amending L311 in blacksheep/server/openapi/v3.py to read: `return field_info.annotation`