Andrew Tropin

Results 66 comments of Andrew Tropin

For me it was a qt bug https://bugreports.qt.io/browse/QTBUG-81504, just fixed qt in the distro: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a43c524252

@chronos000 We applied this patch independently in guix package manager, I don't know if it was backported to any 5.x version of upstream qt. The fix itself is done by...

> Can this be closed now? @ikitommi Yes, I think so.

Implemented a separate orderless matching style to treat `/` as `.*` and slightly updated @benjamin-asdf's implementation to get a better out of the box orderless matching experience: ![image](https://user-images.githubusercontent.com/1218615/205088664-39e42197-cf5d-4551-9334-f00c29bb0e21.png) ![image](https://user-images.githubusercontent.com/1218615/205088771-25c1b05e-3d91-4365-ad71-f2740c63b44c.png) https://git.sr.ht/~abcdw/rde/tree/f7f97d0/rde/features/clojure.scm#L91...

``` (do| (something) (here)) ``` try to do following: `) i m l i` and `) i m l f`

In my opinion first case should work like second case, because current behavior is useless, at least for me. On Sat, Mar 4, 2017, 11:29 AM Mika Vilpas wrote: >...

Ok. lispy seems to have a little bit strange behavior, when mark is activated. For me, when sexp is marked it will be nice to mark inner sexp with `lispy-flow`....

The lambda from system-async-mark will be run in a separate thread, not in a fiber. The original goal is to implement interruptable evaluation and here is a working implementation: https://git.sr.ht/~abcdw/guile-ares-rs/tree/ee807444833a19bf3d7d281ab1afa5225147b72c/item/src/nrepl/server/evaluation.scm#L158

> Have you considered not implementing thread-operation and instead make a condition variable and wrap the > thunk of the new thread to signal the condition variable (upon success or...