plantain
plantain
One point I've noticed trying this - this blows out the side of the standalone library from ~110KB to 600KB.
This used to work really nicely, but the snapping radius seems to be wildly different between mapbox-gl-js 1.8.1 and 1.11.1 - it's way too aggressively snapping with 1.11.1. I haven't...
The API keys are only valid for your own competition. I suggest contacting Naviter, or using one of the 'proxies' like soarscore. On Mon, May 6, 2024 at 12:18 PM...
This builds for me, but it fails to actually import at runtime for unclear reasons: `ImportError: /usr/local/lib/python3.12/dist-packages/wrf/_wrffortran.cpython-312-x86_64-linux-gnu.so: undefined symbol: f2pyinitomp_constants_`
I made a reproduction example in a Docker container. Dockerfile: ``` FROM debian:sid RUN apt-get update && apt-get -y upgrade && apt-get -y dist-upgrade && apt-get -y install curl gfortran...
Indeed, increasing sample_steps causes it to not occur. I think it's still a bug that warper memory allocation can affect the warp? On Tue, Apr 8, 2025 at 5:12 PM...
This seems to break the build in an odd way, or at least my build: ``` #11 21.86 -- WRF_CONFIG : /home/wrf/WRF/_build/wrf_config.cmake #11 21.86 -- CMAKE_BUILD_TYPE : Release #11 21.86...
0.8.9 breaks my workflow at least with: ``` File "/usr/local/lib/python3.13/dist-packages/xesmf/frontend.py", line 538, in __call__ return self.regrid_dataarray( ~~~~~~~~~~~~~~~~~~~~~^ indata, ^^^^^^^ ...... output_chunks=output_chunks, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/dist-packages/xesmf/frontend.py", line 666, in regrid_dataarray...
I suspect this implementation has the same bug as XCSoar-JET, in that it somehow gets into an api/auth login loop and starts DoS attacking SkySight. After 100 identical requests only...
Interestingly I don't see the pattern from the OpenSoar user agent, only XCSoar and XCSoar-JET. XCSoar-JET puts the git-hash in their user agent which is helpful. As far as I...