-
### Your GTNH Discord Username
_No response_
### Your Pack Version
2.6.0
### Your Server
eta
### Java Version
Java 8
### Type of Server
Don't know
### Your Actions
aaa…
-
Project structure:
```
├─ parent
│ └─ child
│ └─ one.py
└─ app.py
```
app.py:
```cs
from parent.child.one import *
from parent import *
print(child.__path__)
```
`python app.py` prin…
-
I believe this is a bug in Daysim but @ksobon reported that when he runs it manually the error doesn't show up. I need to take a look later.
![image](https://cloud.githubusercontent.com/assets/291557…
-
GRCh37 chromosome names are pure integers (1, 2, 3, ... in oppose to chr1, chr2, chr3... in hg19/hg38), and at some point when a coverage or a fasta file is read into a dataframe, they get automatical…
-
Following recent discussions , I ran the 025deg ryf with
Diabatic_first=True
Dt_therm = 5400s (1.5 hours)
and otherwise the default configuration (the om2 grid / bathymetry / initial condition…
-
Myself and some other users are experiencing common crashes on n3n-edge 3.3.4 due to access violation during lzo1x decompression. I'm unsure how to reproduce this for further debugging.
If the decomp…
-
First, thanks for the magnificent codebase 😉, this issue has me completely stumped so I’m pretty confident it’s a bug. However, apologies in advance if it’s not and there’s some elusive means of clea…
-
Code
```
public class VarargsMethod {
public boolean varargsMethod(Object... args) {
return false;
}
static class Subclass extends VarargsMethod {
@Override
…
-
Dear developers,
We have recently developed a state-of-the-art static analysis tool for uncovering API compatibility issues in Android apps. Applying this tool to open source apps on F-droid, we ha…
-
Happened in https://github.com/ocaml/opam-repository/pull/23047#issuecomment-1403837851 (noticed live)
1) all the jobs for the PR finished and was all green
2) i merged some PRs (many in a row)
3…