Marc Went

Results 12 issues of Marc Went

**ISSUE:** When I click the filter dialog in the demo, it doesn't do anything nor does it open a dialog. **How to replicate:** Go to [the demo](https://rawgit.com/jefersonestevo/angular-smd/master/dist/index.html#/angular-smd/demo-datatable) and click next...

Would like to refactor all git calls (`$'git ' - where ' is a backtick`) to use simple-git https://www.npmjs.com/package/simple-git and be more node/JS native, and even less reliant on bash.

enhancement

Would like to refactor all kubectl calls ($'kubectl ' - where ' is a backtick) to use a kubectl nodejs library and be more node/JS native, and even less reliant...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to be able to "import"/"export" values from a single file to our values folder and vice versa....

enhancement

**Input data** VSCode: `Prettier-SQL.tabulateAlias: true` **Expected Output** ```sql SELECT a AS alpha, beta AS superBeta, -- c AS charlie d AS delta FROM alphabet ``` **Actual Output** ```sql SELECT a...

bug

**Describe the Feature** If the query doesn't have a semicolon, have an option to insert it **Why do you want this feature?** For sanity reasons I'd like to have a...

feature

Is this project still alive?

`old.yaml` ```yaml hello: world: abc: 1 ``` `new.yaml` ```yaml hello: world: abc: 2 def: 1 ``` Requested functionality: `dyff between --filter "hello.*" "old.yaml" "new.yaml"` > Expected to show dyff for...

Would be nice if this library offered an ESM version, that uses the `import {} from 'dockerode'` syntax.

Please add documentation on - not only how to set up the package but also - how to execute queries. Right now have to find it out ourselves. Would make...

enhancement