PalmerAL
PalmerAL
Thanks for opening this. [Deepl pricing](https://www.deepl.com/pro#developer) looks like $5.49 + $25 per 1 million characters. Taking some random articles off of hacker news, running them through reader view, and looking...
Yeah, that doesn't sound like something we can include in the release, but how about we make a userscript where people can add their own API key and link to...
The way it works is that ctrl+1 moves one tab right, ctrl+2 moves 2 tabs right, etc. shift+ctrl+n moves n tabs to the left. I think this works a lot...
I think this is https://github.com/electron-userland/electron-builder/issues/5721 - Is your `/opt` or `/usr/share` directory split from the rest of the file system?
Translations come from community contributions; are you able to correct it? If so, there are directions here: https://github.com/minbrowser/min#updating-an-existing-language The shortcut names aren't translatable currently; that's a design limitation we should...
Did you do this? ``` git clone https://github.com/minbrowser/min.git ``` Then you can open the "min" folder, and inside is "localization/languages/zh-TW.json".
Maybe this is easier: 1. Search for "null" in this file: https://github.com/minbrowser/min/blob/master/localization/languages/zh-TW.json 2. For each "null" entry, look here for the English: https://github.com/minbrowser/min/blob/master/localization/languages/en-US.json 3. Tell me what the translations should...
Thanks! Good point; I honestly just forgot to update the dock menu since I don't use it very often. I wonder if we should just list the tasks directly in...
Actually, it works if I limit the package architectures to only the machine architecture (x64). So I guess this may be a general node-gyp issue after all - is there...
That proposal looks good to me; I believe it matches how BrowserView works.