laggingreflex

Results 52 comments of laggingreflex

`res.concat('a')` is fastest. https://jsbench.me/d8j89wmlki/1

@vonagam yeah you're right, my bad. It actually seems to be the slowest.

The function (in which the above line 27 is) says: > ```py > def docker_bind_to_windows_path(path): > """ > Converts Hyper-V mount path to Windows path (e.g. [/host_mnt]/C/some-path -> C:/some-path). >...

@mynoheart Hmm, I don't remember commenting that line, no

@developit thoughts on a separate task runner like gulp or [start-runner](https://github.com/start-runner/start) (it has suport for [rollup](https://github.com/tunnckoCore/start-rollup) and [uglify](https://github.com/start-runner/uglify))

Glad to help. I did use it but only very briefly, so can't vouch for it all that much, but it did seem to work as intended. The reason I...

At the time of creating this issue, I think I just didn't want to have 2 test libraries. But it seems now that I could totally have had both, since...

I'm using relative templates but I still have an issue. The templates do get parsed, but I think they're not "interpreted" correctly. Repro: https://github.com/laggingreflex/repro-vue-jest-template It works in the browser but...

I'd request an option to sort by "icon". I'd also request the sort order be customizable.