Alexis ROYER
Alexis ROYER
- **Version**: [email protected] (vs [email protected]) - **Platform**: Windows + node v16.13.2 - **Subsystem**: @libp2p/mplex? (to be confirmed) #### Severity: Low #### Description: When receiving chunks of data bigger than 2Mb...
- **Version**: [email protected] and [email protected] - **Platform**: Windows + node v16.13.2 - **Subsystem**: (to be identified) #### Severity: Medium (performance issue) #### Description: According to my experimentations, transfer times got...
When the project is defined as ESM, and the jsdoc configuration file is defined as a javascript file, jsdoc fails at loading it with a "Cannot parse the config file"...
As noticed by [jsdoc#1672](https://github.com/jsdoc/jsdoc/issues/1672), jsdoc 3.6.x output differs from 3.5.x, especially on `undocumented` attributes strangely set to `true` while the `comment` attribute is correctly set with some user comment. The...
While working on [PR#98](https://github.com/englercj/tsd-jsdoc/pull/98) for 'export default' support, I wondered what would be the best strategy: - generate declarations for everything documented with jsdoc in the input source code? -...
I'm opening this issue in order to clarify what should be the appropriate behavior for `@override` tags. As I'm working on making the tests pass on [PR#98](https://github.com/englercj/tsd-jsdoc/pull/98), I'm a bit...
Use 'react-native-get-random-values' instead of 'react-native-crypto' and 'react-native-randombytes'
[react-native-crypto](https://github.com/tradle/react-native-crypto#deprecated) and [react-native-randombytes](https://github.com/mvayngrib/react-native-randombytes#deprecated) are stated as deprecated. Both point to the [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values) alternative.
While following https://mmazzarolo.com/blog/2021-09-22-running-react-native-everywhere-web/, I had to comment the `addNohoistAliases()` call in my [craco.config.js](https://github.com/mmazzarolo/react-native-universal-monorepo/blob/master/packages/web/craco.config.js#L12) file, otherwise I got the following error: ``` ERROR in ./src/index.js 4:0-26 Module not found: Error: You...
While following https://mmazzarolo.com/blog/2021-09-11-running-react-native-everywhere/, I faced the same "Android assets resolution bug" with my react-native-windows app: logo not displayed above the hello message. I tried to apply the `getMetroAndroidAssetsResolutionFix()` to fix...