Velten Heyn

Results 53 comments of Velten Heyn

It's not just checkboxes updating necessary often. When I create a textfield and give it a parser and formatter my parser gets two times a string value and the last...

Formatter is a new funtionality which has been added in v1.16. I'm currently fixing the TypeScript typings for it. If you would take over the documentation we should be done.

In my eyes the benefit is that the return value of useVariable is structuraly the same as useState whereas the one rerenders and the other not. With this approach you...

I guess it is a limitation of Typescript to have not the possibility to define Arrays with generics in a specific order. So the easiest is probably to define the...

Nice, I wonder if @GregRos has a list of features he want's to put into version 1.0.0 of parjs

I think we could ask @GregRos if he gives you maintainer rights. I'm not actively using this package anymore but I think it is really helpful if regexp is to...

Hi SoulCodes, sry I wrote my text a bit ambiguous. I actually meant: If I were you I would fork it then.

Hello there, I would like to come back to the question of @gajus in https://github.com/babel/babel/issues/2309. Is it possible to expand supported syntax via a parser plugin? Then anyone which doesn't...

How would a custom repository method look like? Something like: ``` @Repository interface PeopleRepository : CrudRepository, CustomizedPeopleRepository { @EnableScan fun findBySsoID(ssoId: SsoId): Set } interface CustomizedPeopleRepository { @EnableScan fun findByTenantsSsoID(ssoId:...

@olegdovger Hi, this is currently blocking us. Would you be able to support here and review this small PR?