Ferdinand Prantl
Ferdinand Prantl
> PhantomJS doesnt seem to support `toLocaleString` (see their issue 12581, it just uses toString). You could switch to Puppeteer. With some additional test-refactoring effort, of course...
After looking around this repository I found that you merged a fix for this issue already. However, you have not released the fixed version yet. If you install the latest...
I see. The file system interface is a very useful feature. I [feed it to the HTTP server wrapped in a middleware](https://github.com/prantlf/saz-tools/commit/ce1826644a15c057bd554e372ff43e2e88791557#diff-164d0f1cbd0721ddbdd48e19e8175de4R75) to support response compression. It chains nicely.
Alternatively, you can avoid `sudo` by installing `ruby` to your home directory. Install `rbenv` using `brew`. Install and enable any version of `ruby`, like `2.6.3`. Installed versions are located in...
Yes, behaving similarly to other Mac applications in going full-screen, closing the window, quitting the application (`Ctrl+Cmd+F`, `Cmd+W`, `Cmd+Q`) would help the adoption on the Mac platform. On the other...
`litehtml` includes an example of a browser called `litebrowser` for [Linux, Mac](https://github.com/litehtml/litebrowser-linux) and [Windows](https://github.com/litehtml/litebrowser). Having the three platform-specific document containers could be an alternative to writing a QT-specific one.
What if you want to simply understand, what `map` does? :-) Overriding it for strings, which are not supported by the built-in `map`, will blur its meaning. The separate `pluck`...
[UMD] format is similar to the IIFE format. Just the module wrapper and setting the global variable differs. The real "fun" will begin if you want to convert externals to...
There is another issue about the same problem - #83. The PR #85 addresses it.
I opened #95 to fix this. I use a different way to copy files to temp directory, compatible with both older and newer versions of `grunt-contrib-jasmine` than 1.2.0. These files...