Joshua Haberman

Results 252 comments of Joshua Haberman

Thanks for the pointer! Maybe you could include this link in your repo's README? Laurent, I look forward to your release.

If this were to happen, one interesting/tricky case is: ``` javascript new Date("2015") ``` It has no dashes or slashes -- to force this to local time in ES5 I...

I am having the same problem described in this bug: on Big Sur, cq-editor won't launch. I get an empty Python icon in the dock, but the app never launches....

I modified the top-level `.py` file to spawn a thread that dumps all thread stacks every few seconds. Here is what I am getting while the CPU is pegged at...

Here are the thread stacks. Based on the Instruments screenshot I pasted above, I believe it's thread 1 that appears to be an in infinite loop of some kind. I...

Yes after further investigation I have more evidence that it is thread 1 only that is spinning and the others are stopped: ``` $ ps -M 33230 USER PID TT...

`QT_MAC_WANTS_LAYER=1` did the trick for me!

Yes, we should talk. Once I understand the requirements better I can suggest a replacement. I want to clarify that these interfaces have always been internal, as evidenced by the...

Just wanted to leave a note here about what we discussed a few weeks back. I think you were going to look into your uses of these APIs and see...

It is intended that `CMakeLists.txt` will be available in the repo (either on the `main` branch or a separate branch) without users having to generate it first. Unfortunately the setup...