Richard Willis
Richard Willis
See https://github.com/necolas/react-native-web/releases/tag/0.18.0 When attempting to use RNW 0.18 I get the following error: ```console Cannot find module 'react-native-web/dist/cjs/exports/StyleSheet/createStyleResolver' from 'node_modules/react-primitives/lib/injection/react-native-web.js' Require stack: node_modules/react-primitives/lib/injection/react-native-web.js node_modules/react-primitives/lib/index.web.js ```
See: https://github.com/rodneyrehm/viewport-units-buggyfill/blob/0c5f0776f23141ae57b78f863dec87179c3a5781/viewport-units-buggyfill.js#L28 This expression need to be stricter to prevent matching characters within a base64 encoded string. This issue was identified in our application, where this buggyfill script was "corrupting"...
Hi, thought it would be useful to mention I had issues getting this module to work with Suhosin enabled. I was getting blank output, as Sushoin was preventing the kohana.view...
## Feature Request ### Problem Overview In cases where a (programmatic) workflow has many variables, it would be useful to globally configure the variable storage driver instead of specifying it...
Closes # ## 📝 Description Just an idea to fix bundling optimisation, see https://github.com/hugocxl/react-echarts/discussions/59#discussioncomment-13768711 > Add a brief description ## 💣 Is this a breaking change (Yes) This is a...
Using `generateReactQueryComponents()`, the following is generated: ```ts export const fetchDeleteFile = ( variables: DeleteFileVariables, signal?: AbortSignal, ) => fetch< string, DeleteFileError, undefined, DeleteFileHeaders, {}, DeleteFilePathParams >({ url: '/v1/activities/file/{blobName}', method: 'delete',...