Yo Eight

Results 32 issues of Yo Eight

Greetings, I'm using JDT with neovim. I'm using JDT `v1.1.2` and getting this exception from the server, sorry for the formatting. It's directly coming out of neovim LSP log file:...

**Describe the bug** There is a race condition in the projection manager that leads to a wrong expected version error when running a projection deletion-creation sequence too fast. **To Reproduce**...

kind/bug
subsystem/projections

Greetings, I got that error when I try to work on this Java project: https://github.com/EventStore/EventStoreDB-Client-Java ``` jetbrains.exodus.entitystore.EntityStoreException: Can't update existing blob file: /home/yoeight/.cache/meghanada/db-client-java_d94758c07540e521_3587a3fc31828201/project/blobs/1/32.blob at jetbrains.exodus.entitystore.FileSystemBlobVault.getBlobLocation(FileSystemBlobVault.java:63) ~[meghanada-1.3.1.jar:?] at jetbrains.exodus.entitystore.FileSystemBlobVaultOld.setContent(FileSystemBlobVaultOld.java:132) ~[meghanada-1.3.1.jar:?] at...

https://github.com/YoEight/eventstore/blob/master/Database/EventStore/Internal/Discovery.hs#L200

bug

It looks like the driver doesn't even care. Easy step to reproduce, try to connect to internal HTTP port of an eventstore node. It should close connection fast but instead,...

bug

Like if the connection wasn't live in the first place (if the node wasn't reachable for example)

enhancement
internal

Current stopwatch implementation is using `time` package to get elapsed time, which is slow and too precise for our need. Using `clock` package with `MonotonicCoarse` clock type should yield some...

enhancement
internal

The goal is to make building on Windows, OSX and Linux much easier