wferi

Results 15 issues of wferi

The `my_make_scrambled_password()` function is exported by the MySQL client libraries "to provide backwards compatibility with applications that for legacy reasons use undocumented symbols". It isn't declared in the client header...

Putting together a slide show in Kdenlive I hit a rendering crash. It's perfectly reproducible and Valgrind provides a sensible analysis of the memory error. I'm attaching the MLT XML...

### Bug ... at least over SFTP: ``` $ git init $ git config git-ftp.user myuser $ git config git-ftp.url sftp://my.serv.er/~www/foo $ echo foo >bar $ chmod +x bar $...

enhancement
confirmed

When I enlarge the shared screen of another participant, my mute button disappears. While the M key still works, the lack of feedback often leads to confusion. Please consider making...

misc/ bug
misc/ improvement
feat/ ui
feat/ audio-video

**Describe the bug** The `established` datasource is of type GAUGE, means a count and is thus unitless, while the other datasources (`active`, `passive`, `failed` and `resets`) are of type DERIVE,...

In version 1.40.0 `gammu-smsd-monitor` reports twice the number of received messages, because `gammu-smsd` calls `SMSD_ProcessSMS()` twice for each incoming message: once from `SMSD_IncomingSMSCallback()` and then again from `SMSD_ReadDeleteSMS()`. Version 1.33.0...

Hi, Here is a preview of what I'm currently playing with. Sparked by Hurd compatibility issues, but applies generally. Another direction (not represented here) will be cutting down the warnings...

Hi, The default directory for file system sockets (`/var/run`) is generally writable by root only, making file system sockets usable by privileged applications only. On the other hand abstract sockets...

Hi, As far as I know, the OCF API does not require that the `__OCF_ACTION` environment variable must be exported to the resource agents by the resource manager, and Pacemaker...