Oloompa

Results 4 comments of Oloompa

@mattbrundage very interesting blog post

I need that widget for custom quotes purpose in my own language. @joelshepherd, can you take a look this PR please ?

Hello, I have an issue too after used the new esm typescript tsconfig: ```json { "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext" } } ``` After that i have a transpile...

I have a similar issue for the same cause. I use mitm with ava. Ava allow me to use some context inherent of unit test. ```javascript test.beforeEach(t => { const...