EsGeh
EsGeh
Sad thing is @xjlin0 s example doesn't work when retrieving occurrences via a Period: ``` import pytz import datetime from django.utils import timezone from schedule.models import Event, Occurrence, Calendar from...
Hmm. My script and modifications are pretty much based on [github issue 6](https://github.com/TheKikGen/USBMidiKliK/issues/6) and the [wiki](https://github.com/TheKikGen/USBMidiKliK/wiki) of this repository. After having figured out how to compile and use USBMidiKliK I...
I simply made a new navigation plugin that supports localization. [sghp-nav](https://github.com/EsGeh/strapi-plugin-sghp-nav) It's quite stable, but the feature set might differ. Happy to take feature requests and pull requests. Any feedback...
I simply made a new navigation plugin that supports localization. [sghp-nav](https://github.com/EsGeh/strapi-plugin-sghp-nav) It's quite stable, but the feature set might differ. Happy to take feature requests and pull requests. Any feedback...
Some Context: ``` $ nix --version nix (Nix) 2.21.0 ``` ``` $ cat /etc/nix/nix.conf # # https://nixos.org/manual/nix/stable/#sec-conf-file # # Unix group containing the Nix build user accounts build-users-group = nixbld...
> Huh, that's likely a problem with your nix installation. Maybe try this workaround for a suspiciously similar issue: https://discourse.nixos.org/t/segmentation-fault-when-running-any-nix-program-sigsegv-exit-code-139/36659/9 > > ``` > nix-env -f https://github.com/obsidiansystems/obelisk/archive/master.tar.gz -iA command -v...
Another thing I tried: `cd`ing into the nix dir that contains the obelisk source and running `nix-build`. Same issue: ``` $ cd /nix/store/g88smagq7mcqjij7sx1vqw9s6fsmys19-source/ $ nix-build -v evaluating file '' evaluating...
> > Btw, building other applications works: > > Well, that didn't _build_ the package as it was fetched from `cache.nixos.org` . `nix-build -A nixpkgs.hello --check` will force re-build the...
Correct me if I am wrong: The problem lies in referencing related content in menu items via ids, which are resolved manually, instead of by explicit relations which would automatically...
As a practical intermediate solution one might consider a feature that enables referencing related user defined content via *some other unique field other than it's ID*...