nichoth

Results 52 comments of nichoth

Cool. I would advocate refactoring into several commonjs files, replacing underscore with individual `lodash.*` dependencies, and using browserify to create a distributable version.

Cool I haven't worked with es6 things yet

It happens rarely enough I haven't tried fixing.

Nice tip On Mon, Jun 22, 2015 at 3:31 AM, Keith Cirkel [email protected] wrote: > As an aside, if you tell Node's HTTP server to .listen(0) it'll pick a >...

I'm still having the same issue with version 1.2.0 using test repo https://github.com/nichoth/para-test & npm version 2.12.0.

+1 replace 'events' This is a node specific module, and it breaks building this for the browser. If you want to keep the event emitter interface, I would move to...

True about factoring things for deduplication in a broader context. As a working solution, I have installed the npm module `events`, as it seems the closest thing to a standard...

I will try adding a screen recording to github so that we are seeing the same thing. This is at [tag 4.3.5](https://github.com/bicycle-codes/atrament/tree/1d6b361fe1bc49ffad4525d553267d6dfa9dac7c). The offset of the line that is drawn...

That is odd that you are not able to reproduce it. My tasks have changed since I created this issue actually, and I do not have bandwidth to look into...

Thanks @jakubfiala . [Here is a simple reproduction](https://github.com/nichoth/testingatrament). It should be usable with just `npm i` & `npm start`. Is also visible at the github pages site — https://nichoth.github.io/testingatrament/