Terren

Results 107 comments of Terren

I'm also seeing `Ignoring exec() from previous page load.` somewhat randomly. This is causing my app to essentially softlock because plugin code that I'm calling from javascript just isn't running.

Here's a video demonstrating this issue: https://user-images.githubusercontent.com/11605395/120899546-1b3b8400-c5e5-11eb-9e1f-c92011b264b2.mov Safari works as expected, placing the cursor at the end of the line. I was only able to reproduce this issue in Chrome...

I'm also seeing this issue in Chrome 91 on Android 11. This issue is not present on iOS. Here's a screen recording of me attempting to enable italics. The first...

This is a big must-have for our project. It's also important that `dialog.open` has an option to create and return security scoped bookmarks, like how it works for [Electron's `dialog.showOpenDialog`](https://www.electronjs.org/docs/latest/api/dialog#dialogshowopendialogbrowserwindow-options).

This remains a critical must-have for any macOS App Store app that asks the user to select files or folders.

This is an Android 12/13 bug specific to Pixel phones. It should be fixed in the latest/upcoming Android 13 release. Here's the bug report in the issue tracker: https://issuetracker.google.com/issues/242118185 A...

Thanks. This wasn't an issue before 5.x. It used to work. I hope that this can be corrected soon.

I don't know a lot about different character encodings, but I know that auto-detecting the encoding is [imperfect](https://en.wikipedia.org/wiki/Bush_hid_the_facts). I think your suggestion to make it an option probably makes the...

@ethanaobrien What do you think? Implement an option to check for other encodings, or just leave ANSI as unsupported and move on?