Results 9 issues of Symbioquine

Hi, jDeploy looks like a really cool project! This isn't a feature request exactly since I don't have a project that needs jDeploy right now, but I thought I'd share...

enhancement

See https://github.com/farmOS/farmOS-map/pull/179

First, thanks for the creating this awesome library! There are a few use-cases which seem to be difficult to implement without access to APIs that are currently designated as "internal"....

I've been digging into possible farmOS.py API structures and (relatively) "recent" improvements in Python's support for async co-routines as prompted by the discussion on https://github.com/symbioquine/farm-os-area-feature-proxy/issues/1. I plan to use this...

The readme for farmOS-map is already pretty long but even now there are details that aren't documented there. Publishing improving the inline documentation via JSDoc and publishing the resulting static...

We probably need to update this to honor layers being removed(/changed?): https://github.com/farmOS/farmOS-map/blob/777758f7218499e2211c5d75c1faf3dbea87904a/src/behavior/layerSwitcherInSidePanel.js#L46-L49 Also relevant: https://github.com/walkermatt/ol-layerswitcher/issues/98

Pre-work to facilitate changes in https://github.com/farmOS/farmOS/pull/864

The goal of this change is to make it trivial to run farmOS on the most common ARM architectures without the need for a local `docker build` step. Unfortunately, the...