collin
collin
This way a drag initiated inside the canvas still work when you end up going "outside" the lines of the color picker. Otherwise it can be tedious to get to...
I was looking at the recent release and saw there are yjs bindings. I've just spent some time building out yjs bindings for a mobx-keystone backed application. One thing I...
Related to #30. I'm not sure how to approach adding a test for this because the `.mp4` files are not present in the repository, but this has been successful for...
Currently, when segmenting a file, a large number of moof boxes are created. For the files I've been looking at, this results in ~1MB overhead per track per minute (more...
``` ruby require 'set' >>> "NoMethodError: undefined method `require' for #" ``` ``` ruby Kernel.require 'set' >>> "LoadError: cannot load such file -- set" ``` ``` ruby Kernel.require 'observable' >>>...
This has made my coffeescript library consuming ways all the better. Might be useful in some way to Jim. https://gist.github.com/902950
This allows for a customized request id generator. In particular I've been using it with `continuation-local-storage` to get a "request id" that can be used by any async resource in...
I've found issues around this and understand this project considers it best practice to include an operation name. I am however, several dozen graphql queries in to a project that...
### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? React (@lit/react) ### Description The current react...