Ben Sima
Ben Sima
@polux FWIW Here is a hacky way to integration Miso and Clay that I came up with a while back, it worked well enough for a medium-sized project with lots...
I got the same issue as @username33333333, and have a similar rights file. The calendar was in a manually-created collection called `/public//`. In [Fantastical](https://flexibits.com/fantastical) I was able to connect just...
Would love to see multiplayer in zellig. If you want some prior art on how to accomplish this, look at wemux https://github.com/zolrath/wemux It works basically how @typetetris described but with...
+1 what exactly is the relationship with NixOps?
I too am having this issue. It causes conflicts with project-specific pep8 settings, which is inhibitory in some use-cases where you want to enforce formatting settings across all dev environments....
Wow, sounds like a great idea! Lemme know if you need help...
In addition to @tony's helpful comment, remember you can use `sys.stdout.write(...)` in place of `print()` for e.g. returning some value to stdout in a CLI. The benefit of this is...
I was just about to file this bug. I use pre-commit hooks to run a linter so using `git amend` often means I'm liable to commit un-linted code. A minor...
I updated the commit with your comments. Next I'll work on expanding the test case to actually test real-world nix code: I'll make a small library of functions and a...
I added some better test nix code, I tried to look at some of my personal nix code and copy a few formatting patterns that I use, which is similar...