JonasGruenwald
JonasGruenwald
Unfortunately, this didn't work for me with vite.js on those versions or the latest ones, however I was able to set the token like this: ``` import * as mapboxgl...
@brianvandenakker I am a bit confused, you're linking to react-map-gl, which I thought was an entirely different library than react-mapbox-gl (this repository), of which the latest version is 5.1.1 ?
> Hi @JonasGruenwald, could you check it again...? , as it's working fine at my side in firefox & mac-os. let me know if it's still not working I just...
I was also a bit confused because in the docs it is stated that the management interface is on by default https://hexdocs.pm/crawly/0.16.0/configuration.html#start_http_api-boolean > start_http_api? :: boolean() > default: true https://hexdocs.pm/crawly/0.16.0/readme.html#simple-management-ui-new-in-0-15-0-management-ui...
Thanks for fixing the Dockerfile! Was looking for this because of the env variable issues. With the current Dockerfile from your PR, I'm getting an interactive `Proceed ([y]/n)?` prompt at...
Also, I had to install the NVIDIA container toolkit to be able tor run the image with the --gpus flag, maybe this could be added to the Readme https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
The workaround suggested by @kisankumavat works fine btw. I don't really care but I guess since `example-utils.ts` just exports a single line function it could just be added or in-lined...
Hey @mreinstein I started working on a typescript version of this library since this one hasn't received a commit in 10 years and seems a little abandoned. In case you...
Well like it says, you're supplying a single string with some stuff inside but the function expects two strings like this, first being the key and second being the value:...
Ah ok, I guess you are basing this on the overloaded addData function here in the source ? https://github.com/runemadsen/HTTP-Requests-for-Processing/blob/master/src/http/requests/PostRequest.java#L71 since it's nowhere in the documentations or examples, I guess it...