avshenuk
avshenuk
I have an idea of dynamic completion in case if your completion candidates depend on the context of the overall command and more specifically on all previously typed params/options. Let's...
Adds timeout support. Important for production-ready apps.
The current logic of context menu handling has certain drawbacks: - whenever you right-click on an empty area or a new node - it doesn't "deselect" old items same way...
When moving a node outside a graph area, the node simply stays on the boundary and not moving further. It re-appears though in the position where the mouse returns back...
Tested locally and this now works correctly. A simple example: if you're already on scale 2, and trying to set the scale to 2 again, simply glancing through the previous...
Currently, there is no way to do a chain of field accesses. Like it is possible with method calls e.g. ``` .withMethodCall(MethodCall.invoke(...).onMethodCall()) ``` So for instance, if I want to...
# Checklist - [x] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the maintainers...
# Checklist - [x] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the maintainers...
When using `readerForUpdating` with an existing object, Jackson fails with: ``` Cannot deserialize Class mypackage.MyClass$1 (of type local/anonymous) as a Bean at com.fasterxml.jackson.databind.deser.BeanDeserializerFactory.isPotentialBeanType(BeanDeserializerFactory.java:883) at com.fasterxml.jackson.databind.deser.BeanDeserializerFactory.createBeanDeserializer(BeanDeserializerFactory.java:137) at com.fasterxml.jackson.databind.deser.DeserializerCache._createDeserializer2(DeserializerCache.java:414) at com.fasterxml.jackson.databind.deser.DeserializerCache._createDeserializer(DeserializerCache.java:349) at...
* Add upsert table support with segment validation and filtering * Add integration test case for upsert workflow with multi-year data Issue: https://github.com/apache/pinot/issues/16359