Bruno Bernardino

Results 23 issues of Bruno Bernardino

Hey guys, I'm seeing a very strange error about an export missing in `http/file_server.ts` in Deno Deploy, which doesn't happen locally or in other deployment environments: ``` Uncaught SyntaxError: The...

Unfortunately [it's not yet possible for Tauri](https://github.com/tauri-apps/tauri-action/issues/215), nor there's any GH action for that, _but_ [there's an API endpoint](https://docs.github.com/en/rest/releases/assets#update-a-release-asset) we could use. Since it's only the Tauri assets that are...

This is a new feature, related to #346 (half of it). I'm unsure if we should implement a new server method to be called when the client is already authorized...

We had a situation where a variable value had a `/` or a `+` and not even enclosing it with `"` fixed the problem (the value included the `"`, apparently)....

bug

The manifest v2 (what we're currently using) will stop being supported in June 2023. We also can't publish to the Edge store with v2 anymore, and there is more info...

enhancement
blocked

This should be manually triggered (since we manually unmark a pre-release), but can still be automated, to update https://github.com/padloc/docs and generate a fresh https://docs.padloc.app/downloads/ page

enhancement

This still has some issues and isn't possible via GitHub Actions, like reported in https://github.com/tauri-apps/tauri/issues/4242 and https://github.com/tauri-apps/tauri/issues/2286 and https://github.com/actions/virtual-environments/issues/2187. Requested by a customer via email.

enhancement
blocked

As per #488 which fixed #201 we're now publishing `flatpak` files, but people will usually want to see them in a known repository. The most popular one is [flathub](https://flathub.org), and...

enhancement

Basically the minimum is: - Edit/Update - Delete

feature

The Tauri desktop app version looks blurry for text and images which are animated in both macOS and Linux. Here's how it looks in Linux, for example: ![tauri-login](https://user-images.githubusercontent.com/1239616/148025910-f8065683-7ac5-4012-b64f-030abe8ba21b.png) ![tauri-items](https://user-images.githubusercontent.com/1239616/148026009-e1817e4b-b220-4e58-9eab-bf07dd851f4f.png) Now...

bug
blocked