mariari

Results 38 comments of mariari

> I could not reproduce this issue on my XMonad setup. The un-fullscreen button I squared out in screenshot below works even after `switch-buffer-previous`. > > How do you set...

> Hmm, I still cannot reproduce it. Nyxt can go to and back from fullscreen with `M-x toggle-fullscreen` in my setup. > > Basically my configuration is following. `main =...

> Both `(enter|leave)-fullscreen` and `focus-out-event` are handled by Nyxt at [c89c0c5](https://github.com/atlas-engineer/nyxt/commit/c89c0c5d8595426c71fee52a62ed4e86b2390a37). @mariari, care to try and reproduce the issue? Just tested it, it works for the given example, however it...

> See #1692 for an implementation which should, at last, make the GHT far less frustrating! > > It fixes 1. > > It does not fix 4. which is...

> I mean, unfocusing the buffer for some other window should likely unfullscreen it, I suppose? But then, Firefox doesn't bother about it, and it seems to be quite a...

It would be nice to have a good place to contribute examples. I have a few of my own that I've generated [Fibonacci with the iteration amount from user input](https://github.com/anoma/zkp-compiler-shootout/blob/main/miden-assembler/miden/fib.masm)...

It would be good to have let here as the special form that has proper sequencing. Two proposed syntax: ```haskell -- option 1 foo := let bar := 3; baz...

> Clojure has a similar "loop" construct. Coq has anonymous recursion (fixpoints), but without explicit "accumulator" arguments. Clojure only does this due to lack of TCO support in the JVM....

I forgot to mention this piece of history, but there is an entire genre of macros that describe what you want, they are usually called anaphoric macros, and in particular...

jump back or `M-,` is xref-go-back. Meta Point, is the default jump to definition, which in this case is`minijuvix-goto-definition`. Though it seems other languages use a variety of techniques. In...