-
Hello, I'm using this as an advised way to contact you. Do you think Chanl could (in terms of performance) benefit from statically dispatched function system (instead of generics) and compile time gen…
-
Type: Bug
## Issue Description ##
There used to be a quick action on structs and classes to automatically generate a constructor injecting all defined fields. I don't recall exactly since which vers…
-
Hi,
Paged.js is insanely good! I spent hours on other PDF rendering engines and didn't even succeed to generate a table of content.
The only issue I have with pagedjs is there are no types provi…
-
When one tries to deepcopy the generated configuration object of type QuamBase, they run into a recursion error as seen below:
```
File c:\Users\Lab\Documents\GitHub\qm-2qb-feedback\qua-qLDPC\Lib\…
-
### Issue
Visual Studio ships an assembly that is written in Visual Basic and targets .NET FX 4.8. Visual Basic compiler automatically generates some classes when it builds this assembly. There is no…
-
I want to get rid of all components and dependencies of tiptap while still having the project compile. We don't really use tiptap anymore so we want to clean up the repo
-
Generated client is invalid for this example:
Using latest version 5.0.1
```
public class BaseClass1
{
public int Number { get; set; }
}
public class DerivedClass_A …
-
### Proposed Changes
I propose that we refactor ALL `FilterSet` objects to be authoritative for object filtering as a superset of all desired object fields or custom filters (e.g. Boolean member…
-
```
I'm discussing this issue in the context of the code generated for
Java/Android, but I think this would apply to varying degrees to other target
platforms as well.
The method of generating clie…
-
```
I (and probably some others) commonly invoke a generator by creating an
interface like:
{{{
interface BeanInfo{
Object getValue(String prop);
void setValue(String prop, Object value);
}
}…