lee eggebroten
lee eggebroten
If a Command is dispatched to a Router it's not been registered with, the dispatch fails with `{:error, :unregistered_command}` but a Telemetry span is not created. Is this intended or...
Hi, First, thanks very much for making this available. I've recently switched from Window and am quite happy. One of the things I miss, is an app similar to yours...
Adds "hidden" `__decorated_functions__` function to modules that use the `@decorate` function. The new function allows unit tests to assert the decoration was properly called, thereby avoiding the need to assert...
It would be nice to have option to always add the `PID` as an attribute When correlating inter-process spans, it would be very helpful to always have PID as an...
Add TypedStructCtor to the Plugin section The TypedStructCtor plugin uses field-level attributes to define constructor functions (`new` and `from`) on the struct being defined by `TypedStruct` Includes a Livebook demo...
``` java.lang.Throwable: Conflicting component name 'RainbowSettings': class com.github.izhangzhihao.rainbow.brackets.settings.RainbowSettings and class zjhmale.rainbow.setting.RainbowSettings at com.intellij.openapi.diagnostic.Logger.error(Logger.java:134) at com.intellij.configurationStore.ComponentStoreImpl.doAddComponent(ComponentStoreImpl.kt:321) at com.intellij.configurationStore.ComponentStoreImpl.initPersistenceStateComponent(ComponentStoreImpl.kt:118) at com.intellij.configurationStore.ComponentStoreImpl.initComponent(ComponentStoreImpl.kt:93) at com.intellij.configurationStore.ComponentStoreWithExtraComponents.initComponent(ComponentStoreWithExtraComponents.kt:15) at com.intellij.openapi.components.impl.PlatformComponentManagerImpl.initializeComponent(PlatformComponentManagerImpl.java:54) at com.intellij.openapi.components.impl.ServiceManagerImpl$MyComponentAdapter.getComponentInstance(ServiceManagerImpl.java:214) at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:246) at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:213) at...