Chas Emerick

Results 111 comments of Chas Emerick

(BTW, I'll also gladly accept the news that I'm somehow running afoul of some necessary yet missing websocket handling :worried:)

When I attempt to send much larger payloads (say, 20MB), more stranger things happen: 1. a single payload sent (sometimes!) results in multiple messages received, as if the original single...

I fished around in both dream and websocketaf hoping to track the specific cause of this down, but without ultimate success. Some tidbits that might be helpful though: 1. When...

A side note: it would be really nice if the eventual solution to this problem accounted for caching/preparing the results of compressing static resources (maybe especially those coming out of...

It seems that the dune limitation is confined to `dune exec`. I've had good results by setting up a "test" executable and alias (my dream app needs a number of...

So far in my experience, yes. I've not used fswatch at all.

I was surprised to see Dream storing empty sessions. I thought it was probably just a low-priority TODO, but there's a "Lazy sessions" item here, with a stricken section that...

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 `dream_session` records in...

This is the sort of thing that is particularly susceptible to bikeshedding — everyone has at least 3 opinions about [HTML] templating — but after spending some nontrivial amount of...

@sidkshatriya Yes, sorry, I should have linked to the jsx ppx in my message. And yes, the JSX does need to be in `.re` reason files. Thankfully, you can freely...