Pax
Pax
### Version of the SDK being used 3.1.0 ### Actual Behavior Given code like this and a project that requires strict type-hinting, ```python response = self.graph.get_connections( id=postId, connection_name="insights", metric=metric )...
**Describe the bug** After following instructions in README.md, running `npm run build` gives error: `Cannot call .tap() on a plugin that has not yet been defined. Call plugin('html').use() first.` **To...
**Problem** `pytest-spec` currently doesn't have an option to change how test classes are printed as a specification. There is a `spec_header_format` but that is different. **Given** ``` class Test_class_XYZ: """docstring...
sharrre.php is not found because it is not being looked for in the root directory. For instance, script is trying to load somedomain.com/category/sharrre.php when loading somedomain.com/category/somepage changing the urlCurl in...
### Is it easy to find the information you need? No ### Are the instructions clear? N/A ### How could we improve the Timescale documentation site? An option to download...
There is currently no way to set `columnar=True` when using the DB API: ```py with connections['clickhouse'].cursor() as cursor: cursor.execute(sql, params) ``` From the code, it looks like: - For the...
# Context We are interested in: - Using numpy to directly deserialize the data into numpy objects. - Use columnar format so we retrieve a list of columns' values, instead...
We are getting these transient errors and they happen constantly.  I know the connection still goes through since our error-reporting system has no database errors. I assume the operation...