Sahib Bhai
Sahib Bhai
Hi, I'm not seeing an option that would tell weatherflow-collector to listen to a specific subnet using the local UDP option. For example, My Docker host is on 192.168.1.x, but...
Hi, I noticed the `docker-compose.sh` script uses `jq`; I didn't have it installed when I ran it so it displayed a bunch of errors. If the script is going to...
I can pull in permit info, zoning info, etc. from ZIMAS for each listing for the Buy page. Might be handy to see what permitted work has been done, among...
https://images.chainguard.dev/directory/image/python/overview I could slim down the container size with Chainguard, in addition to [the security benefits](https://medium.com/appsec-untangled/why-chainguard-images-is-a-game-changer-for-container-vulnerabilities-822554968b38). ``` straying@incero:/appdata$ docker image ls strayingfromthepath/larentals REPOSITORY TAG IMAGE ID CREATED SIZE strayingfromthepath/larentals latest...
When I first made this app I decided to use raw HTML to display the marker popup info because it was easy (since `dlx.dicts_to_geojson` did the conversion for me). I'd...
The crime and oil well GeoJSONs are pretty big: - oil well: 6MB - crime: 32MB (lol) The browser has to fetch an additional ~38MB of data which is causing...
https://howloud.com/soundscore/ https://api.howloud.com/docs/ I could probably use a Leaflet layer for this feature.
Merge both maps into one and use a highly visible RadioItem to execute a callback that changes between the two GeoJSON objects. Maybe do dependent callbacks that change the user_options...
Some of the rows aren't getting rendered on the map. Why? `INFO:root:The original dataframe has 1296 rows. There are 1208 rows in the filtered dataframe. There are 1208 markers on...