Igor Lanko

Results 6 comments of Igor Lanko

The only way I found is just to override the default styles with `!important`, which is not the greatest practice of course. Using the default styles is great for getting...

Getting the same error when trying to connect to a `MySQL` db via `SSH tunnel` using ssh private `PEM` key with no passphrase. Db hosted on a DigitalOcean droplet.

I'm facing this error when trying to make a call to `/api/endpoint/+server.ts` from a companion Chrome extension. My hook intercepts the request and attaches the bearer token to initiate the...

Is it okay to stay on `0.0.10` before the RC is shipped? I updated to `0.3.0`, found this issue, and decided to rollback for now.

Hey @sebastiendub, not super related, but this fix does not work with SvelteKit. >ReferenceError: navigator is not defined The error makes sense, since the code is trying `let userAgent =...

Is it okay to stay on `0.0.10` before the RC is shipped? I updated to `0.3.0`, found this issue, and decided to rollback for now.