-
**Prerequisites (mark completed items with an [x]):**
- [x] I have checked that my issue type is not listed here https://github.com/woocommerce/woocommerce/issues/new/choose
- [x] My issue is not a …
-
This is following up from the conversation on Discord and the initial work in the TTS branch, The implementation there is already doing almost everything that I think would be helpful with some minor …
-
`ActionList` renders items as a `listitem` with a `button` child. That `button` is labelled (via `aria-labelledby`) by the main content of the item.
This means that leading & trailing visuals are tot…
-
I'm currently calling the functions that extract the metadata from a specific filetype (or many filetypes in kerchunk's case) "readers".
I feel like "reader" implies that they read actual array da…
-
I've got
package models
sealed trait A
case class B(s : String) extends A
case class C(i :Int) extends A
How are implicit Readers and Writers defined? I can't find any info in the readme, and th…
-
### Is your feature request related to a problem? Please describe.
Currently, there is no way of streaming live data using Magistrala Reders. Since this feature is needed by the UI, WebSockets seems …
-
Currently when we have a block cache miss: we allocate a buffer, issue a read, then populate a cache. If multiple readers miss on the same block, they will all allocate and issue the read (and only th…
-
When reading a manga, there is a huge disambiguation because the sentence is turned upside down.
![1_1](https://github.com/OneMoreGres/ScreenTranslator/assets/168239597/5882667d-2620-4860-92f4-1009c1…
-
### What happened?
There are nested interactive controls (such as buttons or links) within another interactive control (like a dropdown menu or modal dialog).
### How do we reproduce the behavior?
…
-
We have traditional/premier draft/sealed formats. Draft/Sealed are basically the same given one of traditional/premier, so just straight up concatenate those. As for traditional vs. premier, probably …