LancerComet

Results 25 issues of LancerComet

The [document](https://github.com/markuslerner/THREE.Interactive#interactiveevent-class) says ``` type (string) – event type: 'click', 'mouseover', 'mouseout', 'mouseenter', 'mouseleave', 'mousedown', 'mousemove', 'mouseup', 'touchstart', 'touchmove', 'touchend', 'pointerdown', 'pointerup' ``` So it seems like it is possible...

Hi, after reading the code, it seems that the pretrained weights need to be used in conjunction with a tokenizer and some other libraries: ```py x = self._preprocess(img) x =...

Code in https://github.com/jnordberg/gif.js/blob/6258ac58ec2d0fca17921fb01211ca8bcc4e4bbb/src/GIFEncoder.js#L481 There is a "0x80" in first bit of packet fields in image descriptor, but I saw some reference say that this should be a "0" or "1"....

Maybe it is because of the embedded AV1 codec.

bug

Some filenames readed from epub are url encoded, which causes the failure on reading image files. Should unescape the filename if necessary.

bug

https://universe.roboflow.com/personal-ov9jg/comic-panel-detectors

thoughts

Connect to multiple metadata source and display them in bookshelf somewhere. User can select which one to use. Maybe crawlers could be in the form of the plugins.

feature
thoughts

Add a toggle to decide whether to update image size when window resizing.

feature

Currently only `textfield` presents, need to add more types like `ComboBox`, `Toggle`, `Option`, .etc.

feature