André A. Gomes

Results 66 issues of André A. Gomes

Just a heads-up as it may bite in the future. https://webkitgtk.org/reference/webkit2gtk/stable/method.WebView.run_javascript_in_world.html ```diff diff --git a/webkit2/webkit2.web-view.lisp b/webkit2/webkit2.web-view.lisp index 6c1ab66..d17ec5c 100644 --- a/webkit2/webkit2.web-view.lisp +++ b/webkit2/webkit2.web-view.lisp @@ -233,6 +233,7 @@ defcfun "webkit_web_view_get_is_muted" #+webkit2-mute...

Three issues here: - Fixing the root cause of the crash (trivial); - Ensuring that these kind of crashes are suppressed (they're due to a custom condition being raised); -...

bug
4-series

While working on #3376, I noticed that there is too much complexity for no good reason. One example is commit f2d823f20e883035bdbe210661dda70ab403b3ed, which needs to be reverted for the sake of...

good-first-issue

When requested from `describe-slot`, `describe-class` or `describe-mode`, it doesn't consistently works. Couldn't find a reliable recipe that reproduces the issue everytime. Note that it is unrelated to commits 281401305 and...

bug

Commit 3c71755296ebd86fbf124709418c829447766e92 introduced the need to grab the focus of the main buffer (e.g. by clicking it) so that it accepts key events. To reproduce it, notice that you need...

bug
low
electron

The behaviour should be the same as in the GTK port.

bug
electron

Noticed when working on #3362. Steps to reproduce below. #### Nyxt @ 9fb9036f6 #### Patched ```diff modified source/mode/file-manager.lisp @@ -166,7 +166,7 @@ defun make-file-source-preprocessor (define-class file-source (prompter:source) ((prompter:name "Files") (prompter:active-attributes-keys...

bug
prompt-buffer

It makes little sense to have several files to define the dev env in Nix. I've tried it but got stuck. I have no experience with Nix, so help is...

help-wanted
build

Has it been tried and, in the affirmative case, what are the difficulties? Thanks.