Dušan Maliarik

Results 66 comments of Dušan Maliarik

Any chance of having this merged?

Perhaps we shouldn't be using the `in` string as a regex, because of the different path delimiter on different platforms.

Another option is to have, and use, a function that transforms path regexes into platform agnostic ones, ie. replace `/` with `/|\\`

Same issue here. I need this fixed. Obviously this is because drei is mutating https://github.com/pmndrs/drei/blob/18c24eb5b5d7e110b17f108e3b15937ef581acad/src/core/softShadows.tsx#L148 THREE's properties. It should probably use private module variable to indicate whether this mutation already...

I had different error related to pybind11 version, and had to bump the upper limit to 2.12, to make this work with Python 3.11

You are right, I want to use capacitive touch screen to wake up from light sleep. Related discussion here: https://github.com/orgs/micropython/discussions/14351 I still don't see the `_wakeupPin` being assigned for PaperS3...