-
This is easy, provided we know how to parse components : just read imports from components source code using JavaParser, and detect if these dependencies are non static and go from one component to on…
-
Hi
I'm using the following Dockerfile.
```
FROM node:16-bullseye-slim
WORKDIR /app
# install sqlite3 dependencies, you can skip this if you don't use sqlite3 in the image
RUN apt-get up…
-
## Environment Info
Node version(`node -v`):
v9.4.0
Your site `_config.yml` (Optional):
Your theme `_config.yml` (Optional):
Hexo and Plugin version(`npm ls --depth 0`):
```
hex…
-
Looking at this together with @sujaypatil96
Currently each gen-X method will write to stdout, so the idiomatic usage is:
```bash
gen-X my.yaml > my.X_format
```
This is fine, but we should…
-
I'm creating a Use Case diagram with PlantUML inside an Asciidoctor document (I'm using inline Asciidoctor). When I use the PlantUML `newpage` command inside a diagram, I was hoping that the diagram w…
-
OS Version: gentoo linux
VNote Version: VNote-1.22-x86_64.AppImage
How to Repro:
You need one big .md file outside the notes folder. I used this one (copy paste multiple times from wiki "Elephan…
-
I use markdown a lot, and PlantUML a lot, and VSCode a lot. Currently I'm doing my slide presentations using Reveal.js, and it's cool that I can see a _preview_ of my plantuml diagrams when showing th…
-
Not sure how to deal with this. Right now *all* attributes of an EClass are visualised both inherited and non-inherited attributes. I don't think users expect to see inherited attributes (as this is…
-
-
plantuml will be ignored if it is written in a CodeBlock.
if I use this
![image](https://user-images.githubusercontent.com/39997594/69415385-ce4ed000-0d14-11ea-87dd-68394faf3bfe.png)
I'll see t…