Philipp Middendorf

Results 57 comments of Philipp Middendorf

I realized that you can actually look at the code in question, it's in the bottom here: https://github.com/pmiddend/piggybudget/blob/master/src/App.tsx So you see anything suspicious?

Hm, no, that's something I already did apparently.

I'd love that functionality as well.

I'd also love to see this implemented. Does anyone already have a version one can use as a replacement?

This might be at least partially solved. When I try to run a very similar example (generating a `keywords.txt` file from an input string), using a command that has a...

Thanks for the issue @toonn. I thought about it, and I think you're right. Currently, I'm not sure how to approach it, but I'll experiment with implementing a home-manager-only version...

Okay, you have to help me out a bit here, since I haven't used overlays before. According to the [Wiki](https://nixos.wiki/wiki/Overlays), you can put your overlay config into `~/.config/nixpkgs/overlays` and it’ll...

I'm using this pattern of "fork + watch events" a couple of times in the code. It's always in the `Update.hs` modules, and it's a little confusing, I admit. For...

Ah yes, thanks for the reminder. I've added a note about that to the readme. I'm keeping this issue open for some amount of time so maybe someone smart can...