Results 7 comments of Ryan Weiss

Adding to the idea that people that LOVE using gists... NEED a way to search them ;) Thanks for this great extension!

The Open Gists search is fairly sufficient, thanks for the tip! Would still really like a way to search the gist code... I don't even think github has a feature...

We were able to work around it through a sort of hack. We could only get the cornerstone library to work only with explicit file handles (as opposed to loading...

Likewise. Here is the FPS counter code component I'm using, if it helps... it's importing Preact, but can easily be changed to React or some other component framework: https://gist.github.com/rw3iss/3ef2160c741498b579bf203b14021d54

Thanks @dlannan Seems related, but I'm not sure (I'm a web developer :-p). I will come back to this when I revisit the desktop component of this app, and try...

I think I was having the same issue... Instead of 'go run main.go', try 'go run .' instead....

Was getting the same exact error. If I open the library file ArduinoSTL/src/new_handler.cpp and comment out line 22: `// const std::nothrow_t std::nothrow = { };` It will allow my program...