Skycader
Skycader
### Steps to reproduce 1. Download AUR kotatogram-bin. 2. Open file. ### Expected behaviour I expect no crashes. ### Actual behaviour ╭─axl@ARCH ~/.vim ╰─$ kotatogram-desktop 1 ↵ [ALSOFT] (EE) Failed...
root@vodri:/mycpp/simple-webserver# make gcc server.c -o server server.c:49:6: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 49 | void log(int type, char *s1, char *s2, int num) | ^~~...
root@vodri:/mycpp/C-Web-Server# make gcc server.c -lrt -o server server.c: In function 'recordTotalBytes': server.c:306:5: warning: implicit declaration of function 'pthread_mutex_lock' [-Wimplicit-function-declaration] 306 | pthread_mutex_lock(&(*mempointer).mutexlock); | ^~~~~~~~~~~~~~~~~~ server.c:310:5: warning: implicit declaration of function...
This exact piece of code from documentation throws an error in Angular 17, please fix. ` this.dbService .openCursor('people', IDBKeyRange.bound('A', 'F')) .subscribe((evt) => { var cursor = (evt.target as IDBOpenDBRequest).result; if...
Your tools seems extremely well done, however it's been 2 years since last commit. why so?