Bruno Bernardino

Results 122 comments of Bruno Bernardino

I'm having a similar problem at with https://github.com/BrunoBernardino/snailjs now. I've tried forcing the relative path and the `yarn` version. Locally it's all good.

@gnestor The "easiest" workaround would be to do what `fresh` does: run some script to generate the static imports based on a dynamic list/way, and then deploy. I've been using...

> Goddamnit, there should really be some kind of warning about this when using it in development, even if it's just some CLI warning, Deno already does a great job...

@MaKleSoft is this not working for you? It's still working as expected for me.

@WizMe-M locally, assuming you've ran `npm ci` to get the dependencies installed, you can run `npm run format && npm test` to check locally before pushing or opening a PR.

@ike5 assuming you haven't created an account yet, restart the server with an env var [`PL_PROVISIONING_BASIC_DEFAULT_STATUS=active`](https://github.com/padloc/padloc/blob/main/docs/examples/config/example.env#L283`) which will do that automatically for you. If you have, it's easier to delete...

I think that should've been enough. Ideas @MaKleSoft ?

For someone looking for a "simpler, no-code way", what I've done is create a "shared" user which my wife and I use for the shared calendars and tasks list, and...

Sorry if this is intrusive and not productive, I didn't see a rationale for choosing a new file (`permissions.json`) vs an existing file with a new property (`package.json:permissions`), is there...

@WizMe-M thanks for reporting this! Android 13 is supported via [the APK install directly from the releases page](https://github.com/padloc/padloc/releases/tag/v4.3.0). You're welcome to try and create a new build/package using [`tauri-mobile`](https://github.com/tauri-apps/tauri-mobile), for...