Igor
Igor
I found the issue. tbuf[var32++] = 73; Why do you do this? This is I in ASCII code. Removing this solved the problem for me.
There must be some difference between your projects. From what I understood, problem is when you or libraries are using request.clone(). In that case, postData is empty and it's a...
This repo seems to be abandoned. I forked [here ](https://github.com/paradox37/ajna) and I think I managed to fix this issue. Package is on [npm](https://www.npmjs.com/package/@paradox37/ajna-pagination).
Just got a report from the user that his email is not accepted. Format is [email protected]. It would be nice for this to be fixed ASAP.
I was just about to report a bug that @masives mentioned when I found this report. Here is the reproduction repo: https://github.com/paradox37/monorepo Exactly same issue as @masives described, I get...
@segunadebayo This is still not working properly? Do I need to open a new issue? Even with 2.4.5, I still see an error I posted in my previous message, and...
What about case sensitivity? It seems orderBy is case sensitive, and ordering is different depending on the upper or smaller case. I had to do orderBy(data, x => x.value.toString().toLowerCase(), ["asc"])...
The solution by @micha5strings is almost good. But there is a bug today of all days. 😄 `date() === 1` is causing issues, and week numbers are all over the...
I have been using Midea AC LAN integration since reporting the bug here, and I didn't experience the problems I described here, so I guess there is some bug. Let...