Anes Lihovac

Results 12 comments of Anes Lihovac

it compiles with these commands (even with M1): ``` git clone https://github.com/rpav/c2ffi.git cd c2ffi export CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include" export LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib" export PATH="/opt/homebrew/opt/llvm@12/bin:$PATH" mkdir build cd build LLVM_DIR=/opt/homebrew/Cellar/llvm@12/12.0.1_1/lib/cmake/llvm CC="clang" CXX="clang++" cmake .. make...

Sure, here we go: ``` :b (76BC36D0) : 0 (PREPARE-TO-DESTRUCTURE # (AUTOWRAP::NAME AUTOWRAP::C-SYMBOL &KEY AUTOWRAP::VARIADIC-P &ALLOW-OTHER-KEYS) 2 NIL) 744 (76BC36E0) : 1 (DEFINE-FOREIGN-FUNCTION # :FLOAT MAKE-HASH-TABLE) 64 (76BC36F0) : 2...

Hi, hope you guys do not mind if I chime in. I was experimenting with raylib-lua in hope to create a module so that I can create binding for Urn....

> Are you working on src/raylib-lua.h? Exactly! But now that you mentioned rLuaParser, i will first take a look into that. Thanks for mentioning!

> Edited with updated system/driver info. No change to the game itself. > > Everybody is writing how Yakuza is working perfectly so I bought it, and can't even run...

The descriptions would reside in the same file. In other files, like main.lua I would use those in a reading kind of way like ``` if player.x < screen.width then...

As I am also on the 7590 I didn't want to open up a new thread. I started icc-brightness watch and was able to increase / decrease the brigthness. After...

Thanks guys for chiming in. I am running Debian Testing with Kernel 5.3. and without Wayland. Maybe it's an Kernel / ACPI thing ? Am Di., 7. Jan. 2020 um...

I forked system76-oled and adapted it to work under Dell XPS 15 7590. You can find it [here](https://github.com/paines/system76-oled)

@gregoliver: Thanks for pointing out. Emacs ate that "l" for some reason. However I doubt the identifier does anything. @Zibi Braniecki: I was not aware that this projet is about...