karlicoss
karlicoss
@o8k57 agree, I am annoyed by it as well. I could take a look and fix that, but I'm not a very good designer, so what would you suggest instead?...
Had the same issue white trying to use the API `client = zulip.Client(site='http://localhost', email='[email protected]', api_key='REDACTED', insecure=True, verbose=True)` It helped to enable some debug logs ``` import http http.client.HTTPConnection.debuglevel = 1...
Ah thanks, good to know! IMO they are more like `dataclass` rather than plain tuples since they are typed properly and have field names. But perhaps this could be configurable...
I'll see if I can migrate it at least for now
So I did some work on it here, but haven't quite managed to finish :( A bit stuck, so leaving in here in case someone wants to pick up/help https://github.com/pudo/dataset/compare/master...karlicoss:dataset:sqlalchemy-2.0...
I managed to open the popup from playwright (properly, as if the user clicked on the button, not in a new tab as the doc suggests) Based on this thread:...
hey, any updates on this? :)
Can confirm, fix by installing `future` helps. Seems that it was fixed here https://github.com/tomv564/pyls-mypy/pull/38, but it's not been published to pypi yet
I second this, I'd love to contribute, but had no previous experience with IDEA plugins development, so some developer guides would be nice.
@tendant thanks for the link! Yep, have seen it, but haven't found it much different from the standard org-mode exporter into markdown (also requires a bit of cleanup).