Giancarlo Bonvenuto

Results 9 comments of Giancarlo Bonvenuto

Has anyone found a workaround that allows push from the obsidian app? Edit: I just found a solution, download an old version of Obsidian Git and install it manually (I...

> I am experiencing the same issue, @KubGames how did you downloaded and installed older obsidian git for mobile app? Go to [releases](https://github.com/denolehov/obsidian-git/releases) and download the zip of an old...

Out of curiosity I tried another method that worked even better. 1. Connect your mobile to your computer with a usb cable and transfer your vault to it. 2. Open...

I might have the same problem. It's my first time using this plugin and tab completion only shows options, not directories

Hello, thank you for mentioning me! here's my `which _z | less` first lines: ``` _z () { local datafile="${_Z_DATA:-$HOME/.z}" [ -h "$datafile" ] && datafile=$(readlink "$datafile") [ -z "$_Z_OWNER"...

I don't know if it's the same issue, but using this as the /etc/pam.d/hyprlock: ``` auth sufficient pam_unix.so try_first_pass likeauth nullok auth sufficient pam_fprintd.so timeout=10 auth include login # For...

Sorry for the delay, with just the third line it doesn't let me write anything and fails after some seconds. Here's the /etc/pam.d/login if it helps ``` # # The...

Have you found a solution? I'm having the same problem on Fedora (both the dnf package and flatpak). System Information Computer Information: Manufacturer: Dell Inc. Model: 0D73T7 Form Factor: Laptop...

I was following an old tutorial, it seems minecraft datapacks changed. Now that I followed the [wiki](https://minecraft.fandom.com/wiki/Custom_structure), it works. But still, the VSCode extension requires a `configured_structure_feature` folder when it...