Matthias Blümel

Results 36 comments of Matthias Blümel

We are using this version in our development-process but for zend 2.4. It’s working, but not very intuitive, very slow and it crashes, if you have more than ~25 lines/toolbars....

ah, and BTW: The second parameter is not documented …

In that case, potential error messages would also be in `C` instead of the one from the user. another problem is the encoding. If it is applied on the whole...

Oh, I don't have an ideal :smile:. I only try to point out the pros and cons :wink:. The script could also set `LC_NUMERIC` for this specific problem. You won't...

> This currently makes two separate connections to sftp, which for most users implies twice entering their password twice. No, it does not. It's asking for the password only once:...

Thanks for giving the links, I didn't know them yet! We will adopt your recommendation when we think the commit is ready, i.e. worth for a review, i.e. when the...

I have the same problem with mysql: ``` delete from `message` where time < FROM_UNIXTIME(1476197705) and (1=1) AND NOT (1=1 AND level=undefined) - ER_BAD_FIELD_ERROR: Unknown column 'undefined' in 'where clause'...

OK, I found out, I have an error in my "messageLogging"-Config. While disabling debug once, I deleted accidentially the `"level": "debug"`-line in "messageLogging". Since the setting is correct, the message...

see also https://github.com/xbmc/inputstream.adaptive/issues/877.

This might save a click/shortcut on login-pages like [accounts.fedoraproject.org](https://accounts.fedoraproject.org/). If the TOTP-Field is already available when the password-field gets filled, the TOTP-field could be filled automatically. And if autosubmit is...