PoolOfDeath20
PoolOfDeath20
This PR is to resolve this [issue](#48) I had formatted the files according to the config provided, which I think is reasonable, however it does introduce a lot of formatting...
Hey sir, the last time I cloned this repository I have to open `vim` to edit instead of `neovim` to edit it because my `neovim` was setup to auto format...
# Motivation It’s better to explicitly mention what should be packaged instead of listing everything that should not be included, as it requires more effort and it's possible to forget...
Hi, may I suggest adding the code snippet below to `package.json`, instead of using `.npmignore` for each package ```json "files": [ "lib" ], ``` This works by whitelisting only the...
Good day sir, I was searching for linter for Julia and I came across this repository. I think overall it's good but with all due respect I thnk a more...
Hi there, I added 2 Hello World Java Program in GUI form to show how to use the basics of GUI in different ways. I am looking forward to your...
This PR is to resolve the issues stated in #55
Hi sir, I thought that it might be a good idea to provide a config file as an alternative to specify the configs in `package.json`. We can specify `.prettierrc` or...
I believe this thing is common, it's weird to import `.js` file when typescript files are imported/exported in `src` folder, and `tsc` should auto append the file extension for us,...
Hey, nice package u wrote, thanks for the effort. I wanna bring up a topic, not sure if anyone experienced it before, so here it goes, Script element of `nextjs/script`...