Rodrigo Tavares

Results 18 comments of Rodrigo Tavares

There are discussions about other ideas and suggestions in #64 and in [the group chat](https://t.me/telegrandchat/2120) as well.

I just tried the following JavaScript code in both WhatsApp-for-Linux and Firefox: ```javascript document.onpaste = function (event) { console.log(event); var items = (event.clipboardData || event.originalEvent.clipboardData).items; for (var index in items)...

Relevant issue from Tangram: sonnyp/Tangram#103. Relevant bug from WebKit's BugZilla: https://bugs.webkit.org/show_bug.cgi?id=218519 Apparently this needs to be fixed by WebKit then?

@jstaf The official Nextcloud client has those indicators, at least for Nautilus (I haven't tried it in other file managers). Maybe that can serve as inspiration? [https://github.com/nextcloud/desktop/tree/master/shell_integration](https://github.com/nextcloud/desktop/tree/master/shell_integration)

Pelo que entendi, é uma implementação própria da Samsung. Olhando no logcat, encontrei o seguinte: ``` 04-23 21:12:37.223 3901 3901 D ResolverListAdapter: driInside.mDisplayLabel->BradescodriInside.mExtendedInfo;BradescodriInside.mResolveInfoResolveInfo{767f4ab com.bradesco/br.com.bradesco.integrador.MainActivity m=0x108000 userHandle=UserHandle{0}} 04-23 21:12:37.223 3901 3901...

To be fair, I don't see anything related to PWA in https://github.com/IsmaelMartinez/teams-for-linux/blob/main/app/config/README.md or anywhere in the repository...

I see PRs #89 and #208 but none of them got merged yet. Is there any requirement not met for this?

Vertical tabs are already generally available in Firefox 136: https://www.mozilla.org/en-US/firefox/136.0/releasenotes/

I don't understand how is this completed. Having a Caddy workaround don't seem to fulfill the title, which is support for BASE_URL. I'm using traefik and I can't seem to...