Alexander Wunschik
Alexander Wunschik
@chrisbodon Can you please provide a minimal example to reproduce this or at lease a screenshot. Thx!
Hi Michele! Thanks for opening this issue! Please feel free to also share your implementation progress e.g. in a [draft pull-request](https://github.blog/2019-02-14-introducing-draft-pull-requests/). As @Thomaash already mentioned it would also be useful...
_So, I took some time to think:_ I think we should have a look at the [Project goals](https://github.com/coding-horror/basic-computer-games#project-goals). I think we could sum them up with just two: 1. Let...
> I don't like the idea of every single program re-implementing basic error handling (oh, you entered "foo" but I expected a number), and we did say we want the...
To stay close to the original BASIC implementation I would propose the following functions (pseudo language) * `writeLine(...messages)` - Writes content to the terminal and finishes with a linebrank. *...
As @jnellis mentioned the easiest way is to reset the local branch: If not done already you first have to add the `coding-horror` repository as a remote: ```sh git remote...
This issue is quite old. We use [v1.4.0](https://github.com/maxdome/swagger-combine/releases/tag/v1.4.0) and `openapi: '3.0.0'` and it seams to work. Maybe we can close this issue!?
@Kishore-abhimanyu If you want to work on this, just do so and provide a pull-request :+1:
> Is replacing opening_hours.js still a topic? Yes. This still would simplify things but also remove some functionality.
[simple-opening-hours](https://www.npmjs.com/package/simple-opening-hours#supported-opening_hours-examples) "only supports the human readable parts". e.g. ``` Mo-Sa 06:00-22:00 Mo-Fr 08:00-18:00; Sa 10:00-14:00 Mo-Fr 08:00-18:00; Sa,Su 10:00-20:00 Mo-Fr 08:00-12:00, We 14:00-18:00 Mo-Fr 08:00-12:00, 14:00-18:00 Mo-Fr 08:00-18:00; We off...