Logan Allred

Results 13 issues of Logan Allred

We have some code that uses ast-query, and it has started choking on some newer ES2015 features. The current error we get is this: Error: Unknown node type Super. at...

We are using ICU message format in our JSON files, and thus using the babel macros exported by `react-i18next/icu.macro` (`Trans` (different), `Select`, `SelectOrdinal`, `Plural`). https://react.i18next.com/misc/using-with-icu-format However, those macros do not...

enhancement

The type definitions don't include the new saveAll function on the BeeQueue class

enhancement
typescript

It appears that currently, at least for istanbul/nyc/lcov, that it is hardcoded to expect the files to be at ./coverage/lcov.info We have overridden this location using nyc configuration to output...

Axios is up to 0.27.x now, but this library is still peer dependency pinned to 0.19. This results in a peer dependency conflict warning on everyone that has updated to...

See #441 Getting compile errors in Node 12 due to out of date dependencies, specifically oniguruma. ``` └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] ``` It appears highlights, first-mate,...

## Environment Standard Remix template, latest Linaria, and remix-esbuild-override to allow the Linaria plugin to be injected into the Remix esbuild config. - Linaria version: 4.5.4 - Bundler (+ version):...

needs: complete repro 🖥️
bundler: webpack 📦
bug report 🦗

The main property is listed as recommended but not required by the [bower.json spec](https://github.com/bower/spec/blob/master/json.md#main), but if a dependency chooses to not list a main file, all of it's dependencies are...

I was able to get around the deploy issues and get this deployed to Lambda using some of the code from the forks, but once it is deployed, I cannot...