Paul Koeck

Results 15 comments of Paul Koeck

## Quick Solution ``` app.userAgentFallback = "Chrome"; app.on("ready", ()=>{ session.defaultSession.setUserAgent("Chrome"); } ``` [Source](https://stackoverflow.com/questions/59685927/electron-application-using-google-oauth-this-browser-or-app-may-not-be-secure) ## But Google restricts Sign In's from non standard browsers for a couple of reasons! A browser...

> I'm currently facing the same issue and would appreciate any solutions. > > EDIT: Found out that adding a slight dark text-shadow seems to help. For example `text-shadow: 0...

@roggervalf is this something you could do?

In vim and neovim, the quickest workaround is to use `set nowritebackup`. However, be cautious as this setting might lead to data loss in rare instances where the file fails...

Looks like this has already been fixed.

Good idea! This message could then also be updated to have a link to: - that page (https://remark.surf/live) - or load the latest "global" comments into the sidebar. Not sure...

Thanks for reporting this! It works on my setup, just like you described it. Could you... 1. tell me what browser you are using? 2. try again and send a...

Thanks a lot! This problem is probably related to the file-picker package currently used. I will switch to a custom file picker which will hopefully work better. It will be...

> use a hidden input element with type "file" which gets opened when + is clicked. I see no need for a package here lol The package converted all image...