Nils Werner
                                            Nils Werner
                                        
                                    On my MacBook Air 2011, "3 finger up" and "3 finger down" are swapped. Steps to reproduce: 1. Set distinct actions for 3 fingers up and down 2. Trigger the...
Nowadays it is very common to have config files in *three different places*: 1. `/usr/share/app`. These are the config files that come with the distro package. Different packages can provide...
I realize that the diff for this PR seems like a huge, backwards incompatible change to the versions before. While a lot of things moved under the hood, the API...
This PR sets the attribute `stats.f_namemax` to 256. The default value of 0 prevents Nautilus from creating subdirectories.
Nautilus is creating a `.Trash-1000` directory when I delete files. I don't know if it's the job of rmfuse to ignore these directories, but the directory on my tablet is...
FUSE comes with a mount command `mount.fuse3` that allows mounting FUSE systems that would otherwise be mounted like rmfuse /mnt to be mounted like mount.fuse3 rmfuse /mnt The only requirement...
### Describe your change: graphs/BFS uses a very strange text representation of the graph: ```python g = Graph() g.add_edge(0, 1) g.add_edge(0, 2) ``` i.e. ```mermaid flowchart LR 0 --> 1...
### Feature Description It would be great to be able to create hier blocks that live inside my flowgraph file. Right now, hier blocks are saved as separate `.grc`, `.yml`...
### What happened? If you define a block with a variable number of ports, e.g. ```yaml id: message_example label: Multi Message Example templates: make: > example( receivers=${receivers}, ) parameters: -...
Hey, I am new to Rust, so some of the things I am saying may be wrong, or technically impossible. But looking at the example in your README I was...