Vojtech Machacek
Vojtech Machacek
Does it work with [AliasAs] attribute? I had some issued with it when used like this: ``` public record AuthRequest([AliasAs("grant_type")] string GrantType, [AliasAs("scope")] string Scope, [AliasAs("client_id")] string ClientId, [AliasAs("client_secret")] string...
I have 3 projects in my angular.json and IDE has option for "Extract Component" refactoring which is great help, however it fails because the CLI fails, I could really utilize...
i have similar issues, when connected to Ender-3 S1 i see two points come up and than the procedure stops. It looks like that is mismatch with the regex which...
also when i print out everything from `DataReceived` i get this ``` ok ok ok ok echo:busy: processing echo:busy: processing echo:busy: processing echo:busy: processing echo:busy: processing echo:busy: processing echo:busy: processing...
i made this PR https://github.com/dansiegel/CodeGenHelpers/pull/54
@dansiegel tests added
yes, i figured this after i posted this, but that will only do shallow copy, correct?
I think biggest challenge with copying collections is with its creation, because generator cannot support some derived types of known collections which can have non standard constructors. It can support...