Shaun Cutts

Results 75 issues of Shaun Cutts

I was looking for an open source alternative to AWS Athena, which I could run in Kubernetes as an adjunct to a machine learning system written on top of Kubeflow....

I have been using comandeer happily, but now need to collect multiple values of an argument. To support this, if an option is specified as: ``` option name, seq[type], long,...

```javascript const x = {a: 1}; jp.query(x, 'a') // returns 1 jp.value(x, 'a', 2); // returns 2, sets key 'a' to 2 in x jp.value(x, 'b', 2); // Error: couldn't...

I've been looking around for a good terraform module to deploy k3s, and your repo looks promising -- thank you! Have you had a chance to test cluster autoscaler since...

I am getting the following problem using with ember-cli-compass-compiler: ``` Compilation failed in 1 files. Command failed: /bin/sh -c compass compile --sass-dir=app/styles --css-dir='/Volumes/Macintosh_HD/Users/shauncutts/src/xweaver/tmp/compass_compiler-tmp_cache_dir-7eOPZ5fB.tmp/assets' --output-style=compressed Error: Command failed: /bin/sh -c compass...

The package claims to support "everything go-yaml supports" but it doesn't seem to provide a streaming interface. Is this planned? Is there a workaround (other than just reading stream to...

**Is your feature request related to a problem?** Currently, I have a container that, when I'm fiddling with, I like to change the environment, and restart the service, but not...

area/dev

**Description** Need api (or doc at least) on how to go from style number to attributes of style (such as color). I am trying to get the color of a...

enhancement

### Additional Information _The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no...

help wanted

I have an axios request that looks like: ``` const res = await axios({ method: 'get', url: `/reports/${report.id}`, responseType: 'arraybuffer', }) const blob = new Blob([res.data], { type: 'text/csv' })...