avshenuk

Results 10 issues of 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...

theme: auto-completion
theme: shell

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...

technical debt

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...

enhancement

# 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...

product: IntelliJ
lang: java
cla: yes
more-data-needed
topic: testing

# 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...

type: bug
product: IntelliJ
cla: yes
awaiting-user-response

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

feature
minion