Markus Reiter

Results 208 comments of Markus Reiter

No opinion on the format, but we should at least use a consistent one: ``` Core tap last commit: 41 minutes ago Core tap JSON: 14 Feb 21:30 UTC ```

Both answer the question “When was it last updated?”, so they don't seem that different to me.

Note that we also need to mock the API, otherwise the tests will all *actually* call out to the API. Ideally we need some test helper that tests both, after...

Yes, then I mocking the API means mocking that local JSON file.

@dduugg, fine by me. We can always revert it once it is fixed upstream.

What is the difference between “Does not have an open source license” and “the project has no license”? The latter implies the former, no? I tried to [convert it to...

> A project may be relicensed to something like BUSL or Elastic, which are not open source licenses, but they are still licensed. Yes, but “no license” still implies “no...

So, this? ```mermaid flowchart TD A(Does it have an open-source licence?) -->|no| B B(Does it have a previous version with an open-source licence?) B -->|no| C(Disable.) B -->|yes| D(Deprecate.) ```...

There is `jekyll-spaceship` which supports rendering Mermaid. I'm using this for my personal website: ```yaml jekyll-spaceship: mermaid-processor: mode: pre-fetch ```

As I mentioned in the issue, I prefer one variable since it avoids the case where multiple can be specified. For the user it's a choice between `1`, `latest` and...