Eirik Brandtzæg
Eirik Brandtzæg
@elijahr The benefit would be: 1. Architecture support on different OSes, they are now only x86-64 as far as I know. 2. Identical build job cross OSes using a matrix....
There certainly would be some gymnastics, but not necessarily that much, considering `winget`, `homebrew`, `mingw` and other similar tools at hand. One project I'm working on now uses OS matrix...
How about passing ```js terminal: "xterm" ``` to `blessed.screen`?
@eitetsujo did you try to add `add-bom="U+FEFF"`?
@Mavlarn Are you sure it's replaced with an empty char, and not the actual BOM char? E.g., if you run `'\ufeff'` in your console it will look empty, but it's...
@Mavlarn You are correct. The [minified file](https://github.com/asafdav/ng-csv/blob/master/build/ng-csv.min.js) does have the correct char, but after running it through uglifyjs (version 2.4.10) the char is removed.  **Update**: Should...
I've made [this plugin](https://plugins.jetbrains.com/plugin/13835-ava-test-run-configuration-generator). It also has the timeout issue though, not sure how to fix that.
@novemberborn Not sure how to fix that in the plugin. I don't do debugging, I let IntelliJ (and friends) handle that. I create a generic nodejs run configuration, and this...
I found a solution. A bit hacky, but it seems to work fine. Idea is to remap left windows as another key I don't use as much, and use this...
I haven't been able to find a way to disable anything in the service, but it is quite straight forward to generate a token client-side. The package `@azure/web-pubsub` does not...