Denilson Sá Maia
Denilson Sá Maia
First time using Tauon, freshly installed from AUR. I tried to setup my own Jellyfin home server, and I get the following message: > Jellyfin auth error > 404 I...
KDE/Plasma has a "Media Player" widget that allows controlling (from one single place) whatever application is playing audio or video. Unfortunately, the back/forward buttons do not work with Jellyfin. ##...
# Bug Report ### Bug Description When installing a style from USW (userstyles.world), Stylus will set the `updateUrl`, and thus that style will be automatically checked for updates. However, when...
For each of the known manufacturers, we could look at some hardware database (e.g. [linux-hardware.org](https://linux-hardware.org/?vendorid=1e7d#list)) to find all mice and keyboard from that manufacturer. Then we can decide to add...
4c2dd59928e493b1e552eede7c2cd00a132591d0 added a new option `use_cardset_bottoms`, which toggles between using auto-generated card bottoms, or using the cardset-provided bottoms. That option exists in the config file and it works. However, so...
How to reproduce: 1. Get a [Steam Deck](https://www.steamdeck.com/) (that's the expensive part). 2. Switch to Desktop Mode (which is just KDE/Plasma). 3. Use [Discover](https://apps.kde.org/discover/) to install [PySolFC from Flathub](https://flathub.org/apps/details/io.sourceforge.pysolfc.PySolFC). 4....
I'm giving some feedback regarding the [AOC Q27P1B monitor](https://aoc.com/uk/products/monitors/q27p1/specification). It has four video inputs: * VGA (D-SUB) * DVI * HDMI * DP (DisplayPort) Unfortunately, its implementation of the VCP...
Estou tentando migrar minha monografia do antigo pacote `abnt` versão 1 para o novo `abntex2`. Infelizmente, estou tento problemas com o table-of-contents. [O código-fonte está disponível no GitHub](https://github.com/denilsonsa/atmega8-magnetometer-usb-mouse/tree/master/monografia), e versão...
This issue is about one single use-case: using Pygments to render some code while inside a Jupyter Notebook (inside [JupyterLab](https://github.com/jupyterlab/jupyterlab)). However, to fix this use case, I'm assuming many small...
Take a look at this: ```python for v in [9, 99, 999, 9999]: x = Money(v, "EUR") print("{} Foobar".format(x)) # € 9,00 Foobar # € 99,00 Foobar # € 999,00...