Arthur Fiorette

Results 373 comments of Arthur Fiorette

Yeah, this would be pretty good. In a simple approach, just returning two major objects with their selections would also be sufficient, like: ```ts { General: { select: { id:...

I think there should be a second option in readme to prevent unaware users from using an deprecated repository. As mentioned by @Andre601, jitpack seems a good idea. And you...

If anyone is willing to use it with jitpack, you can use it like this: > this is a maven example, but you can also use with gradle > [Jitpack...

What about adding declaration files for better ide autocompletion and inline documentation? If you prefer translating the code to typescript, i can help too.

https://github.com/actions/cache/issues/698

Sorry for the delay, I was traveling. Did you manage to reproduce this bug?

Hey @omermorad, It's me again. This bug is occurring when i use the `T | null` or `T | undefined` type. ```ts class Test { @Mock(...) fine: string; @Mock(...) alsoFine?:...

But, is it safe to upgrade? If it is, you should create a stable release (`3.0.0`)...

Also, if i use `null` or `undefined` as the `@Mock(() => result)`, it throws: ``` TypeError: Cannot convert undefined or null to object at Function.getOwnPropertyNames () at getClassMembers (../../../node_modules/@plumier/reflect/lib/parser.js:87:28) at...