vanhumbeecka

Results 18 comments of vanhumbeecka

Thanks for the reply. You're right about pointing out the difference between NA and NULL in R. My question was not clear enough. I was indeed looking to import NA's...

This would be a great addition to this ajvResolver. I would argue that people use ajv and jsonschema _precisly_ because of very specific validation rule needs. Hence adding format-validation would...

Building on top of @cceyda solution: Adding the key-value `command: up --host 0.0.0.0` will make the UI work in a docker-container However, I'm clueless on how to actually post runs...

Hi @feldlime As I'm running these containers on a different machine in my LAN, I'm connecting to it using it's IP address. E.g. `aim://192.168.110:53800`. > 1. Does ~/workspace/outputs/aim exist on...

I've updated my `docker-compose.yml` file to the one below. The `.aim` repo is now initiatiazed through docker, but still no luck getting it working as I'm now getting cryptic python...

@cceyda I haven't added the `--host 0.0.0.0` to the server explicitly, because it's the default host when running with `server`, so that part is fine. @feldlime I actually got it...

This problem is also causing issues with the `mapbox-gl-directions` plugin, since it uses this logic internally: ``` if (map.loaded()) { this.mapState() } else { map.on('load', () => map.mapState()) } ```...

For anyone interested in a workaround: Take a look at https://github.com/mapbox/mapbox-gl-directions/issues/111 Here, the fix described is using the internal `_loaded` field, which is not meant to be visible by the...