Johnny Arcitec

Results 63 issues of Johnny Arcitec

Hi, I assume that the current code just scans the savedvariables Lua for all the wago.io URLs it can find, and looks for newer versions of those URLs. The problem...

B - bug

The click action is set to "cycle through windows" belonging to the clicked application. This is the default setting. ![image](https://user-images.githubusercontent.com/38923130/144631222-7fd2495f-fbdd-4394-9413-9aaf1d08f242.png) I opened two windows in Files (Nautilus) and click on...

Hi! I've noticed that the [latest Git code](https://github.com/micheleg/dash-to-dock/commits/master) is always a lot newer than the [published extension](https://extensions.gnome.org/extension/307/dash-to-dock/), with a lot more fixes here on Git that aren't published on the...

Hi, I'm looking at the RetroArch branch: https://github.com/Abdess/retroarch_system/tree/RetroArch The folders you've provided are as follows: 1. `~/.config/retroarch/system/` : This folder makes perfect sense. It's where all emulators search for their...

I recently posted the correct way to install PyTorch as a PEP 503 repository in Pipenv: https://github.com/pypa/pipenv/issues/4961#issuecomment-1045679643 There's just one annoying issue in Pipenv: It downloads PyTorch for every version...

Type: Enhancement :bulb:
Type: Discussion
Category: Private PyPIs :sunglasses:

Hi, I've been following the Graphics Pipeline Library developments with great curiosity, and am amazed at the insanely high quality of work you're doing. @doitsujin You're an absolute genius! But...

question

The website frontend breaks when encountering badly named packages. **Try this URL:** https://software.opensuse.org/search?utf8=%E2%9C%93&baseproject=ALL&q=kodi **The result is a big red error box with:** > bad URI(is not URI?): /published/home:phoenix.os:fedora:plex/Fedora\_34/noarch/patterns-install-kodi-%all\_version-14.1.noarch.rpm?view=fileinfo

Bug :skull:

This is just to track and discuss a great idea which was hidden in a user comment in the following post: https://github.com/blacksmithgu/obsidian-dataview/issues/811#issuecomment-1024369351 In short: - Obsidian already has a very...

feature-request

Hello! You can see here, that I install a variant with dark color, yellow, dracula mode. It tries to link LibAdawaita to a folder named yellow, dracula, but not dark....

The `$name` variable is mistyped as `$_name` in a lot of places. Here's a oneliner to fix the install script: ``` sed -E -i 's/\{_name/\{name/g' install.sh ``` :smiley_cat: