Håkon V. Treider

Results 14 issues of Håkon V. Treider

I'm not very familiar with the `requests` (or `pyodide-http`) library, but could it happen that `.read()` method is not called? I found this in https://requests.readthedocs.io/en/latest/_modules/requests/models/#PreparedRequest : ``` elif hasattr(fp, "read"):...

## [7.54.12] - 2024-08-02 ### Fixed - NodeList and EdgeList (and subclasses) now expects an instance ID, `(space, external_id)` in the `.get` method. Using just an `external_id` is still possible,...

Testing different parallelization strategy for relationships list. https://cognitedata.atlassian.net/browse/DM-1896?atlOrigin=eyJpIjoiY2I0NjNhZmMxMmUyNDVjMTgyZjYwMGE5MjRkMzA1MGEiLCJwIjoiaiJ9 #1831

``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) File /lib/python3.12/site-packages/IPython/core/formatters.py:347, in BaseFormatter.__call__(self, obj) 345 method = get_real_method(obj, self.print_method) 346 if method is not None: --> 347 return method() 348 return...