Itay Zandbank
Itay Zandbank
I spent half a day trying to get a working TypeScript extension. No matter what I do, I can't get chrome to recognize the promisified interface (Typescript does, but Chrome...
After running `kgtk validate` on a valid kgtk file, the exit code is 0. Running it again on an invalid file correctly displays the validation error, but the exit code...
I tried validating a kgtk file from a Python script. I used code similar to this: ```python import kgtk.cli.validate from pathlib import Path kgtk.cli.validate.run(Path('myfile.tsv'), verbose=True, very_verbose=True, errors_to_stdout=True) ``` No matter...
I wanted to use a case-insensitive auto-complete. Looking at the code I saw it's possible to pass a function as a `source`, so I did something like this: `` The...
### Version 3.1.1 ### Reproduction link [https://github.com/zmbq/vue-cli-bug](https://github.com/zmbq/vue-cli-bug) ### Node and OS info 10.13.0 ### Steps to reproduce I've created a new Vue project with the vue cli, specifying Typescript, Babel,...