Jef Vandooren
Jef Vandooren
### Summary npx create-expo-module@latest --local sets apple instead of ios in platforms // wrong expo-module.config.json ```json { "platforms": ["apple", "android", "web"], "apple": { "modules": ["ExampleModule"] }, "android": { "modules": ["expo.modules.example.ExampleModule"]...
### Decision Table - [X] My issue does not look like “The HTML attribute 'xxx' is ignored” (unless we claim support for it) - [X] My issue does not look...
When training Scikit-learn models I noticed that the code finishes significantly faster in a normal cell. When running the same function in a JupyterDash app, it takes up to 20%...
Would the ability to automatically open the app in a new window be a good enhancement? Or is there a way to do this already?
I've added a basic eslint & prettier config. I've also added a github action that checks these + typecheck + runs the tests. Let me know if the rules need...
Hi, We noticed that pressing the selected item in the segmented control triggers the onChange and onValueChange every time on android or web but it doesn't on iOS. Only pressing...