André A. Gomes

Results 684 comments of André A. Gomes

@monnier since it's your patch, I'd suggest you moving forward. Let me know.

@monnier why did you push to `sly/master` instead of `master`?

Try this patch - https://github.com/slime/slime/commit/f1f9991c697de2ecf0f3c1f0d43175ac35cb713c.

This is documented: ```lisp (define-mode dark-mode (style-mode) "A `style-mode' for styling documents with a dark background. Unlike other modes, to effectively disable `dark-mode' you must also reload the buffer." ((visible-in-status-p...

It has been discussed [before](https://github.com/atlas-engineer/nyxt/issues/3411#issuecomment-2173844948): > I agree 100%. The reason why it doesn't exhibit that behavior is because the current buffer suggestion at the prompt buffer sets the main...

> Should you call removeChildView and then destroy or vice-versa I wonder too. CC @jmercouris.

@brosasaki thanks for the report. The issue is similar to #3388. I've added a patched Guix definition on my own channel - https://github.com/aadcg/aadcg-guix-channel. I'll send the patch upstream but it...

Fixing the alexandria version ([as done here](https://github.com/aadcg/aadcg-guix-channel/blob/284a62f30b91642b08a66d02679611655d0bfb51/packages/aadcg-nyxt.scm#L35)) is brittle since this kind of issue may strike again. d88b380a8839f2f9f3b8f62da68ffc084241ef46 enables build Nyxt for Guix using the git submodules, which accounts for...

Fixed, see https://github.com/atlas-engineer/nyxt/issues/3388#issuecomment-2429107528.

> A more radical idea would be to build the "graphical" variant of Lem into the Nyxt browser https://github.com/atlas-engineer/nyxt, as a "mode" so to say. As this is Lisp, it...