Eyal Posener
Eyal Posener
Hey, you can actually set the output path: `env 'readme-file=docs/readme.md' goreadme`, or with the [readme-file argument](https://github.com/posener/goreadme/blob/master/action.yml#L6) for the Github action. In the PR, you also created the parent directory, which...
Thanks @jhump , I would love to help if it is possible - but the solution seems to be very complicated (maybe you can reference also the pending PR that...
> It looks like we both started on the same thing at about the same time. I've been hacking on [ezactions](https://github.com/willabides/ezactions) for a couple of days and discovered goaction when...
Hi there, Can you please explain?
Does it work for you if you directly connect to the server, and not through nginx? Can you give more information? I can't tell too much from the two lines...
Did you configure nginx to support http2?
Sorry, it will be very hard for me to debug this. Please look at nginx logs, or use tcpdump/wireshark to debug the connection. If you find anything there it will...
I noticed that imposter modified the swagger: It removed the `host` and `basePath` from root of swagger and added it to each `path` entry. Might it be the reason?
Please ```yaml swagger: '2.0' info: version: '1.0.0' title: Minimal Pet Store Example host: example.org basePath: /api schemes: [http] consumes: [application/json] produces: [application/json] paths: /pets: post: tags: [pet] operationId: Create parameters:...
Is there a way that logs will be in `Android/data/org/xcsoar/media` and not in `Android/data/org/xcsoar/files`? The `files` directory is not available in file browser and prevents from uploading flights to OLC...