Julián Díaz

Results 6 issues of Julián Díaz

Using `$watch` with AlpineJS in this manner ends up creating a race condition (which I've observed in live code) where sometimes the templated elements are not yet rendered by the...

Right now Data fields expects/returns only Data pointers, which really makes little sense given the use case. DataView objects are the primitive these functions should be working with.

feature request

The watcher is supposed to ignore failures and keep running, but the command bails completely if a test run fails.

build issue
good first issue

gulp v4's watch function has an option for exactly this, could be a great reason to switch to v4 instead.

build issue
good first issue

Right now, unpack runs on the entire packed ArrayBuffer and combines all the message's segments into a single ArrayBuffer, including the stream frame header. This is silly, given that it's...

improvement