ruffianeo
ruffianeo
### Description Statements in computation expressions, which should indent the following lines, but do not, include (those I found so far): - for - then - else They seem to...
[Documentation](https://www.gnu.org/software/emacs/manual/html_node/flymake/Getting-the-include-directories.html) is sparse. It implies, from what is written there, that I could do something like this: ```lisp (defun my-project-dirs (basedir) (mapcar #'(lambda (r) (expand-file-name (concat (expand-file-name basedir) "/" r)))...
Thank you for taking the time to file a bug report. The following describes some guidelines to creating a minimally useful ticket. Above all else: do not describe your problem,...
I have a deeply rooted distrust to code which uses raw integer types instead of fixed with types as defined in ``stdint.h``. At best, this way of providing code only...
### Describe the issue After downloading stockfish 17 avx2 on my debian bullseye system, it won't run, because: ``` ./stockfish-17-ubuntu-x86-64-avx2: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./stockfish-17-ubuntu-x86-64-avx2) ./stockfish-17-ubuntu-x86-64-avx2: /lib/x86_64-linux-gnu/libstdc++.so.6:...
For the heck of it - I cannot figure out, how the arguments to that function should look like. Maybe there is also something wrong with the translate-to-foreign functions. ```...
```lisp ;; Main Loop (loop with compute = t while (not (window-should-close)) when compute do (progn (pre-compute-mandel-set mandel) ;; renders mandel set into texture using DrawPixel (setf compute nil)) do...
Under Debian bullseye it is hard?/impossible? to install package clang-17-dev. As such, cl-bindgen has no chance of working. I could try to patch cindex.py etc to work with an older...