-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or…
-
# Sum types, 2024 variant
There is a new type construct, `case` that gives Nim sum types, comparable to ML's, Rust's, etc.
```nim
type
Option[T] = case
of None: discard
of Some: …
-
Background: I've been using your implementation of quick-maths to write a package [handling Unicode super-/subscripts in maths-mode](https://github.com/typst/typst/issues/592) (thanks for the MIT lice…
-
A dumping ground for all performance related things I'm looking at.
TODO's are things I want to look at, checkboxes are things that are ready to be worked on by me or others
# Layers we go throu…
timgl updated
4 months ago
-
# RFC - @auth directive improvements
This document will outline designs for a number of new features relating to authentication & authorization within the GraphQL Transform. The goal of these featu…
-
Taken from [Spectrum](https://spectrum.chat/edgedb/general/feature-request-reduce-operator-in-edgeql~78e141dd-c63c-467b-984a-29f8a9a1d64c).
This is how i first imagined the syntax:
```
FOR accum…
-
## Is your feature request related to a problem? Please describe 👀
Part of Epic https://github.com/msupply-foundation/open-msupply/issues/4362
## Describe the solution you'd like 🎁
You can alrea…
-
It looks like the WASI specification with the component model / interface types specification as written today does not support a shared memory type. Mutable shared memory is an important capability f…
-
I noticed that kazu changed the input text. I'm curious how it made this mistake and how to prevent it.
To recreate: I passed in a text block that contained the text "The CFIm25 deletion leads …
-
We've had reasonably good results with [IVA], but it has a few problems:
1. Some samples are very slow, even taking multiple days. Random primers seem to be slow.
2. We find contigs with a lot of …