Krasimir Chobantonov

Results 16 comments of Krasimir Chobantonov

Yes you are correct regarding the need for only 2 rules for now. Also if you specify conflicting rules then we can only select the first one - e.g. if...

The same happens when chars like 'e' or '+' are entered for number is exponent format like 4e+100

also the following 2 new methods will be also useful public List find( LdapQuery query, Class clazz, DirContextProcessor processor ) public List find( Name base, Filter filter, SearchControls searchControls, final...

@yuwu9145 yes I can use that but then I need to use that for all numbers since I do not know upfront in what kind of format those number are...

@sdirix can you review and check why we have out of memory failure on the build machine ? Perhaps we need a build machine with more memory ?

@sdirix the build is fixed - I had to change ``` "build-only": "vite build", ``` to ``` "build-only": "NODE_OPTIONS=\"--max-old-space-size=4096\" vite build", ``` in the vuetiy package - if you want...

I can review and apply those changes - keep in mind that this PR will have almost the same thing as the PR for fixing the vue3 without the recent...

@sdirix the requested PRs are applied to this PR

@sdirix please review, to check the issue in the current master branch just apply the change for ExampleView.vue and then try to test the additional-errors example, e.g. change the form...

I understand the distinction between controlled and uncontrolled usage, but in practice consumers of JSON Forms may mix these patterns—intentionally or unintentionally—especially in larger applications with multiple state sources. From...