fcaps

Results 20 comments of fcaps

sorry, was busy^^ had a deep look into parle, yeah... no documentation for PHP, but there is some for the original c implementation [lexertl](http://www.benhanson.net/lexertl.html). The first working lexer working with...

Hey guys, we got the same issue, any updates? can we help somehow?

Thanks! We will try to find something, but in our case this only occurs every 10-20 days, hard to inspect.

So, we finally got some logs. Stuff that can be relevant: - there could be multiple session open to this ftp-server (even with the same ftp-user) - server is an...

> How often are you doing the transfers? Hard to estimate, but calling `SFTP:rawlist` min. 48 times a day (every 30min). Doing `SFTP::stat & ::get & ::delete` every now and...

i would change the route pattern to /clan/{id} in the website rather than updating this here, this has multiple benefits (some tags are not url-safe, not unique , etc..) But......

Update: the website is fixed, i have implemented a redirect to the new url, but would be nice if this is fixed in the client, so i can remove the...

if we manage to produce some events for this (lobby started, joined, started, changed etc.) we get more out of it than just "how old it is". Thinking about "expected...

@zazoomauro when I "fix" the issue, some tests fail with a ServiceNotFoundException. was not looking at other tests, but chances are high that they throw a RangeError or something. here...

UPDATE: the logs show different errors, but not the "verify failed", we should disable the auto-redirect to "/login" if something fails and show log the error as "login-failed" or something.