-
https://github.com/lmangall/cub3D/assets/60273337/86ac17dc-fcf3-42c7-b1b6-76255e6e57a3
```
NAME := cub3D
CC := cc
CFLAGS := -Wextra -Wall -Werror
LIBMLX := ./lib/MLX42
LIBFT := ./lib/libft…
-
I'm running the REPL in debug mode in a project with a `core.clj` file. I set a breakpoint on some line that also happens to exist in the `clojure/core.clj` file. When loading my local `core.clj` the …
-
main.css
-
I executed this command: boot repl watch system
When I did this I got this display:
[WARNING] No nREPL middleware descriptor in metadata of boot.repl$disable_exception_colors@1fc152d, see clojure.…
-
1. Press alt+enter on a macro
2. choose disable indentation
3. click OK in the dialog
Neither Alt+Enter or hover activate menu anymore. There seems no way to re-enable indentation settings again.
Re…
-
Probably fifty times per day, I find myself leaving my edit location, scrolling to the top of the file, adding a specific namespace to the :require list, and then finally going back to the initial edi…
-
There is no mathcal fonts, or mathcal looks too similar to mathscr
```
\documentclass{article}
\usepackage{unicode-math}
\unimathsetup{mathrm=sym,mathbf=sym,mathsf=sym,bold-style=ISO,sans-style=…
-
I cannot figure out how to move the links horizontal on this. I've tried multiple codes and it's not working. Also, how do I get rid of the bullet points behind the words? Also, the rectangle of colou…
-
```
What steps will reproduce the problem?
1. allow font-family in policy, list some fonts (courier, serif)
2. allow span to have style attributes
3. test with string: "preformated"
What is the expec…
-
While schema literals will most likely be written in vector forms, when building schemas programatically there's a chance the schema won't be a vector
Minimal case: `(malli.core/schema (list :int))…