rofl0r
rofl0r
when i merged the zsh completion i assumed this is a one-off favor, but this is now the 3rd edit. i don't want to clutter the git commit history with...
> * getaddrinfo() thread failed to start this seems to be root cause of issue. it seems to come from curl, and i have no idea what happens there, maybe...
> screen_renderer = SDL_CreateRenderer(screen_window, -1, SDL_RENDERER_PRESENTVSYNC); > I can't see a reason not to do this by default. well, it can drop framerate considerably on slower devices
hmm, interesting, i didnt get a github notification when you opened this issue 7 days ago. anyway, did you try the 0.3.1 release ? it's what i'm still using and...
thanks for testing. could you come up with a minimal example program exposing the behaviour ?
ouch, sorry that i didn't realize it before, but you cannot safely mix stdio output with curses output, because both systems use internal buffering and bookkeeping of positions and such,...
test10 prints `f` and `ö` separated by a newline on my musl-libc based system, and i suspect that's what you expect it to do. i can't currently test on glibc...
@michaelforney has produced this patch: http://ix.io/49Ui - you might want to try it out.
thanks for confirmation. i'll close the issue once the patch is merged - which can take some time as michael wants to upstream it to netbsd proper so i have...
usually the compiler driver automatically invokes the assembler when it detects an assembly file being passed to it. just like it calls the linker when the input is object files.