Karol Maciaszek

Results 4 comments of Karol Maciaszek

@christianalfoni Thank's for your reply! I’d say that if Overmind runs actions server-side then they should work fully without distinguishing whether this is an async or sync function. The other...

I hope the following pseudo-code explains my use-case. ``` express // step #1 .use(async (req: express.Request, res: express.Response & { overmind: OvermindSSR }, next: express.NextFunction) => { ...common initialization logic......

@danielzzz here is a workaround that may help you: `git clone https://github.com/darron1217/background-geolocation-android node_modules/@darron1217/react-native-background-geolocation/android/common`

[json-schema-generator](https://github.com/krg7880/json-schema-generator) indeed has issue with creating schema from arrays: https://github.com/krg7880/json-schema-generator/issues/30. I investigated `quicktype` and it generates schema correctly. Here is a relevant output: ``` { "$schema": "http://json-schema.org/draft-06/schema#", "$ref": "#/definitions/Welcome", "definitions":...