Bruno Bernardino

Results 122 comments of Bruno Bernardino

Here's an example similar to the situation as OP that doesn't work right now in Deno Deploy: https://github.com/BrunoBernardino/deno-boilerplate-simple-website/blob/5d32fb081d6080564e91a8ca8fdd6921ab9420cc/routes.ts#L31-L35 This means the alternative is to load _all_ pages even if they're...

I'm closing this since there aren't many requests, and it's feasible with an nginx `proxy_pass`, like mentioned in https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass

Release is being built at https://github.com/padloc/padloc/actions/runs/2803282247 and currently visible at https://github.com/padloc/padloc/releases/tag/v4.0.1 (but I'll remove that in a bit)

I didn't want to update `tauri.conf.json`'s version as this will be merged to `main`, but seems like it generates 10 files (out of 52) that we'll need to manually update...

@MaKleSoft I'm saying we'll have to do this manually for the Tauri releases, yes. I could add another script in CI to fix that, but it's not trivial (probably a...

@MaKleSoft I can't replicate this scenario locally. The moment I give someone else access, the vault is immediately ready on the next sync (I can't give access to a vault...

Even when I remove myself, sync, and add myself again, I can never see the vault without having access to it, so that error never shows up. I'm not sure...

Thanks @andrejdaskalov ! Not all translations respect that, but it would be better for consistency, yes.

Hi @AndreJorgeLopes thanks for reporting this. We're aware of the issue and trying to get Firefox to re-publish 4.0.0 (which was there for a couple of days). FYI @MaKleSoft

@MaKleSoft all's implemented now, basically we will send the email: 1. If the non-authorized person's logging in from a new device and fails 5 times (after they either guessed or...