-
**Need to keep mind that the DSL doesn't need to do everything. Functionality can be added via hand-written code outside of the DSL. The goal is to have a DSL that can sanely be mapped to a UI builder…
-
## What problem does this address?
I have written a [blog post describing the issues this proposal addresses](https://mrwweb.com/standardized-design-tokens-css-wordpress-future/) in detail.
> This…
-
Problem:
- All agents need to index messages (relayer also indexes IGP payments)
- #2192 allowed relayer indexing to no longer message processing
- Indexing inherently costs RPC requests. Polling f…
-
Hi, I recently came across ClearNLP and decided to give it a try.
I've used other NLP frameworks in the past and I am positively impressed by the overall quality of yours.
I've found some little bugs …
-
First, thanks to everybody that's been answering questions and working on pull requests, especially @drallensmith, @bennr01 and @d0pa!
When do you all want to take what you're working on now, get i…
-
**Printer type** - Prusa MK4
**Is your suggested improvement related to an existing problem? Please describe.**
In some cases printing is too loud for night prints, especially non-printing (Travel…
-
## Summary
Might be a necrobump of https://github.com/purescript/purescript/issues/2577
Currently pattern matching on union types discriminates the types in the union using instanceOf. This incurs a…
-
Hi,
I encountered an error while running the kage index, which seems to be an issue during the parsing of the VCF file. My input files were a chromosome from the genome and a VCF file from PGGB, wh…
-
When processing aggregate BOMs it's possible to encounter projects which would cause the resolution of dependencies for a component to differ, for example
- during the resolution process, with differ…
-
Can be used for empty data decls such as `Void`. Proposed syntax is to leave off the `of` keyword.
data Void
absurd :: forall a. Void -> a
absurd = case _
Type inference may suff…