Tobiáš Potoček
Tobiáš Potoček
`setRememberState()` is a nice feature for preserving filter or sort state but I find it kind of stupid that the current page is included as well. I use one component...
[`parseDateFields`](https://github.com/apify/apify-client-js/blob/980d958ee5e6bf8610f7ce08fb282e126c68fa82/src/utils.ts#L62) traverses the provided JSON (used for Apify API responses) and converts certain fields to a `Date` object. The traversion depth has been historically limited to 3, possibly to avoid...
When I try to upload a TCX file (not compressed), it fails: ``` stravalib.exc.ActivityUploadFailed: [{'resource': 'upload', 'field': 'gzip', 'code': 'invalid encoding'}] ``` As a temporary workaround I managed to get...
We're adding public facing documentation for a new feature, tokens with limited permissions, aka scoped tokens. Full context is available in the [design doc](https://www.notion.so/apify/API-permissions-for-public-Actors-d58ddbd3ec8849a1ad9940dc8a556e87#c91110201b2b4ee7aaeab57c761eb16a).
### Which package is the feature request for? If unsure which one to select, leave blank @crawlee/core ### Feature IDEs are able to show code documentation, but if the documentation...