Kot C

Results 98 comments of Kot C

> One other possible way to achieve this would be a Cargo.toml "feature", so the developer could choose whether or not to enable 'print'. This sounds good. It won't be...

Even `navigate("javascript:alert(1)")` will work which doesn't seem intended.

Seems I just needed to encapsulate my ip with [brackets] in my DATABASE_URL. Weird how compilation was affected as well though.

Actually, for some reason it does not work with an IPv4 address: `Configuration(InvalidIpv6Address)` when using URL `postgres://test:passwd@[192.168.29.231]/test`

#846 describes this issue, but only for MySQL. Should this issue be closed and the original issue be edited to include PostgreSQL as well?

> could be related to code signing? > > [electron-userland/electron-builder#5850](https://github.com/electron-userland/electron-builder/issues/5850) > > try running `sudo xattr -r -d com.apple.quarantine "/Applications/*.app"` (replacing `*` with the filename) Might be wise to change...

For me, the app just doesn't take focus or show in the cmd+tab list- but it's still interact-able. The menu icon just focuses it, but since it doesn't take active...

I also encounter this issue on Windows.