Andrey Kuznetsov

Results 38 comments of Andrey Kuznetsov
trafficstars

> @jerrywang1981 on macOS you can add `/Applications/goneovim.app/Contents/MacOS` to your `$PATH` and then you will able to execute `goneovim .`. Of course you can `/Applications/goneovim.app/Contents/MacOS/goneovim .`. > > ephien refers...

plus `LspReferenceRead`, `LspReferenceWrite`, `LspReferenceText`

Just noticed that some of them are, tough, being closed eventually, but not all. Is it ok for kafka client to keep connections in half-closed state for tens of minutes?

Sometimes I see in logs the following exception, it may be related: ``` Error processing "kafka.producer":type="ProducerTopicMetrics",name="-AllTopicsMessagesPerSec" javax.management.InstanceNotFoundException: "kafka.producer":type="ProducerTopicMetrics",name="-AllTopicsMessagesPerSec" at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095) ~[na:1.8.0_45] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427) ~[na:1.8.0_45] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415) ~[na:1.8.0_45] at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) ~[na:1.8.0_45]...

I am using [gloo](https://gloo.solo.io) (which is using envoy under the hood) to expose tonic-based services to web-based clients (which use grpc-web protoc plugin) – it works like a charm.

Hi @piotr-machura , I finally found time to fully adapt plugin to 0.6.x and test your idea. Apparently it works well so master now uses title to identify foreign quickfix!...

I have the same problem with LocalDateTime column (timestamp in Postgres)

@motns I have this error with both 9.4-1201-jdbc41 and 9.4-1202-*and above

I've got a bit more information: In my project(slick 3.0.3, slick-pg 0.9.0, postgresql 9.4-1201-jdbc41) I used https://github.com/tototoshi/slick-joda-mapper for joda DateTime. After switching to slick-pg's implicits tests started to throw this...

I still can't localize it to a small project.