magaton

Results 36 comments of magaton

I am using Joern for CPG -> Neo4j, but that is scala There is also https://pypi.org/project/cpggen/ in python

Understood, but when you use tree-sitter, maybe you can only take its CST output and use a code chunker from llama index https://docs.sweep.dev/blogs/chunking-improvements

This is a major problem for me as well. I have lots of `allOf` + `if-then` constructs with string in array conditions in my schema. I tried assigning `$id` to...

The same here. I feel stuck at this point, especially when we thought we were settled with this library in our product. I have also noticed that on each keystroke...

Could [this](https://github.com/rjsf-team/react-jsonschema-form/pull/3959#issuecomment-1815178069) be a reason?

@heath-freenome, thanks for the answer. What would be the idea behind validating allOf conditions every time on each render, no matter what property has been changed? I would expect that...

@heath-freenome I have realized it is not about `allOf` but `if-then-else`, either standalone or inside `allOf`. `if-the-else` is validated every time, instead ONLY if the controlling field changed its value....

Thanks @zxbodya! As you can see, I am not a React developer, just trying to make my rjsf schema rendered correctly with as little as possible React dev. If I...

Thanks very much @zxbodya . I have applied your suggested changes and pushed to: [repository](https://github.com/magaton/rjsf-issues) Now I am getting another error: Module not found: Error: Can't resolve 'fs' in '/Users/magaton/Projects/rjsf-issues/node_modules/@rjsf/validator-ajv8/lib'...