Gabriel Delépine
Gabriel Delépine
I don't know if this can help or if it's not related `chroot: failed to run command '/prepare.sh': Exec format error`
When a client timeout occured, it's very important to cancel the http request. The `fetch` api will offer this functionality in a near future with the [FetchController](https://developer.mozilla.org/en-US/docs/Web/API/FetchController).
@idler8 `react/jsx-runtime` is currently not distributed as UMD. In my opinion, it's probably never going to be the case [because ESM is coming](https://github.com/facebook/react/issues/20923#issuecomment-1255233148). If your project is using Typescript and...
The @basarat link is nice `It is common to switch in JavaScript projects based on where they are being run. You can do this quite easily with webpack as its...
@stephanedr @JohnWhiteTB Let me give you an example of the `DefinePlugin` of webpack (sorry if it's strictly out of the initial scare of the issue) **1/** Defined your constant in...
the [NPM package](https://www.npmjs.com/package/algoliasearch?activeTab=explore) does contain ECMAScript Modules files ``` dist/algoliasearch-lite.esm.browser.js algoliasearch.esm.browser.js ``` But these files are not referenced in the `package.json`. I see different reasons for that : - The...
`exports` has already been discussed here https://github.com/algolia/algoliasearch-client-javascript/issues/1381
An easy fix for the missing TS definition is to create this `d.ts` file anywhere in your project  ``` declare module 'algoliasearch/dist/algoliasearch-lite.esm.browser.js' { export...
This repository doesn't seams functional. Examples are good but not ready to be executed out of the box
@DrkSephy : Do you have a Youtube record of the the talk you made with http://slides.com/drksephy/ecmascript-2015 ? Thanks