Results 259 comments of codeanticode

I don't see error when using both libs together, but sometimes, tablet events stop being received for a brief interval (a second or so), but then they resume: ``` import...

@hamoid will try to get fix this asap :-)

Hi, I'm keeping an eye on this. I can see my last comment from Jan 26, hopefully will be able to spend some time on it. Thanks for your feedback!

@conorhub I think the problem you are reporting (no pressure returned) is different from what we were discussed originally in this thread (although is also related to the use of...

@nibu-b-john thanks for all the PRs! Btw, just found that there is a similar project https://github.com/matthew-carroll/flutter_processing :-)

@diroru you can set another texture unit by doing shader.set("tex", img) where img is the PImage holding the layer, is this what you tried?

@diroru [this discussion](https://stackoverflow.com/questions/37728487/texture1d-and-texture-2d-in-the-same-glsl-shader) on stack overflow sheds some light on the problem. Because validation in PShader happens before the texture units are bound, the compiler cannot determine if the same...

@DAM-Philippon @AlexisDrogoul Hello, I'm using COMOKIT to generate synthetic individual-level data to parametrize a population-level SEIR model using maximum likelihood estimation. Thanks for making your GAMA COVID models available to...

@DAM-Philippon sorry missed your reply :-) Thanks a lot for your comments. Responding to your first question, yes the idea is that the symptom data will come from self evaluation/reporting....