TerraTech
TerraTech
While updating the large library, I found that several tags were misapplied due to having the same commit message. In my case, I had added tags to 'go fmt'. A...
## What keywords did you search in tectonic-installer issues before filing this one? alertmanager livenessProbe port (and several other variations) ## Is this a BUG REPORT or FEATURE REQUEST? BUG...
Are there any plans to add LizardFS as a native Volume for Kubernetes and join the ranks of CephFS and GlusterFS? http://kubernetes.io/docs/user-guide/volumes/#types-of-volumes Right now, I have to push /dev/fuse into...
Please add support for PHP splat arguments to function: From: ```PHP * @param string $tables [description] ``` To: ```PHP /** * Performs a READ Lock on given tables * @param...
Please add support for PHP 7.1's new nullable type return feature. reference: http://php.net/manual/en/migration71.new-features.php ```PHP public function QuickRow(string $query): ?array { ... } ``` TIA!
We are looking at switching from LizardFS (lack of development) to MooseFS and we use Docker containers for our deployment. While looking at DockerHub we could not find an official...
This patch is to handle a fgets() + EOF/EAGAIN race in fgetline(), as well as adding two new switches to tweak its behavior. I stumbled on this when I changed...
Would you be open to removing the 'final' keyword so that the class can be easily extended? I was looking at extending this in one of my utility libraries where...
Before I set off to write ```CommaU(v uint64)``` and possibly reinvent the wheel. Is it recommended to covert to a big.Int and call ```BigComma()``` ? I've not worked with the...
I have hit a frustrating brick wall, and I'm hoping someone can help. I am using `multi-node/generic` to set up the worker. CoreOS-1164.1.0 and rktnetes (flannel and cni) rkt-1.14.0 Hyperkube-1.4.0_coreos.1...