-
Now in postfilter.py the restraint file is hard coded and we need to ask the user to input a restraint file that was made in cluspro restraint generator
-
## Environment Details
* EclipseStore Version: 2.0.0
* JDK version: 22
* OS: macos
* Used frameworks: irrelevant
## Describe the bug
Consider the following ES code of two entities pointing to …
-
We should migrate most of the methods out of the [templates/component.rb](https://github.com/spartansystems/atomic_assets/blob/master/lib/rails/generators/atomic_assets/templates/component.rb) file an…
-
We support `undefined` property judgements & the boilerplate property validator signature should reflect that so that it's more obvious to the user.
The boilerplate code used by the generator is lo…
-
Hey @lerenn
2 things I want to ask for help with:
1. Easily seeing what code i can expect to be stomped on by the code generator.
When I look at https://github.com/lerenn/asyncapi-codegen/tr…
-
People have in past NaNoGenMo's used LLMs to generate novels, but this plan is different. Coding-assistant AIs are now good enough that they can generate **substantial** amounts of runnable code. I …
-
Hi!
Can you add macOs as a option?
https://www.toptal.com/developers/gitignore/api/macos
or remove the noisy .ds_store files as default :-)
-
The following code gets mis-generated & causes a compiler warning:
struct a {};
union {
struct a b;
} u, *uu = &u;
becomes
struct a;
union
{
…
-
Is there any way to evaluate privacy of synthetic data using your toolbox without any knowledge of the underlying generator?
My usecase involves evaluating privacy risk given only the real & synthe…
-
Enums defined in json models get codegen'd as `NSString` properties, and no enums are created. This can be observed in the petstore example, which has enum properties but don't get translated in the o…