Sylvain Martens

Results 12 issues of Sylvain Martens

Hello, First of all thank you for this nice script, i got it working using websockify.js ( node.js version located in folder other/js ) on windows! I noticed message wasnt...

This fix my 2 previous issues... Code: http://pastebin.com/kV82GYZe This fix all issues i found. - Fixed not joining channel properly. - Fixed Get userlist after joining - Add user to...

Hello there is an issue in the function mejoin(e) Sometimes the lenght of: var newmsg = e.split("\r\n:"); Is not above 1 and therefore trying to do newmsg = newmsg[1].split(" ");...

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

- When a minion enter in combat state it must save the current position. - When minion leave combat state it must return to the saved position. - From there...

I-enhancement
A-ai

Hi, I merged the develop branch into feature/blueprint, only look at the very last commit at the bottom. those are the changed I made my self to make it compatible...

Hello the function code128 is actually missing for Epson printers. here is how I implemented it for mine: ``` this.buffer = null; this.append(this.config.BARCODE_CODE128); this.append(Buffer.from([data.length + 2])); this.append(Buffer.from([0x7b, 0x42])); this.append(Buffer.from(data.toString())); return...

Hey this is a really cool project, I was wondering where do you find the maths algorithm to calculate the frequency response I would like to add a few charts...

enhancement

Handshake would fail due to certificate being invalid on ESP32 if no validation certificate was set prior to connecting. It now connect successfully and warn the user with: start_ssl_client(): WARNING:...

We have live servers running on PHP 7.3 and dev servers running 7.4 and + This should fix the issue for any version.