pedep

Results 14 issues of pedep

From #355 - Continued ``` I'm sorry, but it seems #354's assumed behaviour was wrong. I assumed the :max_length in body/2 would error, because, what would an incomplete response be...

Currently, when you process a request that exceeds `MaxLength`, the incomplete result silently returns. This is not always that helpful, because an impartial result might not be parseable. Since no...

enhancement

Currently work in progress, but im opening the PR now to let @wopian peek at my progress. I'm aware i may not be refactoring in-line with your visions, and am...

enhancement
test
kitsu
kitsu-core

The solution mentioned in https://github.com/btroncone/ngrx-store-localstorage/issues/65 Alternative solution to this problem posted in https://github.com/btroncone/ngrx-store-localstorage/pull/94

## Summary The current version of `download_feature` downloads to a temporary file, which is then copied on completion https://github.com/CDSETool/CDSETool/blob/main/src/cdsetool/download.py#L63-L78 This causes a full write when downloading, plus a full read...

enhancement

Allow users to gleam a bit more about the download result via result classes breaking change in relation to #59

@subnet001 @pjonsson Having looked long at the spaghetti we are weaving trying to pass arguments from the api function to the util functions that actually need them, i think we...

## Summary If network issues occur, the downloaded files could be corrupted. This can easily be checked by using a checksum ### Basic example The OpenSearch API does not include...

enhancement
good first issue

## Summary CDSETool currently relies on the `password` grant type for exchanging access tokens. This is considered bad practice in many cases, due to the likelyhood of storing user credentials...

wontfix

## Summary `FeatureQuery` implements `__getitem__` with support for a single index, but currently crashes when trying to use a slice ### Basic example ```python3 query = query_features(....) print(query[23]) # works...

enhancement