-
See discussion in https://github.com/atlas-engineer/nyxt/pull/1371#issuecomment-833504558.
-
See https://github.com/atlas-engineer/nyxt/blob/master/.github/workflows/release.yaml for inspiration.
When a tag is pushed:
- automate a github release;
- publish to crate registery
tmplt updated
2 years ago
-
Common Lisp (unlike Emacs Lisp :p) has packages, so there is no need to prefix the symbols with `nyxtmuch-`.
Also the `--` convention is specific to Emacs Lisp. In Common Lisp, you'd use `export` …
-
After playing with Firefox extensions the other day, I realized that
- uBlock origin (and friends) are impressive, if not critical extensions;
- Many other popular extensions like FoxyProxy are ea…
-
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 for: #
0: ((LAMBDA NIL…
aadcg updated
8 months ago
-
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 resource intensive…
aadcg updated
4 months ago
-
We now have each renderer in its own package but the API could be improved.
The symptom of the issue manifests itself from `nyxt/renderer/foo` being required to use unexported symbols from the `nyx…
-
Since atlas-engineer/nyxt#2655, the function that used to be called `cancel-input` is called `quit-prompt-buffer`. But the condition that used to be related to this function is still called `prompt-bu…
-
Right now, a duplicate copy of [the Nyxt website](https://nyxt.atlas.engineer/) is available at [nyxt-browser.com](https://nyxt-browser.com/).
**This is confusing and splits up your google juice.**
…
-
Hi, I wrote an article on continuous packaging and testing in Common Lisp:
https://nyxt.atlas.engineer/article/continuous-testing-and-packaging.org
I thought it could be useful in the cookbook. …