-
This issue records some bugs found in bap fbasic, plan to fix them in a pull request.
1. A mismatched description in http://binaryanalysisplatform.github.io/bap/api/master/bap-core-theory/Bap_core_…
-
```common-lisp
(defun foo (x) (declare (ignore x)) (= 1 (random 2)))
(defun foo2 (x) (declare (ignore x)) (= 1 (random 2)))
(defun bar (x) (declare (ignore x)) (= 1 (random 2)))
(defun bar2 (x) (d…
-
It's very important in HTML (#25) to have meaningful anchors generated from heading titles (like github does).
Here is some code to automatically add and update such anchors, if the file has `#+optio…
-
Not sure if this is still being maintained, but I wanted to echo a few issues I had to correct to get an error message to show up properly on py-yapf-buffer in cases where yapf fails. Currently it si…
-
I have been working at adding an Erlang compatible `maybe` form to LFE. My goal is to have a `maybe` which both works for OTP 27 onwards and for older versions as well, compatible in both cases. An ex…
-
Hi! It seems natural to have a hook. Often I override some aspects of every theme, after loading them. Examples:
(add-hook 'doom-load-theme-hook #'prism-set-colors)
(add-hook 'doom-load-…
-
The title says it all.
I attach a Debian build log.
[octave-mpi_3.1.0-1.gz](https://github.com/carlodefalco/octave-mpi/files/8513523/octave-mpi_3.1.0-1.gz)
The relevant part seems to be:
```
…
-
```
(defun-g test-vs ((vert :vec2))
(v! vert 0 1))
(defun-g test-fs (&uniform (test picked :ssbo)
(blah collision-info :ssbo))
(setf (picked-col test) (vec4 4))
…
-
Hi,
Thanks for this mode: it very useful for my writing activities!
I liked the ease score functionality so much that I wanted it on the fly.
Now every time I add a dot to close a sentence, every…
-
Hello,
I am trying to enable parameters inlay for all parameters, and it seems something is not working here.
I am using the following configuration:
```
(use-package eglot-java
:hook
(…