erjoalgo

Results 31 comments of erjoalgo

Following up on this thread. Is this the recommended way of associating client-specific metadata?

sorry for the delay. My memory tells me that it happened only after waiting some time and not immediately, but to confirm I would have to recreate the original setup...

I was able to get swank-js to work (my own fork of it at least: https://github.com/erjoalgo/swank-js), and I get a connection to the browser. However, the Components object, although it...

Ok, so swank-js allows me to run code in the context of a browser tab. But what I need is to do things like: 1. Restart my extension 2. Run...

I desisted of this for now and I ended up using mozrepl https://github.com/bard/mozrepl , which does give me access to the browser console (Which I assume is the chromeActor?). But...

I can repro this issue on `go version go1.6 linux/amd64` but not on 1.4.2

I can make a PR for this feature. so far I haven't needed much more than what is provided, but if there are new requests in the future I may...

For some reason the mp4 video preview within the github page doesn't appear to show anything, here it is as a GIF ![output](https://github.com/OpenICC/xcalib/assets/5349288/33019890-b7e0-4e20-acd5-4c9dfa832d30)

Thanks, I was able to find the RTSP stream url from the logs.

After some debugging, I found that the `_scriptName` is undefined, and the `new Worker(...)` was being passed an `undefined` script name: ![Image](https://github.com/user-attachments/assets/5bd48fef-c0f3-4448-8e43-748b2d1215b7) There is an attempt to define it in...