Jan Novotný

Results 78 issues of Jan Novotný

Exception is reported: ``` Cannot create configurable com.intellij.diagnostic.PluginException: Cannot create class com.farpost.intellij.remotecall.settings.RemoteCallConfigurable (classloader=PluginClassLoader(plugin=PluginDescriptor(name=Remote call, id=Remote call, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/IntelliJIdea2021.1/RemoteCall.jar, version=1.8, package=null), packagePrefix=null, instanceId=7, state=active)) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:763) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:781) at com.intellij.openapi.options.ConfigurableEP$ClassProducer.createElement(ConfigurableEP.java:440) at...

I have default method defined in `SomeSharedInterface` and have two additional interfaces `Trait1` and `Trait2` - both extending `SomeSharedInterface` - i.e. inheriting default implementation of default method in `SomeSharedInterface`. I...

question

**Is your feature request related to a problem? Please describe.** My use-case is that I have a very large array of objects which contain an ID in their property and...

enhancement

Problem is in _createAjax method: _createAjax: function(id, o, origSuc, origCom){ var that = this; return function(){ if(o.beforeCreate.call(o.context || that, id, o) === false){return;} that.inProgress++; if(that.inProgress === 1){ $.event.trigger(that.name +'AjaxStart'); }...

Since we need to respect the atomicity update of the entity mutation, we try to undo the local action that happened on the transactional index that was already executed since...

bug

Introduce metrics into the evitaDB. The servlet for metric should start as separate API on different port (or part of a system API). Although we are used to Prometheus API,...

enhancement

Consider following example: ```graphql { queryProduct( filterBy: { entityPrimaryKeyInSet: [ 103885 ], priceInCurrency: EUR, priceInPriceLists: [ "employee-basic-price", "basic" ] } ) { recordPage { data { primaryKey attributes { code...

enhancement

We want to be able to search by geo location query. Library https://github.com/locationtech/jts is recommended source of inspiration or reuse. Also, we should look at: https://github.com/davidmoten/rtree2 or https://github.com/plokhotnyuk/rtree2d

enhancement

- [ ] remove `io.evitadb.store.index.serializer.FilterIndexStoragePartSerializer_2024_5` and unnecessary fallback in `io.evitadb.store.catalog.DefaultEntityCollectionPersistenceService#fetchFilterIndex` - [ ] remove `io.evitadb.store.catalog.serializer.EntityCollectionHeaderSerializer_2024_5` - [ ] remove `io.evitadb.store.catalog.serializer.CatalogHeaderSerializer_2024_05` - [ ] remove `io.evitadb.store.catalog.serializer.CatalogHeaderSerializer_2024_08` - [ ] remove `io.evitadb.store.index.serializer.InvertedIndexSerializer`...

maintenance

There are situations where models need to handle strings in a case-insensitive way. This information is known in advance when the schema is defined. This issue should provide a way...

enhancement