Nikita Prokopov

Results 125 issues of Nikita Prokopov

Write a script that invokes jpackage

- Flatpack - Snap - AppImage

Help Wanted
Design

Platform: macOS

A lot of ideas, some of them are in ungit already, some new, might be useful: http://tonsky.me/blog/reinventing-git-interface/

Since 1.10.63 ClojureScript has a separate type returned from `repeat`. Should be interpreted with `interpret-seq` I believe. Related: https://github.com/tonsky/rum/issues/166 https://github.com/clojure/clojurescript/commit/457faf89757b249345fa37bb33961dde6de9a7c6 Thanks!

- [x] I'm the package's author and/or maintainer. - [x] I have have read [the docs][1]. - [x] I have tagged a release with a [semver][2] version number. - [x]...

Hello! If I resize a window on macOS, I can see intermediate frames that are rendered as a scaled version of the previous window size. Minimal example: https://github.com/tonsky/glutin_resize_issue The triangle...

> Oh cool! I was going to participate too, but timing this year is really bad Shame you couldn't do it. I've been using `with-bounds`: ```clojure (ui/with-bounds ::bounds (ui/dynamic ctx...

(copied from https://github.com/HumbleUI/HumbleUI/issues/13#issuecomment-1024440932, cc @Folcon) vscroll doesn't seem to like nesting too much: ``` java.lang.IllegalArgumentException: IRect::makeXYWH expected h >= 0, got: -18 at io.github.humbleui.types.IRect.makeXYWH(IRect.java:57) at io.github.humbleui.ui.WithContext._draw(ui.clj:438) at io.github.humbleui.ui.Column._draw(ui.clj:144) at io.github.humbleui.ui.Contextual._draw(ui.clj:393)...