LucasGGamerM
LucasGGamerM
I found the wrapstodon branch now when I was doing some dev work, and now I am intrigued by it. What does it do? What is it's purpose?
I took a look the code responsible by doing this, and it seems like we are using google's mlkit to do the work for us. Could that be the reason...
Here we have the following screenshot, which showcases this piece of code: ``` public static void insetPopupMenuIcon(MenuItem item, ColorStateList iconTint, int addWidth) { Drawable icon=item.getIcon().mutate(); if(Build.VERSION.SDK_INT>=26) item.setIconTintList(iconTint); else icon.setTintList(iconTint); int...
Everytime an animation lags I get the '"Unable to match desired swap behavior" log entry. It started happening after upgrading to appkit 1.2.10 (1.2.9 didn't have the issue), and I...
I have made a bunch of small, but noticeable improvements on the overall feel of the app in regards to colors and other small ui issues on Megalodon, so much...
Selecting tether shooting with a Fuji X-H1 plugged (with camera in tether mode) crashes Darktable
### Describe the bug Trying to activate a tether connection makes the program crash. ### Steps to reproduce Plug camera into computer (with the camera being in tether mode), open...
When I launch a game which is installed on an external SSD from steam, it asks me to install it again, as the drive is not mounted. The same thing...
One would expect the desktop to show an indication that the trackpad just got turned off/on, just like the Airplane mode. Gnome shows it, but I am not sure about...
I can't click an applet if my mouse is right on the top right edge of the screen. This is bad for UX, and makes it hard to use the...
I don't know what changed between 9.2.0 and 9.3.0, but it broke the previous iteration of the script. So I fixed it and improved it a bit. The main improvement...