Jonas

Results 8 issues of Jonas

## Ability to open directory There should be a feature that allows you to open a normal directory which contains (nested) .class files

enhancement

```go func main() { app.Route("/", &hello{}) app.RunWhenOnBrowser() http.Handle("/", &app.Handler{ Name: "Hello", Description: "An Hello World! example", }) if err := http.ListenAndServe(":8000", nil); err != nil { log.Fatal(err) } } type...

Adds a code action that allows viewing the bytecode of Java code. The code has to compile for this to work. ![success](https://i.imgur.com/va11S18.png) ![errors](https://i.imgur.com/X44K2X6.png) ![no class](https://i.imgur.com/LzCDnHP.png) ![no java](https://i.imgur.com/qLGAuEx.png) ## Checklist *...

new command
priority: normal
valid

![image](https://user-images.githubusercontent.com/48388251/193693753-3f61f909-0f62-4e17-8486-271d69da22e6.png)

enhance command
priority: low
valid

![unknown](https://user-images.githubusercontent.com/48388251/193477470-9b005469-74b5-431c-93a8-9a11b902fc5a.png) ![image](https://user-images.githubusercontent.com/48388251/193477487-f71747ed-cbbb-4706-a743-5b53d6932e24.png) ![image](https://user-images.githubusercontent.com/48388251/193477510-c81c1bd0-28d0-4d0f-93dc-6ab3aae0faf4.png) ## changes `gistApiKey` to `githubApiKey` in the config

enhancement
priority: low
valid

Since Java 16 got released today, we should add support for it

When trying to render the following diagram: ```tikz \usepackage{tikz-cd} \begin{document} % https://q.uiver.app/?q=WzAsOCxbMCwwLCJLIl0sWzAsMSwiXFxtYXRoYmIgUSJdLFsxLDEsIlxcbWF0aGJiIFoiXSxbMSwwLCJcXG1hdGhjYWwgT19LIl0sWzIsMCwiXFxtYXRoY2FsIE9fSy9cXG1hdGhmcmFrIHAiXSxbMiwxLCJcXG1hdGhiYiBaL1xcbWF0aGZyYWsgcCBcXGNhcCBcXG1hdGhiYiBaIl0sWzMsMCwiXFx0ZXh0e2Zpbml0ZSBleHRlbnNpb24gb2Z9flxcbWF0aGJiIEZfcCJdLFszLDEsIiBcXG1hdGhiYiBGX3AiXSxbMCwxLCIiLDAseyJzdHlsZSI6eyJoZWFkIjp7Im5hbWUiOiJub25lIn19fV0sWzIsMywiIiwwLHsic3R5bGUiOnsiaGVhZCI6eyJuYW1lIjoibm9uZSJ9fX1dLFswLDMsIlxcc3Vwc2V0ZXEiLDEseyJzdHlsZSI6eyJib2R5Ijp7Im5hbWUiOiJub25lIn0sImhlYWQiOnsibmFtZSI6Im5vbmUifX19XSxbMiwxLCJcXHN1cHNldGVxIiwxLHsic3R5bGUiOnsiYm9keSI6eyJuYW1lIjoibm9uZSJ9LCJoZWFkIjp7Im5hbWUiOiJub25lIn19fV0sWzMsNCwiIiwyLHsic3R5bGUiOnsiaGVhZCI6eyJuYW1lIjoiZXBpIn19fV0sWzIsNSwiIiwyLHsic3R5bGUiOnsiaGVhZCI6eyJuYW1lIjoiZXBpIn19fV0sWzUsNCwiIiwxLHsic3R5bGUiOnsidGFpbCI6eyJuYW1lIjoiaG9vayIsInNpZGUiOiJ0b3AifX19XSxbNCw2LCI9IiwxLHsic3R5bGUiOnsiYm9keSI6eyJuYW1lIjoibm9uZSJ9LCJoZWFkIjp7Im5hbWUiOiJub25lIn19fV0sWzUsNywiPSIsMSx7ImxhYmVsX3Bvc2l0aW9uIjoxMCwic3R5bGUiOnsiYm9keSI6eyJuYW1lIjoibm9uZSJ9LCJoZWFkIjp7Im5hbWUiOiJub25lIn19fV1d \begin{tikzcd} K & {\mathcal O_K} & {\mathcal O_K/\mathfrak p} & {\text{finite extension of}~\mathbb F_p} \\ {\mathbb Q} &...