Jonathan Loss
Jonathan Loss
Otherwise the loading of polyfills will fail when using a publicPath.
Currently ruby is used to generate the pdf contracts, and given the required libraries it can only run on linux. This adds the option to use Node.js, and work thus...
Since componentWillReceiveProps has been deprecated, componentDidUpdate has to be used to detect changes in props and set state accordingly (the other option being using getDerivedStateFromProps AND polluting the state with...
As seen with @LarsDenBakker , @open-wc/building-rollup is incompatible with @web/rollup-plugin-import-meta-assets (due to the latter using babel-bundled-import-meta). It'd be great if this could be solved as assets can not be imported...
It will make it easier to use with browserify: ` var myApp = require('angular').module('myApp', [ require('ngGeolocation') ]); `
### Describe the bug storyshots with react v18 throws `react-test-renderer TypeError: Cannot read properties of undefined` This is due to @storybook/[email protected] having the following dependency for react-test-renderer: `^16.8.0 || ^17.0.0`...
## PR Checklist - [x] Addresses an existing open issue: fixes #7743 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...
webpack 2+ requires absolute paths for aliases, hence the need to use require.resolve.
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/compassionate-wilson-qcxws4?file=%2Fapp%2Ffoo%2F%5Bslug%5D%2Fpage.tsx%3A12%2C47 ### To Reproduce 1. See that the file in `app/foo/[slug]/page.tsx` has a `generateStaticParams` function that returns an empty array, and...
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/nextjs-bug-non-deterministic-builds-ds5czq?file=%2Ftest.sh ### To Reproduce 1. run the test.sh script (`./test.sh`), which should soon make obvious the non-deterministic nature of builds by...