This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def db {:a {1 {:a/id 1 :a/code "a-1"} | |
2 {:a/id 2 :a/code "a-2"}} | |
:f {1 {:f/id 1 :f/code "f-1"} | |
2 {:f/id 2 :f/code "f-2"}} | |
:b {1 [{:f/id 1}]} | |
:c {1 [{:f/id 2}]}}) | |
(pco/defresolver a [input] | |
{::pco/input [:a/id] | |
::pco/output [:a/id :a/code] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEVERE: Unable to invoke no-args constructor for class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities. Registering an InstanceCreator with Gson for this type may fix this problem. | |
java.lang.RuntimeException: Unable to invoke no-args constructor for class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities. Registering an InstanceCreator with Gson for this type may fix this problem. | |
at com.google.gson.internal.ConstructorConstructor$14.construct(ConstructorConstructor.java:228) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:212) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFacto |
OlderNewer