João Paulo Silva de Souza
João Paulo Silva de Souza
@DonnieWest can you point to a source file specifically? I'm trying to follow your suggestion, but no clue where to start from. I've created a sample Android Studio project and,...
I'm not knowledgeable in Kotlin or JVM languages in general, but I've tried to dig a bit into this Since Android Gradle Plugin 3.6, the R.java files are not generated...
FWIW, while poking at the code from my last comment, I've also found out that the `R` class can be used directly, even without importing, for projects using Android Gradle...
@DonnieWest > Out of curiosity, does this also update if the project is built? ie: I change a file in xml, build the project, are those changes reflected? From what...
Could I know more about this? It seems like the service worker is caching the generated assets when I add the `pwa: true` option in the config. Running the **with-auth**...
This is pretty curious - if you search on StackOverflow, most answers regarding scrolling tell you to detect scrollability with `el.scrollHeight > el.clientHeight` or something of the sort. In the...
Hi, I'm trying to use gnome-pomodoro together with i3 and I notice it also doesn't capture activity after breaks. Is it feasible to change the code in order to do...
For Arch users this can be solved by setting your app's credentials during package build https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dbxcli#n16 As example, installing it through `yay` ``` env PERSONALAPPKEY=[key] PERSONALAPPSECRET=[secret] yay -y dbxcli ```...
I think the best course of action is to add it as an alternative layout to AnySoftKeyboard, as it already has support for a lot of other features and plugins,...
@deekayen I've been able to use Norman as an "add-on" on top of AnySoft Keyboard. It comes with built-in English language dictionary (that's of course overridable through the app's UI...