Josh VanderLinden

Results 14 issues of Josh VanderLinden

Building on top of my other pull request, this one addresses the use of images that reside in private registries. Normally, the image will look like `repo/image`. In the case...

I've done a fair mount of refactoring to the script here. Some of the highlights: - less dependent upon a specific filesystem layout - should work with both Python 2...

It would be neat to check an HTTP request for `Accept-Encoding: gzip` to return assets with a `Content-Encoding: gzip` header and the compressed asset body. Is there already a way...

**Describe the bug** When viewing the `px/nodes` and `px/node` scripts, two of the nodes in a DigitalOcean Kubernetes cluster are reporting very large values for both sent and received network...

needs-triage

**Describe the solution you'd like** It would be great to be able to filter tasks with `pueue status` (or some other command?), particularly when multiple groups are involved. For example,...

f: Help wanted
t: Feature

This script is awesome. Nice work, and thank you for sharing. When I tried to use it in Chrome 56.0.2906.0 today, it was able to unmask the first 10 or...

It would be nice to be able to handle some basic query string parameters to allow for mocked filtering (for example). Say I've got 50 users. To get all users,...

feature

The server should support core configuration options on the command line, rather than requiring a JSON config file. - [ ] host - [ ] port - [ ] inbound...

The server should be able to operate nicely on a machine with a single active network interface. - [ ] allow server to run when only an outbound NIC is...

This line (and likely others) fails in ExtJS 6, because `doLayout` was deprecated in ExtJS 4.1: https://github.com/CoNarrative/glujs/blob/2229367a3e1d6dca3b8007ae4923442fbbc76f74/src/providers/sencha/items_helper.js#L142 See http://docs.sencha.com/extjs/5.1/5.1.1-apidocs/source/Container2.html#Ext-container-Container ``` /** * Manually force this container's layout to be recalculated....