Anton Bachin

Results 662 comments of Anton Bachin

> an API that is agnostic about how you configure the flash Can you clarify what you mean by this?

Also leaving a note to myself to document more clearly Dream's "philosophy" about exceptions. For the time being, I'll sketch it here. Dream prefers encoding errors that can be caused...

Also cc @tmattio, in case watchexec is good for the example script in [dream-liverelaod](https://github.com/tmattio/dream-livereload#usage).

From https://github.com/aantron/dream/issues/139#issuecomment-884672526, a command line for killing any listening Dream processes (seemingly using port 5000) and restarting: > ``` > lsof -i tcp:5000 | grep LISTEN | awk '{print $2}'...

Does this automatically kill a running `runapp.exe` whenever you make changes to the code?

Ah, this is indeed an oversight. I don't use OCamlFormat, as you can probably tell :) The original intent was that as projects get more elaborate, the templates will get...

I think TyXML JSX (+ Melange) is basically the "endorsed" solution for Reason, and will be good for a large proportion of users. I have a TODO for making it...

I wasn't able to come to a decision in the summer about whether the existence of the session is itself important, even if the session is empty. So I chose...

> Seems there are two (IMO) good reasons not to create sessions until they're necessary: > > 1. In practice, it will result in a (maybe heavy) slurry of junk...