Results 272 comments of PalmerAL

If you set up your own instance of LibreTranslate, you can change the URL used in Min here: https://github.com/minbrowser/min/blob/b2c6cd7e5fda271e7f388d0cd1398fc791d9a1a5/js/pageTranslations.js#L6

Sorry, I have the same version of macOS, and I can't reproduce this. Is there anything different/unusual about your mouse settings? Do you have any third-party window management software installed...

Hello, I do agree that it makes sense to update dependencies more regularly. The existence of a vulnerability in a dependency does not necessarily mean that we are affected -...

Yup, I don't want to discourage opening security reports, it's good to do if there's any possibility of an issue. > Some of the dependencies have just been renamed and...

This seems like a good idea generally, but most of the times that the error page appears, it's an issue with the user's network or the website they're trying to...

> I know that most of the error codes are internet/server related but i thought that some of them might be a error witch the browser Yeah, I agree. The...

Take a look at the line in erorr/index.html above your change: ``` ``` You set `data-string` equal to the ID of the string in the JSON file, and the localization...

Are you having issues with the browser going back or forwards when you don't want it to? And if so, can you describe what situations this happens in (for example,...

I'm going to try making the gestures less sensitive with these changes: ```diff diff --git a/js/webviewGestures.js b/js/webviewGestures.js index de95503..525194f 100644 --- a/js/webviewGestures.js +++ b/js/webviewGestures.js @@ -78,16 +78,16 @@ function resetCounters...

Does running [electron-quick-start](https://github.com/electron/electron-quick-start) work?