Andrew McCausland
Andrew McCausland
It looks like somewhere in the code there is a `if(x==y)` happening where `x` and `y` are both `Poco::Net::SocketAddress` types, but the compiler doesn't know what it means for `Poco::Net::SocketAddress`...
I'm successfully able to run the v0.12.0 shader examples on RPi 4B running Bullseye by setting main.cpp as follows ``` #include "ofMain.h" #include "ofApp.h" //======================================================================== int main( ){ ofGLESWindowSettings settings;...
Win10 with external 3M touch display, can confirm touch events are called twice per touch with matching `touch.id`.
Solution helped me too. My yaml: ``` # ComfyUI extra_model_paths.yaml for win32 comfyui_desktop: is_default: "true" custom_nodes: custom_nodes/ download_model_base: models base_path: C:\Users\\Documents\ComfyUI desktop_extensions: custom_nodes: C:\Users\\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes ```