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...
### Issue description I have an [Actor](https://console.apify.com/actors/KxN6y6vxqedApRveq/source) that tries to access all kinds of data in the Apify account, and for each request it uploads the result to the default...
While unusual, there might be use cases when it is desirable to run the CLI with a [scoped token](https://docs.apify.com/platform/integrations/api#:~:text=Scoped%20tokens%20behave%20like%20standard,can%20specify%20the%20token's%20permissions.). Therefore CLI needs to be able to handle them well, offering...