Cogi

Results 15 issues of Cogi

pannellum can dragmove change viewport, but there aren't some api event. https://github.com/mpetroff/pannellum/blob/master/src/js/pannellum.js#L872 ```js if (draggingHotSpot) { moveHotSpot(draggingHotSpot, event); fireEvent("dragmove"); } ... ``` I would like to hook moveHotspot function.

enhancement

Hotspot is pointed by transform translate(x, y) (in html) It works but i think just use matrix is more better.

I added types for typescript. I would like to devlop in typescript env. I know pannellum is not commonjs working. it works only on browser. It doesn't work in commonjs...

I think Ipv6 from mapped ipv4 will be good feature. ```typescript // It works. new IPv6('::ffff:4a7d:2b63'); // But, it doesn't work. new IPv6('::ffff:74.125.43.99'); ```

When use memcpy for change code in main and it recompile(after lifting), linker error cccurs. No problem till lifting binary to bc. ``` (.text+0x20): undefined reference to `main' ``` https://gist.github.com/dbwodlf3/328831dda00f341cafb9107ca8da513b/#file-test-c-L15

```console create:1 Uncaught DOMException: Failed to construct 'CustomElement': The result must not have attributes ``` ```ts @customElement('test-component') class TestForm extends LitElement{ title=""; render(){ return html`TEST` } } ``` I know...

I would like to level 2 epic like "events -> listens, events -> fires". // ANCHOR [epic=event, listens] showdialog // ANCHOR [epic=event, fires] showdialog

Enhancement

i think llvmlite are not flexible to accept custom ffi functions... llvmlite use LLVMModuleRef and LLVMValueRef. but llvmlite python binding class init method are using extra inputs and there are...

3 - Ready for Review

https://github.com/numba/llvmlite/blob/master/llvmlite/binding/common.py In using llvmlite.binding.parse_assembly, There are some korean comments in ll file. So can't encode and decode. If there aren't special reason to use 'latin1', i think it is better...

question
needtriage

hi. when write response success json. URL Resolving is weired. I think it is better if this like others. if I use '/static/image/'. then i think it is work like...