Grazfather
Grazfather
Yeah I would guess that it's somehow importing an old version of the file.
We need to collapse it if it is too long to fit on one line, but I agree that we shouldn't collapse it unless we need to. We can probably...
I suggest you use gdb-dashboard instead of GEF.
Similar: ```bash #!/usr/bin/env bb #_" -*- mode: clojure; -*-" ```
Easiest fix for me was to just install emacs 27.1 For ubuntu: ```bash sudo add-apt-repository ppa:kelleyk/emacs sudo apt update sudo apt install emacs27 ```
Trying to avoid reading all the code right now, but iirc the way we do it is we define the function as advisable, and it keeps a meta table that...
I have thought about this as well. I think it's a good idea. Fennel is intentionally a single file and they encourage its full source inclusion  .
Just want to seed it! There are still no 2016 videos up.
I definitely don't have this issue on my mac. I'd be tempted to close this as not reproducible, especially since Neovim v0.5.1 is so old.
The VM version has canaries ``` lecture@warzone:/levels/lecture/rop$ md5sum rop_exit fa6bf6f0b133d6127a2f796a3f6873cb rop_exit lecture@warzone:/levels/lecture/rop$ gdb rop_exit Reading symbols from rop_exit...(no debugging symbols found)...done. gdb-peda$ disass main Dump of assembler code for function...