Dave Tapley

Results 146 comments of Dave Tapley

Also seeing this using the meta-class approach to `classmethod` `property` which is required for Python >= 3.10 per: - https://github.com/python/cpython/issues/89519#issuecomment-1405882053 Repro: ```py class MetaC(type): @property def expensive_class_property(cls) -> int: return...

@minrk I _think_ I understand, but when you say: > You can suppress the warning if you are happy with this behavior Do you mean by setting `WindowsSelectorEventLoopPolicy` (as the...

Very late, but I think `XPUB` and `XSUB` are what you needed?

I found that it will auto-update, but only if the `.svg` file itself is also open on another tab. Also for my use case it is overwriting the existing `.svg`...

@fibo great! I actually pivoted to use https://github.com/couds/react-bulma-components/, but since upgrading to Next.js canary I'm running in to trouble with that now and I'm not sure it's maintained, so I'm...

Cruel, I just discovered the **Event History** page. Now I have to decide whether to try and write an automation, or click 100s of times 😭

Just needed this again, but for several hundred failed jobs. Played around a bit with Postman trying to automate via the API, but gave up trying to script pagination. Instead,...

Oh interesting, I didn't realize it was that smart! I now see it isn't picking up our org runner, so that makes sense. Is this token error ⬇️ a clue?...

@cschleiden aha, okay so I enabled that, and while I do now see our org secrets I still don't see org runners, but perhaps tellingly this popped up: Any useful...

So, I wrote something similar to that also, but when I used the snippet showing how to call `evolve!`, I get the following error: ``` in `initialize': wrong number of...