Zhi Qu

Results 12 comments of Zhi Qu

http://strongvpn.com/ 现在已经打不开了。。。

Have the same issue. It will be wonderful if you can map the internal skip and back button to the app.

@ecederstrand Yes, the issue still appears in exchangelib 5.3.0. If I do `account.root.tree()`, I can get the following error: ``` Traceback (most recent call last): File "/opt/homebrew/lib/python3.12/site-packages/cached_property.py", line 70, in...

@ecederstrand I added the following to my `requirements.txt`: ``` git+https://github.com/ecederstrand/exchangelib.git@be0cd9f48997e31158690cc2cd5ea53fa9610ec5 ``` But when I run the debugging script https://github.com/ecederstrand/exchangelib/issues/1301#issuecomment-2098478709, I am still getting this error: ``` ERROR: GetFolder on folder...

@ecederstrand The version is ``` Build=15.1.2507.39, API=Exchange2016, Fullname=Microsoft Exchange Server 2016 ```

Hi @ecederstrand, This is my requirements.txt file: ``` git+https://github.com/ecederstrand/exchangelib.git@be0cd9f48997e31158690cc2cd5ea53fa9610ec5 lxml==5.1.0 gunicorn==21.2.0 Flask==3.0.2 ``` This is the output of my pip install: ``` > pip install -r requirements.txt --break-system-packages Collecting git+https://github.com/ecederstrand/exchangelib.git@be0cd9f48997e31158690cc2cd5ea53fa9610ec5...

@ecederstrand If I just run `account.root.tree()`, I can still see this error: ``` Traceback (most recent call last): File "/opt/homebrew/lib/python3.12/site-packages/cached_property.py", line 70, in __get__ return obj_dict[name] ~~~~~~~~^^^^^^ KeyError: 'folders' During...

We really need this feature. Right now we don't have a very elegant way of passing trace info from publisher to subscriber.

I wrote a blog about how to enable tracing in Google PubSub. Basically you need to wrap tracing information inside message attribute. This is the link to my blog: https://www.nylas.com/blog/distributed-tracing-with-opentelemetry/....

ElasticSearch最新版本最近出了一些问题。我现在在尝试用OpenSearch重新写一遍。