-
Creating an issue for discussion of this in general.
Right now, the CLI is built around merely a long list of options, which is making it difficult to document and maintain which options go togethe…
-
I want to summarize here problems that I see with current implementation and some ideas how to overcome it.
# Behind the scenes data downloading
In current implementation, data is loaded invisib…
-
`src/geouned/GEOUNED/Write/OpenMCFormat.py` contains the `OpenmcInput` output driver class, which in turn exposes to main functions `writeXML` and `writePY`.
The `writeXML` method should be rewritten…
-
Let's structure nufmt like this project.
https://github.com/kamadorueda/alejandra
Mainly using workspaces
-
## Branch1:
You can see the code was heavily cluttered so in next branch I've separated it
refer [this](https://github.com/pratikkabade/calendarLink/blob/master/src/pages/Form.tsx)
## Branch…
-
As more and more people are adopting Front Matter, it is time to validate if the current documentation structure is still applicable and where it can be improved.
Here is a proposal of splitting t…
-
I see u have attached the components in the sidebar and sidebar on the navbar which is not very maintainable so we'll need to fix that. Instead, I recommend u create a new dashboard component where y…
-
Hi all,
I would like to get feedback on how to restructure our raycasters. I suggest to have three Raycaster processors for now:
1) SimpleVolumeRaycaster:
Properties: As SimpleRaycaster, but wi…
-
The migration for loopback to nest js has seen a lot of changes between Scicat V3 and Scicat v4. The current documentation structure is hard to navigate. I propose that we restructure it into the foll…
-
A lot of try-catch statements are placed in weird places, sometimes even nested, so this makes them hard to deal with
See [this](https://stackoverflow.com/a/27397731) answer on StackOverflow