William Li
William Li
Seconded, it would be great to use the changes especially since it fixes the java issues as well
This is actually really similar to an issue I'm having in https://github.com/electron/electron/issues/36529. Some other things I noticed about this bug: - When I build my app for Apple silicon and...
I fixed it by applying the fix [here](https://stackoverflow.com/questions/72024011/electron-app-not-asking-for-camera-and-microphone-permission-on-macos-monterey).
I have a similar issue - when I run the app directly with `electron-forge start`, the app does ask for camera permissions. When I build my app for Apple silicon...
Here's a fiddle which shows the problem - https://gist.github.com/65eb1ae8b254f00c28f96688acbe418c When run on my M1 Mac, it works with both "Run Fiddle" and "Package Fiddle." When run on an x64 Mac,...
you can provide json into the visualizer in table format - TableVisualizationData in the [schema file](https://hediet.github.io/visualization/docs/visualization-data-schema.json). a json that would work might be ``` { "table": true "rows": [ {...