-
On the EFO page in depocuration https://www.ebi.ac.uk/gwas/depo-curation/efo-traits
Need to be able to search by EFO_ID eg. EFO_0001060
Also adding EFO feature needs to fail and provide error messag…
-
Hi Passport. I'm using Shrinko8 again for Picodex Dual and just updated to the latest version. Shrinko8 is a lifesaver for this project btw.
Anyways, I found an edge-edge case bug. (I'm doing some …
-
Hi,
I ran into an issue using BitboardHelper.GetPawnAttacks(Square square, bool IsWhite).
Shortform:
The result of `BitboardHelper.GetPawnAttacks(new Square("b4"), false)` == 21474836480 == c5 …
-
The user guide says that the type can be in short form but did not specify how short the short-form can be
![image.png](https://raw.githubusercontent.com/joshuan98/pe/main/files/66910ad9-9899-4db6-b…
-
to create SOLR docs for datasets:
```
MATCH (n:DataSet) where not has(n.public) with collect(distinct '{"id":"vfb:class:'+n.iri+'","iri":"'+n.iri+'","short_form":"'+n.short_form+'","shortform_autosu…
-
![image.png](https://raw.githubusercontent.com/ChongQiRong/pe/main/files/84d60494-c4f9-41bc-9e1d-8b5316b4ffa5.png)
![image.png](https://raw.githubusercontent.com/ChongQiRong/pe/main/files/18a7edc1-4…
-
```
I'm creating this issue to discuss and document the MAX_PATH limitation on
windows.
What steps will reproduce the problem?
On a windows machine, either:
- Upload a share containing a file with a…
-
![Screenshot 2023-11-17 at 4.25.28 PM.png](https://raw.githubusercontent.com/GlendaChong/pe/main/files/e9b3b373-95d7-4f29-9987-c1b7026ba542.png)
When the user type, edit-stall s/1 l/!, this is accep…
-
### Description
The height of .longForm is ~570 and .shortForm height is ~450. And when I call
```
panModalSetNeedsLayoutUpdate()
panModalTransition(to: state)
```
code animation is sharp a…
-
It looks like there is a typo on the contributing page.
I think
```
pip install -e.
```
should be
```
pip install -e .
```