Michael Krasnitski

Results 45 issues of Michael Krasnitski

**Is your feature request related to a problem? Please describe.** When I see that a profile I actively archive has posted new videos, and go to download those new files,...

I'm having a similar problem as described in #39, where the window first opens to default size (half of terminal width) and then gets resized. This happens even if I...

### Rofi version (rofi -v) Version: 1.7.3 ### Configuration https://gist.github.com/mkrasnitski/55981aae540083a3c5c2cc916a751c55 ### Launch command rofi -show combi ### Step to reproduce Launch rofi ### Expected behavior Menu pops up ### Actual...

bug

This PR adds enforcement for unconditionally required fields on builders. It does so by removing the implementation of `Default` on those builders and adding a `new` method that takes the...

framework
model
builder
examples

There was some discussion about some areas of the API where there is currently room for improvement; things like taking more advantage of Rust's type system to ensure API compatibility,...

opinions wanted
http
tracking

### What it does Similar to `extra_unused_lifetimes`, checks for unused type parameters on functions and warns that this is likely unintended, suggesting that they be removed. (Note: should this only...

A-lint

I personally would like if slop didn't draw borders around windows, since my window manager does this for me already, and this extends to highlighting as well. Is it possible...

Recently, the developers of [Blackjack](https://github.com/setzer22/blackjack), a 3D modelling app, have released their egui node graph implementation as a [crate](https://github.com/setzer22/egui_node_graph). It might be worth considering if its better for our use-case...

In comparison to using QjackCtl, if an application has multiple outputs or inputs, they each appear as separate nodes in the graph. Helvum also suffers from this problem. For example,...

enhancement

I'd like the ability to hide certain nodes on the graph, maybe through a right-click context menu on the node, or otherwise with a keypress or mouse button. For example,...