Jacob Magnusson

Results 45 issues of Jacob Magnusson

Today bgtunnel's connection validation method expects the server to write to stdout on a successful connection. Not every server does this so @hamiltont introduced #6 which allows passing in `expect_hello=False`...

bug

I removed the python 2 version and kept what was in the python3 package. If you still need the python2 folder you should create a branch for it instead of...

First of all, THANKS @neithere for this awesome project, it's never been easier to set up a command line tool! Just wanted to check on you to see how you...

enhancement
needs use cases
needs-design

There's been some good changes to the code since 0.26.2 was released, like https://github.com/neithere/argh/commit/d60c3f8f792c62e265767a438aae3eb7452f34a7. What would you say @neithere about releasing 0.26.3?

I've been trying to import the SCSS files for mercury2. Not been very successful so far. Other packages like `sass-bootstrap` and `font-awesome` work great, but with mercury2 I get this...

Passing in multiple `values`-files by comma-separating them works just fine in regular helm. Not so much with `helm-wrapper`: ```bash $ helm-wrapper install \ -f ./helm_vars/staging/values.yaml,./helm_vars/staging/secrets.yaml \ ./chart Error no secrets...

bug
enhancement

Would be nice to be able to run `helm secrets dec ./path/to/secrets.yaml` without it cluttering secrets in one's project structure. Actually I'd go as far as to say that this...

enhancement
help wanted

It would be awesome if we could set a default locale for arrow globally. Right now it's hardcoded to `en_us` in several places in the code. If we could set...

enhancement
localization

To harmonize with crate naming I think Shuttle supporting underscore in the project name as well would be reasonable. After all, underscore is a legal character in a domain name....

Thank you for releasing 0.4 which no longer requires `crate-type = ["cdylib"]`, this is great! Another thing I would like to see is the ability to import the own crate...