Lukasz Ostrowski

Results 118 issues of Lukasz Ostrowski

When APL is down, it should retry the request

https://github.com/saleor/app-examples App examples are actually showcase of saleor api and SDK features This should be more into app-sdk. Leave original repository, we can update readme and make it read only,...

Partially implemented here https://github.com/saleor/saleor-dashboard/pull/2550/files iframe loader should exchange token and use POST to securely send it to the app server.

app-sdk requires bodyParser to be "false" so signature can be verified. This part is easy to be omitted and leads to ambiguous error ```2023-05-09T08:47:03.205Z app-sdk:SaleorWebhook Unexpected error: InternalServerError: stream is...

DX

After new fields are set in APL (app ID), SettingsManager can be simplified. Implement SettingsManager that will call API without injecting calls Use `global.fetch` inside, allow to provider custom client....

https://supabase.com/ Supabase can have 1st class APL Consider 2 ways of creating it - by creating supabase instance by APL/SDK, and/or to inject supabase to APL

SDK will likely need monorepo, because: 1. It provides code both for node and browser, having them in single package causes errors already (index file exposes fs, causing broken imports...

Epic

1. Prepare pre-release workflow (https://github.com/changesets/changesets/blob/main/docs/prereleases.md) for branches opened by changesets. This should be automatically creating RCs and attach them to the PR 2. Create label "skip release" and modify existing...

good first issue
CICD