CodaBool
CodaBool
```js {`a string`} ``` When attempting to render the following. I got a stalled render which eventually logged a JS stacktrace "FATAL ERROR: Reached heap limit Allocation failed - JavaScript...
Docker images use tools inside the image to perform healthchecks. Healthchecks are a nice feature to support since cloud hosting (AWS ECS) and selfhostings (myself with [lazydocker](https://github.com/jesseduffield/lazydocker)) commonly use this...
I don't have a ton of time atm to dig into this but I believe if I disabled IPv6 and try to startup a docker container it will fail. This...
My organization does not allow roles to be created at the root path. A flag + variable would help to allow cases like mine. Once the flag is added to...
I put out a Issue [here](https://github.com/szabodanika/microbin/issues/240) where I requested healthchecks. I looked back on it since I also saw someone else requesting it on Reddit [here](https://www.reddit.com/r/selfhosted/comments/14x36vs/comment/jrmsngl). I wanted to see...
Your demo site for generating a graph requires that the geojson has these properties. I had to write a script to add these values. Since geojson is map data, why...
I got an error for the tar command. I removed the quotes like was done [in this fork](https://github.com/drkspace/docker-s3-cron-backup/blob/fee2b8b43fee0cf1e13eaa3145f46f690e623054/dobackup.sh#L28) and that resolved the issue. I think there shouldn't be double quotes...