Charles Chamberlain

Results 20 comments of Charles Chamberlain

This seems to happen when you don't wait on processes you started in the background, which isn't a great thing to do in general. Maybe we should make the default...

Yeah agreed, it'd be necessary to add an option to detach a child process.

Good point — I'd be happy with just having our own utility function for that.

Hey! Thanks for the PR and sorry for the delay. I'm glad you like Feather! I think my main problem with supporting windows is that I don't have access to...

Thanks for doing this research! Some quick thoughts: ocaml-glob 1: I really like this approach but it doesn't support `**` which seems very useful. I wouldn't mind resurrecting it, but...

That all makes sense and I agree Re would be a fine dependency to have. I am a little unsure of the actual behavior we'd want to have. I'm thinking...

That makes sense! I much prefer the `run ~glob` interface you suggest. Judging by its interface, I'm doubtful Re.Glob will help with expand_braces because it needs a set of things...

There are two issues in the sample. Blur doesn't work, and the shape changes `self`, so you have to define the app ( `app = self` ) and call things...

Hmm that's a good point about the -reason flag being specific to eliomc, etc. I'm not sure how to customize it ... maybe we could change it to REASON_ELIOMC_FLAG to...

+1 Absolutely This would be awesome, if it just allowed you to pass in a single location that all the generated ast's would share.