davidpelfree

Results 8 issues of davidpelfree

Hi. It's very difficult to me to keep orientation while browsing Helm Docs site. There is no full detailed TOC on the left sidebar (using Chrome, on Firefox it works),...

design

Now there is no way using public API of SimpleXLSXWorkbook to get sheet name.

Hi. I want to suggest a simple idea I saw here: https://www.davidgouveia.net/2016/03/avoid-being-locked-out-of-your-zsun-wifi-reader/ The idea is to reset the device settings if a "/restore" file exists in SD card. It's implemented...

The bug is when merging 2 numbers from 2 gron files / lines. Try this: ``` echo -e "json.a=1;\njson.a=2;" | gron -u ``` You will fail with: ``` failed to...

Fixes https://github.com/carlossg/docker-maven/issues/134: performance issue on alpine

TL;DR: when `/usr/share/maven/ref` directory is heavily populated, even if `/root/.m2` is empty, the script `mvn-entrypoint.sh` will copy Maven artifacts one-by-one using sub-shell ("the slow way"), not by using `cp -r`...

Each RUN line in Dockerfile generates additional "docker image layer". This is why you see so many lines during "docker pull". The common way to avoid this is to [concatenate...