Marko Mikulicic

Results 231 comments of Marko Mikulicic

- [x] MSVC build with docker is already implemented. - [ ] mingw cross target inside docker vm - [ ] native mingw target

Basic framework added in #376. TODO: - [ ] write some meaningful benchmarks - [ ] write some Cjs benchmarks - [x] execute the benchmark container on our dev machine...

Current benchmark results available at http://dev.cesanta.com:5672/

Yeah, for now we'd like to focus on completing ECMA5 compliance. We already started implementing one ES6 syntactical feature: ``` js { foo () { // ... } } ```...

Just heads-up: I was playing with a similar approach in https://github.com/mkmik/heappy I'd like to contribute it upstream here once I figure out whether it works well in practice.

@kwiesmueller have you tried out https://github.com/mkmik/heappy ?

@caiobegotti have you tried heappy? I would love some feedback

fwiw I'm also in the camp of "jsonpath selects and doesn't transform"

A few years ago I started a quick&dirty tool (https://github.com/mkmik/masstasker) that is inspired by TaskMaster and I recently updated it to handle some practical workloads I have at $dayjob. It's...

> Can't we use this as a patch? [apache/parquet-java@62b774c](https://github.com/apache/parquet-java/commit/62b774cd0f0c60cfbe540bbfa60bee15929af5d4) well, yes; although that's just a patch to the readme so you have to interpret what it says and make the...