joagre
joagre
Hi, Would it be possible to add anti-aliasing support, either globally or just for S2D_DrawLine()? Cheers /Joakim
I have been trying to write a small PEG to parse the following in a file named `simple.sa`: ``` 42, a = 42, a = b + c * d,...
Hi, I can use special rules to catch common errors and point out which row they occur on. I keep track of rows and store it in auxil: ``` _
If I make a programming error in the first promise (in a promise chain) I get an expected runtime error but if I make a programming error in the second...
SSL?
A quick question: I have a websocket server behind https. How hard would it be to use lua-websockets in such a context? Cheers /Joakim
Hi, I experimented a bit but I must be doing something wrong. Can someone help? Cheers /Jocke jocke@xev:~/src/tunctl/trunk$ getcap /usr/lib/erlang/erts-5.9.1/bin/beam.smp /usr/lib/erlang/erts-5.9.1/bin/beam.smp = cap_net_admin+ep jocke@xev:~/src/tunctl/trunk$ getcap /usr/lib/erlang/erts-5.9.1/bin/beam /usr/lib/erlang/erts-5.9.1/bin/beam = cap_net_admin+ep jocke@xev:~/src/tunctl/trunk$...