-
Macros defined within the boundaries of a Verilog/SystemVerilog scope (module, package, etc) appear "inside" the scope, but - much like in C - macros are a preprocessor thing and aren't scoped, so mar…
-
> I think maybe we should change the options that can even be used with regex parsing to exclude `multiline`:
>
> ```
> logShow $ runParser "some\nvarious\nlines" (regexP "various$" *> PS.rest)
>…
-
**Is your feature request related to a problem? Please describe.**
Currently the only import option that keeps notes in a "rich" and editable way is the xournal++ file import. Because many potent…
-
it's related to this problem:
![Captura de pantalla 2024-10-07 a las 9 28 35](https://github.com/user-attachments/assets/3f4caef3-0cc6-487f-bda1-f76965a7ab25)
You can reproduce this error with a s…
-
- [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [X…
-
It would be nice if srtime supported custom output formatting, similar to something like the [date (1)](http://man7.org/linux/man-pages/man1/date.1.html#EXAMPLES) util.
Example usage: `srtime -f "me…
-
Hello RIOT Community,
RIOT features multiple CoAP libraries: [gcoap](https://doc.riot-os.org/group__net__gcoap.html), [nanocoap_sock](https://doc.riot-os.org/group__net__nanosock.html), and the [na…
-
### Describe the bug
Hi all,
I am investigating the failure of the numerical accuracy test failure of `03-matrix-multiplication.py` on the AMD MI300 GPUs. This example uses `float16` and compar…
-
### Search terms you've used
- ParserOption
- getSolidDatasetWithAcl
### Bug description
It is currently not possible to add parser options when getting a solid dataset with acl.
This is …
-
I need to parse an RSS to JSON which has multiple enclosure tags within an item
```
...
```
My resulted JSON Object only has a single enclosure object instead of an array.
I tried using…