Andrew Tropin

Results 66 comments of Andrew Tropin

On 2023-09-02 05:47, emixa-d wrote: > ``` > (let ((res (with-exception-handler > (lambda (exception) > `(exception-value ,exception)) > (lambda () > `(eval-value . ,(primitive-eval code)) ) > #:unwind? #t))) >...

@weavejester It would be very cool if you find some time. Also, I've made a patch according to your suggestions. ```patch From 378cd87bc3951685044990e999bc49e39d3c177b Mon Sep 17 00:00:00 2001 From: Andrew...

@RPigott Can you try to reproduce it using emacs (on wayland it either requires to have xwayland or to be built with pgtk flag) or with firefox like @arrudagates mentioned?...

I was able to reproduce the same issue with alacritty, but it happens rarely, in most cases floating rule just don't apply and window still tiled. Another observation if I...

Also it behaves differently if I have no other windows: ![image](https://user-images.githubusercontent.com/1218615/204464296-d11728bb-492f-48fa-8439-4c0e064e0f60.png) And if I have one window: ![image](https://user-images.githubusercontent.com/1218615/204464386-2d12268d-3b91-4738-bc0b-986d4e948bf0.png) Or a few: ![image](https://user-images.githubusercontent.com/1218615/204464632-7ae9cc59-4a78-4022-aa7c-19d114daa00b.png)

Reproduces on sway 1.7 and 1.8.

@emersion, maybe you know the possible cause of the problem?

On 2023-11-18 01:05, Yusef Aslam wrote: > Hi! > Hi Yusef! > I really like your project and I am wanting to try out the ISO, but > when I...

On 2023-12-30 04:35, Oliver Caldwell wrote: > This is really cool, thanks for sharing! This should work great when I > can refactor the nREPL support into a reusable layer....