Nickolas de Luca Alberton

Results 27 comments of Nickolas de Luca Alberton

I just addded LoL to GOG and it works just fine linking it to LeagueClient.exe

> Can you try changing > > https://github.com/edubart/otclient/blob/e73f6df221d9353749e044d4bdf85b5e2598d1a1/src/framework/util/crypt.cpp#L270 > > ```diff > - mpz_mul(n, p, q); > + mpz_mul(m_n, m_p, m_q); > ``` this did it for me. thanks!

Any changes to this? how come we get absolutely no feedback out of an update statement?

Thank you for this, I was having an issue with Invalid URL and didn't know you could use relative urls.

I've requested the option to set the default encoding to `latin1` dinamically on issue #336

After some deeper testing I found out that `SlidableAction` was not really the culprit of the problem. I found out that [Cards](https://api.flutter.dev/flutter/material/Card-class.html) have a [margin](https://api.flutter.dev/flutter/material/Card/margin.html) property which is not set...

I have opened a PR to "fix" this "issue". Feel free to endorse it if you want to. PR #412.

@mreis1 basically you're saying that by modifying the index.js file of node-firebird to `latin1` we're just being lucky? because it has been working great so far with our database that...