Mark Friedman
Mark Friedman
My app just crashes, with no exception UI being shown. I'm setting the native exception handling as follows in my code: ``` setNativeExceptionHandler((exceptionString) => { }); ``` I am using...
All I was trying to do was a `console.log()` in that callback. ``` setNativeExceptionHandler((exceptionString) => { console.log(exceptionString); }); ``` The exception that is being triggered is fairly deep in some...
**Category** Examples **Component** blockly-webpack **Describe the bug** Source maps for the blockly-webpack sample don't appear to be working properly. Here are the errors that I'm seeing: ``` 12:33:31.886 DevTools failed...
It would be very nice to add search functionality to the interactive book. The old search capability was a little wonky (I assume because of the dependence on Google) and...
_I am not sure if this is a frontend issue or a js_slang issue, so feel free to move it if necessary._ It would be nice to print lists in...
### Description Clicking "Fetch origin" on a branch of a repo which was forked from a now deleted repo yields an error. ### Version **GitHub Desktop version:** 1.0.12-beta0 **OS version:**...