-
To make consecutive (unboxed) `snoc` and (future) `unsnoc` operations faster, we might consider more compact representations of the tails. In particular, we can "chunk" them if we like. Something like…
-
Hello,
While working on the orthogroups PR, I ran into an issue with the way proteins are managed in GNB.
Currently, there are no 'proteins' in DB. When accessing a gene, proteins sequences are …
-
We need something similar to GSON's `SerializedName` annotation which can map a different name field from JSON string to RealmObject's property.
eg:
```
{ "dog_name": "abc"}
```
```
class Dog {
…
-
Hallo Carsten,
Hut ab vor dir für dein fantastisches `imgrec` Paket! 💯 While I am only a novice programmer, I can say this package is _by far_ the most robust and thorough interface I have encounte…
-
Hi,
From your paper, it said that you get the longest ORF using the gffread, but the output of stringtie does not have the CDS information. Could you please tell me how you get it?
-
When creating an action, it would be nice to be able to annotate it as `-a concurrent ` to indicate that concurrent activation executions are allowed in the same container, up to some maximum. This wo…
-
The `disallowBlankTranslations` option is global and useful to enable. However, some strings support an empty state and should be excluded. [This circumstance occurred recently for a string in MobileF…
-
Last meeting #3321
* spam, bots, and data quality for inference and RLHF
* found this old issue #914
-
**Is your feature request related to a problem? Please describe.**
It is not documented but from observations the recommender (at least those built-in) appear to provide a per user instance (for the …
-
**Describe the bug**
> Flank behaviour differs from Gcloud.
Gcloud takes into account the `Parameterized` annotation associated with the base class while the flank requires that the `Parameterize…