-
# Learning git
- we could create a second corresponding repository at GitHub, where the students can work on. They actually could fork a repository, clone it, make changes and do pull requests.
- …
-
## Background
The `spack.modules.default.tcl.projections` section is a section that creates a bit of a headache for users. It adds checks that the version in `spack.packages.*.require[0]` section is …
-
**Describe the bug**
In the `ome-zarr` case, `RasterJsonLoader.js` handles a `coordinateTransformations` metadata attribute, in which we can scale and move the image. However it seems to be impossibl…
-
When deploying for the first time, the target user doesn't know about the foreign repository's host name, and this will bail out unless you get it added to `known_hosts` manually. For example:
```b…
-
### Subject of the issue/enhancement/features
When using the pulse plugin alongside softcourse format, an error is thrown when trying to save the activity settings.. It appears the plugins interact p…
-
### Link to the coursework
https://github.com/CodeYourFuture/CLI-Treasure-Hunt
### Why are we doing this?
Alongside learning JavaScript and Python, you need to become familiar with the basics…
-
### Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](ht…
-
I just noticed that there is [a non-empty `/mingw64/` directory in HEAD](https://github.com/git-for-windows/git-sdk-arm64/tree/main/mingw64); This is undesirable, but instead of simply deleting it, I'…
-
Things to consider in advance of future courses:
- Check if internet access is ensured for participants. Usually, people can use eth / eduroam networks, but if not, the public network requires to e…
-
### Describe the problem
3. Create a new branch from `master` with a meaningful name for a new feature or an issue you want to work on:
```shellscript
git checkout -b your-meaningful-branch…