Dmitry V. Luciv

Results 13 comments of Dmitry V. Luciv

Wow, that's cool. Interesting to see! I guess mapping file data onto memory disk image with some simple FS can be simpler than implementing somewhat like auxillary port. Although I...

Sounds like a brainstorm, but supporting Windows will be also nice =)

BTW, to show math, I do so: ``` Reveal.configure({ "center": false, dependencies: [ { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true }, { src: 'plugin/math/math.js', async: true...

> architecturally speaking, this one is a bit tricky: reading the clipboard is an asynchronous operation that results in IPC on a number of operating systems, so care will need...

But when process asks terminal for clipboard contents, then it is probably ready for such a situation

BTW I tried to rename plugin and then to change: ``` local SCRIPT_NAME = "othermatrix" ``` It saved its config correctly with `othermatrix` name, but failed to execute `/othermatrix connect`,...

When I do so, I periodically saw: ``` weechat =!= | Call to API errored in command url:https://matrix.dluciv.name/_matrix/client/r0/login, maybe timeout? ``` Where `matrix.dluciv.name` is my homeserver. It is not always...

In my experience, OnlyOffice 7.3 freezes (while CPU heats =)) under any wlroots-based environment. Tested with sway, Hyprland, labwc (I guess it is enough). Still works smoothly under Plasma (KDE)...

Also posted an [issue for wlroots](https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3624), feel free to upvote it =)

BTW there is a [workaround for Flatpak](https://github.com/ONLYOFFICE/DesktopEditors/issues/1220#issuecomment-1523666320), does well.