Andreas Maier

Results 9 comments of Andreas Maier

There's a temporary hack by manually altering the code in `node_modules\karma-firefox-launcher\index.js` to call `execSync('wslpath -w /mnt/c/' + ...)` instead of `execSync('wslpath -w ' + ...)` in two appearances. With this...

FYI: I solved it by running an Xserver (in my case Xming for Windows Subsystem for Linux (WSL)) You can find my implementation here: [click](https://github.com/andb0t/MLlab/blob/master/src/main/scala/mllab/plotting/plot.scala)

Hi there, same issue here :/ ``` Traceback (most recent call last): File "/usr/bin/xlsx2csv", line 803, in handleCharData self.data = ("%f" % (float(self.data))).rstrip('0').rstrip('.') ValueError: could not convert string to float:...

Sure, I created a minimal example with one cell filled only. It seems to be connected (in my case at least) with the formatting of the cell. ``` > xlsx2csv...

> ``` > xlsx2csv --version > 0.7.5 > ``` This one!

You're using the `.py` version, I'm using the binary installed via `apt install xlsx2csv`. Does that make a difference?

Anyone has a hint for me?

I would greatly appreciate a solution here. At the moment I always have to disable it by hand to avoid being swamped by ``` [Linter] Error running Pylint See Console...

I think it should be something like `if (this.rcFile !== '' && File.Exists(this.rcFile)) {` in [this line](https://github.com/AtomLinter/linter-pylint/blob/4cb29f28512ecd2d7e5513e8405550757149e0f6/lib/main.js#L145), but I don't know how to do that in JS