-
Hello,
I am running into an error when trying to run gubbins on the PMEN1 dataset described here: https://github.com/nickjcroucher/gubbins/tree/master/example_data/PMEN1
When running the comman…
-
i want hide the singularity from JEI but not working , can u add if possible Hide singularity from JEI in the config
-
```
julia> R, s = Oscar.polynomial_ring(Oscar.QQ, "s")
(Univariate polynomial ring in s over QQ, s)
julia> K, q = Oscar.number_field(s^2 - 2, "q")
(Number field of degree 2 over QQ, q)
julia>…
-
All axes are fine, but when you rotate the Y axis on the -90 and 90 edges the angle is inverted and does not behave correctly. (In the video Y axis is Z, as I have a different stored rotation)
```c…
-
# Issue
If a Singularity container is generated with the CLI, only a link with `oras//:` is provided. Due to compatibility issues, many Singularity-based systems still require an HTTPS link to the co…
-
As mentioned in issues #16 and #15, EAIK is currently unable to detect 6R manipulators that are singular in **every** configuration.
While we often succeed in providing LS solutions if such manipul…
-
Hi ZijieJin,
I tried the docker using first on my local but since the base image is not defined and my system is Mac I got incompatibility error! I tried on our hpc, since npc uses singularity I ha…
-
# Short Description of the issue
The image pull from a private registry that reject anonymous token fails.
## Environment
- Operating System: Linux
- Other related components ver…
-
Often data contains singular or plural versions of the same words. This makes exact matching and remove words hard. Would be useful to have a stock wrangle that can standardize words to all singular, …
-
From a user on slack, I am just the messenger.
```
julia> R, (x,y) = polynomial_ring(GF(2), ["x","y"]);
julia> A, _ = quo(R, ideal(R, [x^2+1, y^2+1]));
julia> F = free_module(A,2);
julia> …