Stefan Brand
Stefan Brand
Workaround: Place `` tags manually: ``` flowchart A -->|A really, really, really, really long label| B ``` ```mermaid flowchart A -->|A really, really, really, really long label| B ```
I downgraded to version 2.7.1 and context menu immediately started to appear again.
This should be really easy to solve by using `git rev-parse --show-toplevel`.
Workaround: ``` git tag $(npm version patch) && ga package.json package-lock.json && gc -m "Bump version" ``` Edit.: My bad, the above tags the commit _before_ "Bump version". This works:...
@Yegorich555 Sorry, I found out myself that my workaround does not work as intended, but I forgot to update my post. I edited the above post and added my current...
You can install the script via ``` pip install git+https://github.com/nlohmann/swagger_to_uml ``` This puts the `swagger_to_uml` on your `PATH` and you can use it directly on the command line, i.e. ```...
For services I like to pin to exact versions like `protobuf==3.20.1`. Alternatively, here is a PR that updates `vector-tile-base`: #24
+1 My notification area looks quite messy with all the different colours mixed together. 😁
Are you sure that your file is a COG and has overviews for your zoom level?
This leads to errors such as: `AttributeError: 'PreparedRequest' object has no attribute 'params'` as one would expect from the [`requests` docs](https://docs.python-requests.org/en/latest/api/#requests.Request).