Ingwie Phoenix
Ingwie Phoenix
I am working on a tiny meta-framework that I use throughout my application. One of it's features i want to improve is AJAX. Aja seems a great choice, however: https://github.com/krampstudio/aja.js/blob/master/src/aja.js#L254-L263...
...partially due to deprecation and moving of APIs or outright removal of such. You think this is fixable or should I just see to find an alternative? ``` cc -O3...
Hello there! I have just found out that Hyperapp does support hydrating a server-side rendered document. So I was curios to know if this nice package supports this too? :)...
It would be cool if you could add buttons for: - PSN, Playstation Network - XBL, XBox Live - Nintendo's stuff Steam already exists and I am not familiar with...
**General Information** - [ ] Bug - [ ] Improvement - [ ] Feature - [x] Other **Description** Hello there :) With the strong influence that WebAssembly is having, Web...
Hey there. I got it configured, but it didnt compile: ``` gcc -c clientinfo.c -fPIC -O2 -fomit-frame-pointer -Wall -DHAVE_CONFIG_H -D_SERVER_VERSION="\"libwebserver 0.53-RE\"" -I../include clientinfo.c: In function ‘__ILWS_Query’: clientinfo.c:225: warning: cast to...
Hey there! I have been compiling stuff at least the last ten days XD...but this one really confused me. When I tried to make a general run of cmake over...
For context, a snippet from `htop`: ``` PID PPID USER VIRT RES SHR S CPU% MEM% Command 9075 8976 nagios 2283M 46720 6064 S 95.9 0.6 /usr/bin/neko serve -d --static...
**Is your feature request related to a problem? Please describe.** I don't know how many would do it that way, but I run neko behind a NGINX reverse proxy. Unfortunately,...
Hello there! I have to say first, that this is one very great configuration library. I really like the ngix like syntax that you choose to make usable. And, this...