Kyryl

Results 33 comments of Kyryl

Sorry for cropped video, It's kinda hard to find non sucky recording software that I can compile right now. But I hope this gets to the point. Also I am...

@jart Sorry might of been a bit ambigous in my wording but this is not a bug in my application. The part with invalid instruction is understandable (where I run...

https://user-images.githubusercontent.com/33268383/109706308-b1987d80-7b90-11eb-8384-9578a156425a.mp4 Here is a look with gdb, blinking lights does not take the required libc jump. Which is this: : jmp QWORD PTR [rip+0x2ff2] # 0x555555558018 Is QWORD PTR not...

* [x] Send mail to [[email protected]](mailto:[email protected]) regarding this PR.

Yes, whatever you call it, NULL or nullptr or 0 well anything that describes EAX = 00000000. As i said its not an issue as it does not crash, however...

Thank you, this touched my heart. Be sure to reccommend nextvi to your friends.

I could add a statically linked binary. Not sure if that's suitable.

Why? No need for make in project like this.

Portable systems are more likely to have a posix compliant shell installed on their system than make. However if you encountered a problem with current build.sh let me know, I'll...

@jdah https://musl.libc.org/ Musl does not implement qsort_r.