Massimo Callegari

Results 153 comments of Massimo Callegari

Since one year or so, Travis works with credits. 😢 Credits are free of charge for open source projects but they give me very few and every build consumes credits....

@hjtappe sorry for the delay At this point Github actions would solve a few issues. I had a rough look at them and they should do the job. Also, it...

hi @hjtappe is this ready to be merged?

Don't worry about Codacy. Sometimes it's too picky even if the code is OK. I'll merge then, thanks :+1:

I just did what I usually did and got this: ``` # scripts/fixtures-tool.py --validate --map Namespace(convert=None, map=True, validate=[]) Traceback (most recent call last): File "scripts/fixtures-tool.py", line 752, in createFixtureMap() File...

Hey @hjtappe are you sure validation is working also on Python 2.7? This function doesn't seem to load hasPan and hasTilt correctly to me: https://github.com/mcallegari/qlcplus/blob/master/resources/fixtures/scripts/fixtures-tool.py#L637 If I set pan or...

To be honest I would extend the alternate.js script with a new parameter like "divide in halves" Too many scripts with similar purposes would create confusion

Hi, can you please share the project file you're using to reproduce the crash? It's clearly a byte array segfault, but I need to reproduce the exact condition to understand...

Interesting finding. The websocket implementation is written by me, following the RFC...so it's possible there are still things to fix. I'll have a look at the code too

I did evaluate QtWebsocket but over the years my experience with Qt has been a few highs and a lot of lows. So I tend to keep the external dependencies...