Andrew Tropin

Results 11 issues of Andrew Tropin

In case there is a trailing slash at the end of the remote url (`https://git.savannah.gnu.org/git/guix.git/`), the link generated by git-link will look like: ``` https://git.savannah.gnu.org/cgit/guix.git/.git/tree/TODO?h=587fbb48be8ee0c76c77f14fd835e79f33752cb1#n76 ``` instead of: https://git.savannah.gnu.org/cgit/guix.git/tree/TODO?h=587fbb48be8ee0c76c77f14fd835e79f33752cb1#n76 Using...

What difference between this two libs. I only mentioned that figwheel evaluates code on save and mainly supports lein. Anything else?

Hi @Olical! On fediverse, you mentioned that stdio Guile REPL is far from perfect and that it would be cool to make a Guile nREPL integration for Conjure. A few...

enhancement
client-guile

This one works: ```clojure (def registry (merge schemas {:merge (mu/-merge)})) (m/deref [:schema {:registry registry} [:merge [:map [:a :int]] [:map [:b :string]]]]) ``` This one throws an error: ```clojure (def registry...

bug

I was experimenting with system-async-mark and found the problem with condition variables. I guess it happens because when async does non-local exit, the thread can not be removed from condition...

enhancement

I was working on [guile-nrepl](https://git.sr.ht/~abcdw/guile-nrepl) (asyncronous [network repl](https://nrepl.org/) for guile) and stumbled upon an issue: we can't do [interruptable] eval inside fiber because it blocks the whole thread until evaluation...

enhancement
question

```emacs-lisp (run-at-time 1 nil (lambda () (eros--make-result-overlay "hi" :format " => %s" :where (point) :duration 'command))) ``` I expect it to show overlay, but it doesn't (the overaly is probably...

`i` have different meaning, when I mark something( and I have to use `f`. It seems inconsistent. Probably it's necessary to remap `i` to `lispy-flow` in "mark-mode".

Reported in spacemacs repo: https://github.com/syl20bnr/spacemacs/issues/6788 #### Description It inserts new sexp inside previous symbol. #### Reproduction guide - Start Emacs - Open lisp file with two nested sexps on one...