Results 8 comments of Sarah

Suggestions how to do this are welcome. I've tried some things on a separate branch but I couldn't get it to work :(. Facets consist of shared border segments and...

You already can do this in the CLI version. Have a look at the settings.json: https://github.com/drake7707/paintbynumbersgenerator/blob/master/src-cli/settings.json You can define "colorAliases" for specific RGB colors and then use these aliases in...

Isn't a docker image with nodejs overkill? The implementation is fully in the browser, the nodejs backend only hosts the static page which made it easier for running locally to...

`getPodNameFromDaemonSet: Unable to find a GlusterFS pod on host` You need to change the executor in the gk-deploy script, the default executor is kubernetes which will use the manage hostnames...

Would setting the height property element.scrollHeight only for the duration of the animation help? Then when the animation is finished revert the height property to its initial state? Something like...

It might be possible to use the transitionend and/or animationend event instead of window.setTImeout: https://davidwalsh.name/css-animation-callback

I found a better solution, by adding a datalist with id="null" next to the tag it will suggest those entries during freeInput.

I got it working on a rpi3 rasbian with the following changes for 32 bit: Basically: In configure: - Set modern_cpu to false in configure because the check throws an...