EsGeh
EsGeh
Hello! I tried to use `gsel` to find "start nodes", i.e. nodes to which have no edges point. However, `gsel` seems to treat all "Contexts" as if no edges point...
Sorting `Occurrence`s in combination with caching of `Occurrence`s leads to buggy behaviour. The `sorting_options` constructor argument for `Period` doesn't work as expected i.e. `Occurrence`s in most cases are not sorted...
Sorting Occurrences in combination with caching of Occurrences leads to buggy behaviour. This modification is supposed to fix this.
script to download and build deps. updated README. add gitignore. remove build products from repo.
This hopefully makes this repository a lot easier to use. I expect the maintenance overhead to decrease too. dependencies are being managed by the experimental fish script [https://github.com/EsGeh/git_deps](https://github.com/EsGeh/git_deps). All dependencies...
## Feature request ### Summary Quick summary what's this feature request about. Allow for selectively including config types via `config/plugins.ts`. ### Why is it needed? I'd like to be able...
# Problem Following the [README](https://github.com/obsidiansystems/obelisk?tab=readme-ov-file#installing-obelisk) trying to install obelisk fails with SEGV # Steps to reproduce Follow the README (how to install nix) up to step 3. It fails: ```...
# Problem Following the [README](https://github.com/obsidiansystems/obelisk?tab=readme-ov-file#installing-obelisk), trying to create a new project results in an error. Same result when trying `ob run` or `ob hoogle` on an existing project. # Steps...
### Description Let's say a strapi project uses 2 different types of plugins, e.g. `nav1` and `nav2` which both export some content type `Navigation` Generating types for the project: `$...
Hello and Thank you for this cool Plugin. However, I am struggling with the following issue: Images, that exceed a certain width appear scaled up so much, that they are...
## Description Adding Breeze stylesheets changes the layout in ways, that make widgets appear overlapped/cropped. Could this be a result of breeze adding margin and/or padding to widgets, which results...