André A. Gomes

Results 66 issues of André A. Gomes

Both variables set to default values. ![none](https://user-images.githubusercontent.com/45483512/168583326-093407f4-9309-4e1d-8fcc-b098414184e4.png) `GDK_SCALE` set to 2 and `GDK_DPI_SCALE` set to default. ![gdk-scale](https://user-images.githubusercontent.com/45483512/168583489-1b7b9a4b-47d1-46d2-adf1-ae1e5224210b.png) `GDK_SCALE` set to 2 and `GDK_DPI_SCALE` set to 0.5. ![gdk-scale-and-dpi](https://user-images.githubusercontent.com/45483512/168583582-180ba8c9-9257-4638-a0df-2ca9c00b30ec.png) Proposal: - Setting...

doc
low

Recipe: Creating the following config file. Notice that the symbol `nyxt/hint-mode:alphabet` doesn't exist. ```lisp (define-configuration nyxt/hint-mode:hint-mode ((nyxt/hint-mode:alphabet "KDJFLSAIEUROWPQCMVXZ"))) ``` Start `nyxt` from the REPL, and you'll be greeted with the...

An element is overlapped when there's another element in the foreground hiding it. **Example:** Follow the hint marked as "J". No issues on the left, whereas on the right it...

help-wanted
good-first-issue
hint-mode

SBCL needs a host compiler to be built. Since we have ECL already packaged, it is a good candidate. However, using the latest release from ECL (21.2.1) fails to build...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:
blocked/need-repro

I haven't found a reliable recipe to reproduce the issue consistently but it seems that the error is raised when Nyxt quits in the midst of JS execution. ```log Backtrace...

low

Given PRs, - #3332 - #3329 recovered buffers should also recover the scrolling position.

low
feature

WebKitGTK has enabled us to mature Nyxt, but it is undeniable that its performance as a web renderer is subpar when compared to Chrome-based ones. This is particularly noticeable in...

ffi
4-series