-
It would be nice to have access to the functionality of Praat not just from the command line, but from a C library that could be used directly, or wrapped into other libraries, such as [PraatR](https:…
-
Whole-genome sequencing of S. paradoxus mutation accumulation lines
DNA extracted using Zymo YeaSTAR Genomic DNA kit
Libraries prepped using homemade protocol (no kit, can find out more info if ne…
-
A big issue with garbage collection is that it takes so long **and** it's monolithic so when it runs, it must finish before releasing control back to the VM for the next bytecode.
It would be nice…
-
There are a number of tests with bigger networks running, notably 128x20 and 192x10 configurations. Probably due to issue #1025, the 128x20 networks failed rather badly, but 192x10 has been doing OK (…
-
Congratulations on your impressive work! However, I have some concerns regarding the claim made in the paper about MNTP being "a novel training objective that combines next token prediction with maske…
-
As someone who was firmly in the F# and partial application camp, I'm very interested in the teeny section at the end of the readme called [Tacit unary function application](https://github.com/tc39/pr…
mmkal updated
2 years ago
-
This issue captures issues related to the "eventing framework" work area in .NET 9. Issues and categorizations are subject to change as design and prototyping is underway.
This eventing framework …
-
Is anyone aware of any guidance (in the IBM style guide or elsewhere in Red Hat, like legal?) to avoid predicting the future in documentation?
Typically at least on OpenShift, we avoid saying thing…
-
Currently, the best "native" small caps syntax is `[Small caps]{.smallcaps}`.
By "native syntax", it means a more markdown-ish syntax, such as `^^Small caps^^` or `****Small caps****`.
c.f. [pan…
-
## Problem
One of the uses of 'readonly' fields is in defining immutable types, types that once constructed cannot be visibly changed in any way. Such types often require significant diligence to im…