karlicoss

Results 351 comments of karlicoss

I have a symlinked directory, and real files within it seem to work fine with `watch`; however symlinks (e.g. to markdown posts don't)

Also I guess related to this https://github.com/haskell-fswatch/hfsnotify/issues/87

I've ended up compensating it by a [companion script](https://github.com/karlicoss/beepb00p/blob/71a7d9f8023018b8e192d2662b043a0bf312a4cb/misc/poke-symlinks.py) that watches over referrents and updates the symlinks, so hakyll notices it and rebuilds. [Here](https://github.com/karlicoss/beepb00p/blob/71a7d9f8023018b8e192d2662b043a0bf312a4cb/preview) is how I run it altogether.

Yes, would love to grab a beer! Hopefully, soon :)

Hi! Glad you liked it :) Yeah, interesting idea -- I haven't much application for it yet though Probably would require changes - here to handle path argument(e.g. `when_path_changed`) https://github.com/karlicoss/dron/blob/4b7653d5eb6db2e56ed923ceab532706ed8d1f3c/dron.py#L432-L436...

Hey, thanks for reporting! Any chance you could post a full stacktrace so I could see which line of code causes this?

Another relevant thing that may be worth extracting from HPI is a library for accessing compressed stuff https://github.com/karlicoss/kompress/issues/10 I think after a few years unfortunately there isn't anything existing

started extracting kompress stuff here btw https://github.com/karlicoss/kompress -- will add more docs and think if needs any refactoring and then will move HPI and bleanser to use it

for now suppressed it here, quite spammy https://github.com/seanbreckenridge/google_takeout_parser/pull/27

At the moment can only leave a quick reply, but I think there are a few options (roughly from easiest/laziest to hardest but cleanest) 1. just keep your own branch...