Jan Vlnas
Jan Vlnas
As you may have guessed, I am trying to convert fairly large codebase from Flow to TS. 😉 In the original codebase React types are used like this: ```js import...
In #11 a default scope of `users.read` was introduced. However, when creating a minimum viable server for this strategy I noticed two issues with this implicit behavior: - Scope `users.read`...
### API Provider/Prompt used - Documentation URL: https://openweathermap.org/api/one-call-3 - API provider: OpenWeatherMap - Prompt: "Get current weather with hourly and daily forecast, convert dt UNIX timestamps to ISO date" ###...
Running `superface install ...` on Windows (PowerShell) fails with: ``` Error: ENOENT: no such file or directory, open '' Code: ENOENT ``` ## Expected Behavior CLI should work. ## Current...
After installing the CLI with npm on Windows, running `superface` ends up with the following error: ``` superface : File ...\AppData\Roaming\npm\superface.ps1 cannot be loaded because running scripts is disabled on...
Provide a general summary of the issue in the Title above I have a Comlink with roughly the following flow (based on [linkedin's PublishPost use case](https://github.com/superfaceai/station/blob/18d2a7d26110b112a203b0fd6e70838618cbae03/grid/social-media/publish-post/maps/linkedin.suma)): ``` set { content...
Originally reported by @storytellercz. ## Expected Behavior When deploying the Meteor application with OneSDK installed, one expects it to work without any issues on standard hosting. ## Current Behavior After...
This was originally reported [on Discord server](https://discord.com/channels/819563244418105354/845221654727753748/943606280449323098) by Petr. ## Expected Behavior When using OneSDK in Next.js with [API routes](https://nextjs.org/docs/api-routes/introduction), I expect for them to work without any problem wherever...
Based on https://github.com/superfaceai/station/issues/242 Mailgun in particular expects email attachments to be submitted under `attachment` fields in `multipart/form-data`. However, we don't allow duplicated keys to be sent in body, because it...
When the request ends with timeout or network error, I get just a generic `SdkExecutionError` with the root cause buried in the message, for example: `Request ended with network error:...