Rian Hunter

Results 29 comments of Rian Hunter

Ah good point and thank you for taking the time to look over this. Perhaps there is a way to conditionally add the annotation if it's a top-level accessor? Given...

> If you had `auto bar = send().wait().getFoo().getBar();`, there wouldn't be any warning > OTOH people might get confused and think that they don't have a problem as long as...

Note: I am happy to put all the effort into fixing this issue if someone can clarify what component is at fault here.

Note: I am happy to put all the effort into fixing this issue if someone can clarify what the bug is.

Bump for this issue. Just add setuptools to `install_requires` on this line: https://github.com/dropbox/dropbox-sdk-python/blob/487793dff3c5a8a3a76010799dc4803cabdb70f3/setup.py#L27C4-L27C4 Or alternatively use the `importlib.resources` module if the `pkg_resources` module does not exist. `pkg_resources` is deprecated in...

If it will makes things faster, I can provide a PR that fixes this issue. Just LMK

Tried it with Python trunk: ``` $ env/bin/python Python 3.14.0a0 (heads/main:fbe6a0988f, May 14 2024, 15:17:09) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import...

From a functional perspective the existing WebAssembly DWARF spec + LLVM implementation works well on my end. Only issue is that re-generating the DWARF tables in-memory for JITted code is...

hmm what search engine are you using?