Ryan Lester

Results 40 comments of Ryan Lester

@jandubois Is there any obvious reason why this approach shouldn't work? I know you'd brought up reassembling UDP datagrams, but TCP and UDP have the same max packet size (64...

> I think that would be fine, but it looks like your example only forwards UDP from the VM to the host, but not the other way. The other direction...

> Thank you! I already thought about providing a webpack wrapper around ts-runtime. However, at this point I don't really have time to investigate, but I'm open to any discussions,...

Fixed incorrect test as per http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html > Creates a new queue, or returns the URL of an existing one.

Also, it just occurred to me, I probably should've included this to begin with; here's a diff with indentation removed to make it more clear what actually changed: [microlight pr...

Nice, thanks for the tip @blueimp! That feature should really be way more prominent. As far as the use case @asvd, this is how I would be using it at...

Fair enough, I'll just maintain this version as a separate fork until the extended version is available. Ah sorry, I should clarify more specifically what we're actually doing. @cyph currently...

Yep, it sounds like the extended version would probably be relevant there. That is what we're doing; what made you think otherwise? The text sent over the wire is just...

Yeah, more or less; I would just have to change that line I linked to something like highlight: s => `${s}` and call `microlight.reset()` after it hits the DOM, as...

Just made the change you suggested earlier. Not that it really addresses your issue with accepting this PR, but the minified file size is back down to 2.2kb (gzipped is...