J-P Nurmi
J-P Nurmi
The advanced playback module [[1](http://wiki.znc.in/Playback)] makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a partial buffer playback starting...
Please fix the client so that the user can receive privmsgs from itself. Those messages should go to the window named by the privmsg target, not to the sender. This...
- Use `g_autoptr` for `fl_value_new_xxx()` (`g_malloc0()`). - Replace `fl_value_lookup()` + `fl_value_new_string()` with `fl_value_lookup_string()` that takes care of allocating and releasing the string.
The advanced playback module [[1](http://wiki.znc.in/Playback)] makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a partial buffer playback starting...
Just a cosmetic cleanup to get rid of some warning highlights in the headers. :)
# Required information * Distribution: Ubuntu * Distribution version: 22.10 lxc info ``` config: core.https_address: '[::]:8443' core.trust_password: true api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout - container_stop_priority - container_syscall_filtering - auth_pki -...
Flutter specifies "click" and "forbidden" mouse cursors for normal and disabled buttons, respectively. | Enabled | Disabled | |---|---| |  |  | While this is the appropriate behavior...
How can I substitute the stream in `SerialPortReader` after re-plug the USB and the stream observers don't have to re-subscript the stream again? _Originally posted by @fynxiu in https://github.com/jpnurmi/dart_serial_port/issues/3#issuecomment-693428907_
It would be better if it was possible to expand/collapse the merged event blocks instead of that stupid tooltip which was thrown in as an easy temporary solution. It might...