Corv
Corv
Thank you, I'll try that again. Will be happy to post a link when it's done.
Hi, I'd also like to find a way to do this. I tried wrapping "React Leaflet" but I'm stuck with my limited knowledge of Reflex. Perhaps someone can help out?...
I've written a working NextJS version of react-leaflet to know what to look for: `npm install leaflet react-leaflet` In pages/index.js: ```javascript import dynamic from "next/dynamic"; import "leaflet/dist/leaflet.css"; const MapComponent =...
@mister-rao We got it working thanks to the Reflex team in Discord! Special thanks to @Alek99 for doing the heavy lifting! ```python """React-leaflet component in Reflex.""" import reflex as rx...
Unfortunately this workaround doesn't help with M* MacOS, as arm boxes aren't picked (which VirtualBox 7.1 is meant to address)
There's a workaround mentioned a while ago: https://github.com/emersion/hydroxide/issues/180#issuecomment-890424595 Otherwise, the official protonmail-bridge works on iOS, so long as combined inbox is used with`socat` relay, as outlined here: https://github.com/shenxn/protonmail-bridge-docker/issues/33#issuecomment-1279910185