Haroen Viaene

Results 907 comments of Haroen Viaene

I'm getting weird behaviour that in the jscodeshift test utils the type is called a `Property`, but when running the code for real it's `ObjectProperty`, I wonder why

Maybe we switch to the new version, but patch the breaking changes?

Because that's where these scripts originated, a IRC conversation, it's linked just below the conversation

haven't yet made a smaller reproduction, but our code is open source: https://github.com/algolia/instantsearch.js/tree/poc/esbuild-jest

I think the tests which fail use `require.requireActual` or `jest.requireActual` like here: https://github.com/algolia/instantsearch.js/blob/1553aa36c8bb8664b5e74fd2378ea2ef45a52acf/src/widgets/pagination/__tests__/pagination-test.js#L8-L23 when I comment out the requireActual the test only fails where I call `.mockClear`

Nope, it's doing a request per character, there's not really a way to make a great search offline available unless you'd have a whole search engine on your computer. What...

Seems like something went wrong with Zepto (a dependency of DocSearch), where it can't list data of input events for some reason. I don't have the bandwidth currently to make...