André A. Gomes

Results 684 comments of André A. Gomes

If the goal is to send a single message from the client to the server over a local socket, then the following seems to work as intended: ```lisp ;; server...

@Vonfry I had a deeper look at the issue and have some conclusions. I take back my words above: > in the current architecture (in which I didn't participate), Nyxt...

@proehlen how did you install Nyxt?

@proehlen thanks. The Nyxt team only [maintains the distribution on Guix and Flatpak](https://github.com/atlas-engineer/nyxt/?tab=readme-ov-file#gnulinux). All other packaging efforts are maintained by others. This bug is present on Guix, but not on...

For future reference, `{sly,slime}-lisp-implementations` has been set to ```lisp (nyxt-nix ("nix-shell" "shell.nix" "--run" "sbcl --dynamic-space-size 3072") :directory "~/common-lisp/nyxt/build-scripts/") ``` @jmercouris I took the approach that doesn't block on input dispatch....

It is not related to 3c71755296ebd86fbf124709418c829447766e92 and it is, most likely, an Electron bug on Linux. If it were due to 3c71755296ebd86fbf124709418c829447766e92, then the same would happen on the WebKitGTK...

Most likely, it won't make sense to pursue the goal of the original issue anymore due to https://github.com/atlas-engineer/cl-electron/pull/43. In other words, the dev env for electron won't be based on...

> Most likely, it won't make sense to pursue the goal of the original issue anymore due to [atlas-engineer/cl-electron#43](https://github.com/atlas-engineer/cl-electron/pull/43). In other words, the dev env for electron won't be based...

After another round of investigations, the questions above remain. And the conclusion remains the same: > While these questions are important, the goal of supporting custom fonts or SVG glyphs...

@fictitiousexistence the error reported here seems to be related to webkitgtk alone. Nyxt seems to be running fine on Flatpak, which is using webkitgtk 2.44.0. In order to report a...