Sergey Bugaev

Results 26 issues of Sergey Bugaev

Since currently every section is inserted with a separate `editor.insertText()` call (and `__insertComment()` does multiple modifications), undoing the action requires multiple Ctrl-Z's and exposes implementation details. `undo: "skip"` _may_ be...

Another file format apparently not recognized as text is `application/x-wine-extension-ini`, might want to hardcode that one too,

bug
good first issue

E.g. if we have `text/html` content and it gets pasted as `text/plain`, we may want to do the conversion somewhere in the middle (or not — need an option to...

enhancement

I need to double check this is the case, but a `wl-copy` running using wlr-data-control will see all the new offers as they come in, and destroy none of them....

bug
good first issue

We should be able to recover from most of errors. In particular, there's a lot of things that could go wrong when we try to copy our stdin to a...

enhancement
good first issue

When `wl-copy` is sent a signal to terminate it, it should clean up the temp buffer files instead of leaving them around.

enhancement
good first issue

I would like to be able to use smol in software that already uses other runtimes. By that, I don't mean tokio or async-std; I mean completely different runtimes (usually...

With https://github.com/bleakgrey/tootle/issues/312 fixed, I can finally use the app (yay!). This is the cutoff point; if I make the window a tiny bit smaller the app turns the sidebar into...

idea

#### What should happen: Pressing the Esc key in a "modal" view should bring me back to the main screen. #### What happened instead: It does nothing! #### How to...

idea

Right now, we are using [Cocotron's implementation](https://github.com/darlinghq/darling-cocotron/tree/master/OpenGL) of OpenGL.framework (aka Core OpenGL aka CGL), which is (Win32- and) [X11-specific](https://github.com/darlinghq/darling-cocotron/blob/master/AppKit/X11.subproj/CGLContext.m). It is implemented as a wrapper around GLX, and AppKit (`X11Window`)...

Enhancement
Frameworks
GUI