Eric P Sheets
Eric P Sheets
https://docs.sheetjs.com/docs/demos/grid/#glide-data-grid first cut, including explanations for each piece of the puzzle. The storybook/docs should be revisited. For example, the examples in ["Getting Started"](https://glideapps.github.io/glide-data-grid/?path=/story/glide-data-grid-docs--getting-started) use a data store outside of the...
The commands to reproduce the issue are in the "Reproduction" section. To be explicit: 1) open a new terminal window 2) create a new project: ```bash npx nuxi init nuxtissue...
To reproduce: ```bash npx react-native init RNBU204 --version="0.70.6" cd RNBU204 npm i --save react-native-blob-util echo "import RNFetchBlob from 'react-native-blob-util';" >> App.js npm run ios ``` The Metro window shows the...
For iOS, the "fix" is to run `pod install` from the `ios` folder and rebuild the app: ```bash cd ios; pod install; cd .. npm run ios ```
Our React Native + RNBU demo (https://docs.sheetjs.com/docs/demos/mobile/reactnative#demo select "RNBU" in step 4) builds and runs in the simulator for Android 12 (S) Platform 31 Pixel 5. This works in RN...
Issue can be reproduced in Expo Snack (both iOS and Android). https://github.com/expo/snack/issues/385 tracking issue.
Expo Snack issue was raised when trying to make [our react native demo](https://docs.sheetjs.com/docs/demos/mobile/reactnative/#demo) work with the snack. It happened to have the same message but This issue is reproducible locally...
Docusaurus defaults to [binding to the loopback interface](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus/src/server/getHostPort.ts#L99), which does not conflict with another process attempting to listening on all interfaces. The dev tool will detect a conflict in this...
Commit 90d310b (thanks @nekevss !) fixed this example and added a representative test case.
Yeah it looks fine against 3.9.1: ``` % cat-numbers --version 3.9.1 % cat-numbers -b --formulas formula-error.numbers sum,prod 1.0,2.0 1.0,4.0 2.0,#REF!×A4:A6 3.0,#REF!×A5:A6 ,#REF!×A6:A6 SUM(A),PRODUCT(B) ```