-
Good Morning
I am currently in the final year of my MTech program and working on my thesis, which involves implementing an Automatic Modulation Classification (AMC) project. I came across your GitH…
-
Hello, while reviewing your code, I noticed that the mask used for calculating Iccloss is a randomly generated filter_mask. Additionally, during the image-level data augmentation process, you not only…
-
Generated Java code would have better null safety when used in Kotlin if there were an option to add [nullability annotations](https://kotlinlang.org/docs/java-interop.html#nullability-annotations)
-
Hello!
Many parts of our codebase use SwiftProtobuf. Recently we started tracking app size in a more accurate manner and we noticed a trend that is pretty worrying for us. Generated Swift protos co…
-
Original issue: https://github.com/flutter/flutter-intellij/issues/6239
The request is to stop generating `TODO` comments when generating code for overridden methods. It's just more stuff to delete…
-
Deploy:
- [x] generated dataclass for http config
- [ ] ~~generated dataclass for schema~~
- [ ] ~~UI that follows the schema structure to validate and visualize the data~~
- [ ] Unit tests (if ev…
-
Thanks @LingDong- for your nice little language!
The generated code is really clean and very close to the wax code.
I think it would be really nice if we had the option to keep the comments from…
-
https://godbolt.org/z/68dMPbcG3
```c
int check(sa *para) {
char *pcPtEnd = NULL;
pcPtEnd =para->ptAddr + para->ptSize;
if ((unsigned long)para->ptAddr >= (unsigned long)pcPtEnd) { // ov…
-
### Description
When using the "Convert to GeneratedRegexAttribute" fixer in VS, it mangles constant RegexOptions.
### Reproduction Steps
Use this code:
```
const RegexOptions MyOptions = R…
-
Using wp-openapi I turned my basic version of wordpress website to a webapi and used it's description to generate swagger code for java, and that code is generated with a syntax error like this below.…