-
### Description
Please check out attached file. Introduced macro provides correct output when testing, but omits peer part when producing real code
[PeerAccessorMacroBugDemo.zip](https://github.co…
-
We are currently suppressing some lint issues in the generated code:
```dart
// ignore_for_file: library_private_types_in_public_api
// ignore_for_file: public_member_api_docs
// ignore_for_file…
-
``` fsharp
type Foo() =
static let ``Bar@`` = "hello"
static member BarAt = ``Bar@``
static member val Bar = "bar"
do
printfn "BarAt = %s" Foo.BarAt
printfn "Bar = %s" Foo.Bar
```
When the…
-
Code generated in a proc-macro in the 2021 edition may fail to compile when used in a 2024 crate due to changes in impl trait capturing. This will leave the author of the 2024 crate without any abilit…
ehuss updated
7 hours ago
-
I suddenly get 500 when executing my code and don´t really know why. Maybe it´s not a bug, but someone can just help me. Thx.
This is the error log I get right now:
error: Error generating music…
-
## Summary
Thought about this while making docs updates on #81 -- I think it would be neat to explore what it would look like to auto-generate documentation from source code.
Maybe https://typedoc.o…
-
## App Details:
```
Postman for Mac
Version 5.1.3 (5.1.3)
```
## Issue Report:
When I look at the docs generated by Postman, I can see all my examples there, however, I do not see the H…
-
## What problem are you trying to solve?
- one needing to manually call `generateAntlrSources` to regenerate parser superclasses
- the project including ANTLR generated code in VCS: https://github…
-
**Describe the bug**
The Generated Markdown for FlowDoc can be converted by Markdown renderer instead of left as is.
Example is your from your Examples documents:
https://github.com/modery/Powe…
-
Hi, @VlSomers, is there any instruction or code for generating keypoint annotations (.json). I want to try this on my own dataset, thanks!