-
As (potential) contributor/user
I would like to know how the software is structured
So I can understand how to make additions and/or the ways to use it.
Background
Create a diagram of current …
-
Documentation contains:
project requirements.
bussiness and risk analysis.
project design.
description of the software architecture, used external libraries etc.
detailed acceptance tests specifi…
-
### Checklist
- [X] I am using an up-to-date version.
- [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/doc/index.md).
- [X] I have searched existing [issues](…
-
There are multiple reasons this doesn't work yet:
* phnt headers require Windows.h --> provide a header with the requried structs/defines
* a few syscalls redirect to the original windows syscall a…
-
### Softwares
SPM12 (7219)
### Input data
derivatives (fMRIprep)
### Additional context
**Neurovault collection link:** https://neurovault.org/collections/4870/
**Pre-registration link:** https:…
-
I've been having a lot of discussions, and built some prototypes around the idea of building apps where the frontend is connecting directly to the database. There's a few different vendor-based soluti…
-
I've noticed that the builder can only output x32-bit architecture binaries. For compatibility with x64-only software, I wonder if it would be possible to implement the possibility between choosing wh…
DLK2 updated
6 months ago
-
### Description
I've updated my project from 0.75.2 to 0.76.1 this morning, and I noticed that the `KeyboardAvoidingView`, which was previously animating properly, is no longer animating. It now ju…
-
My understanding of the intent of the specification is that:
* Interrupts are pended in the various interrupt controllers.
* Interrupts are masked in debug mode.
* Interrupts can be optionally mask…
-
There's rules about what a `TestFoo` may do with the `*testing.T` it is given. Some are documented (e.g. https://golang.org/pkg/testing/#T puts restrictions on invoking `Fatalf` and friends), but some…