Artyom Melnikov
Artyom Melnikov
> Is this correct tho? This breaks full dps counter for non-minion absolution (1 example would be spell cascade or totems etc) This is a valid concern. In that case,...
I've added a config option (disabled by default) to control behavior of the change 
Same error here... node 4.2.4 gcc (Ubuntu 4.9.2-10ubuntu13) 4.9.2 ``` Error: Command failed: /usr/bin/env npm i --production In file included from ../src/decoder/decoder.h:13:0, from ../src/decoder/init.cpp:1: ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template v8::Local...
I was able to workaround it by disabling the `setReadOnly` method (through providing a custom connection Proxy). Below is the code: ```java import com.zaxxer.hikari.HikariDataSource; import io.micronaut.configuration.jdbc.hikari.DatasourceConfiguration; import io.micronaut.context.event.BeanCreatedEvent; import io.micronaut.context.event.BeanCreatedEventListener;...