Jules Chéron
Jules Chéron
`ureg.checks` & `ureg.wraps` are function decorator meant to decorate a function. They are not meant to be used on classes. Those decorator takes a function as argument. See class decorator,...
I'm gonna tackle this soon. I'll probably change the theme for either pydata-sphinx-theme (numpy, pandas, ...) or sphinx_book_theme (xarray) which is based on pydata theme. It will leverage a better...
Closing this after #1474
I've encountered this only on the sync client, the async client returns str as per the docs.
Per the doc both sync and async should return a str representation of the CSV from the response
Execute synchronous Flux query and return result as raw unprocessed result as a str.
the sync QueryAPI: ```python def query_raw(self, query: str, org=None, dialect=_BaseQueryApi.default_dialect, params: dict = None): """ Execute synchronous Flux query and return result as raw unprocessed result as a str. :param...
I had to use `.data`, using `.read` function with debug resulted with a bug when the response already read by the debugger it returned an empty string. I'd have to...
Do you need me to introduce this as a BREAKING CHANGE. Just want to wonfirm this, since the function was not returning the documented type in the first place. I'll...