mertushka
mertushka
Uncaught TypeError: Cannot read property 'offsetTop' of undefined at HTMLUListElement.X (jquery.mCustomScrollbar.min.js:4) at HTMLUListElement. (jquery.mCustomScrollbar.min.js:4) at Function.each (jquery-3.2.1.min.js:4) at r.fn.init.each (jquery-3.2.1.min.js:4) at r.fn.init.scrollTo (jquery.mCustomScrollbar.min.js:4) at r.fn.init.e.fn.(anonymous function) [as mCustomScrollbar] (https://sorry/js/libs/jquery.mCustomScrollbar.min.js:5:6801) at...
Do the devices have to be on the same network? I think this is a very restrictive thing. As an example; **PC:** WiFi `2.4GHZ` **MOBILE:** WiFi `5GHZ` File transfer between...
Can you just make detecting devices without a code based pairing system? Example: [ShareDrop](https://www.sharedrop.io/)
Puppeteer is performanceless, you shlould use native haxball headless api implementation in nodejs [haxball.js](https://github.com/mertushka/haxball.js)
How about adding support for Google's Gemini 1.5 Pro Model which offers 1,048,576 tokens for free? https://aistudio.google.com/
### Summary Enhance the `getip.ts` to allow selecting a specific IP address (index) from the x-forwarded-for header by adding an optional parameter. ### Current Behavior The function currently retrieves the...
_Apologies, had to close PR #358 because I mistakenly committed to `master` in my fork instead of creating a separate branch for the PR._ As identified here: https://github.com/murat-dogan/node-datachannel/issues/326#issuecomment-2752315555 and https://github.com/mertushka/haxball.js/issues/64#issuecomment-2960356787...
This sub-issue is dedicated to tracking bugs, feature requests, improvements, and questions related to the [@mertushka/node-datachannel](https://github.com/mertushka/node-datachannel) package — the default WebRTC implementation optimized for `haxball.js`. #### Use cases for this...
I was able to reproduce this issue by running the test few times (seems like race condition) on Windows with Node.js v22.18.0. ```json "test": "set NODE_OPTIONS=--experimental-vm-modules && jest --runInBand --detectOpenHandles...