Håkon V. Treider
Håkon V. Treider
Closing as stale. Feel free to reopen when you have time to work on this!
Accidentally clicked close... 👀
> Not run it yet, but expected code consolidating counters across threads/processes? @spex66 The callback will be called by the different threads executing the requests (the SDK _only uses threading_...
@spex66 do you need this feature or should we put it on hold?
Adding to the issue: For client credentials (`OAuthClientCredentials`), which doesn't use the `msal` package, the error is different: ``` JsException: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load...
Adding another similar-in-nature issue: Calling e.g. `client.iam.service_accounts.list()` which for many projects have been deactivated and returning `404`, will raise a `pyodide.JsException` instead of subclass of `CogniteException` like `CogniteAPIError`. Needs to...
@thomafred I've begun the work to move to `httpx` (which support both sync and async). The plan is as follows: replace requests with as few surprises as possible, then later...
I am trying to read the following directly to one or two numpy arrays. Would that be possible? ``` message Datapoint { int64 ts = 1; double x = 2;...