Doeke Wartena

Results 84 issues of Doeke Wartena

Right now `webSocketServerEvent(String msg)` only passes the message. This library would be 1000 times better if you know which client sended the message!

https://wiki.wemos.cc/tutorials:get_started:get_started_in_arduino

Hi, I posted on the wrong github but this is the original post: ---------- I would like to run your library on the PI. But when compiling the example I...

If I look in the file `INSTALL` it starts with: ``` To build: % ./configure Edit config.h to change the configuration options if necessary. % make ``` However, when I...

It would be really nice if the readme.md had a bit more instructions of how to use this library. Mention that boost is required. Which version. What commands to run...

When I use make to build the examples it fails on https://github.com/zaphoyd/websocketpp/tree/master/examples/sip_client. The offending line is `boost::this_thread::sleep(boost::posix_time::milliseconds(100));` According to a question I posted: https://stackoverflow.com/questions/73430102/undefined-symbols-for-architecture-x86-64-boostthis-threadinterruption-poi I need to > Add compiler...

hey Zinglish, could you explain how to use CPMPlayer.cs or .js? I know very litle about unity(, and I prefer to keep it that way for now so I can...

enhancement

Processing 3.3.6 Mac OSX 10.12.6 noSmooth does not work with P2D or P3D. ```java PGraphics pg; void setup() { size(640, 640, P2D); noSmooth(); pg = createGraphics(32, 32); pg.noSmooth(); } void...

opengl

Processing 3.4 (and lower versions). OSX 10.12.6 When using the P2D renderer and ALPHA with createImage, there are no blacks. Not using the P2D or using ARGB fixes this (but...

I get nothing off a popup. I looked here and did all those things. https://github.com/processing/processing-android/issues/699 Android 7.0. Processing 4.3.

core
needs confirmation