Denis Bazhenov

Results 24 comments of Denis Bazhenov

Pods as well as a lot of different resources have dynamic postfixes (like `bf5cc5c89-pkbq4`). Those dynamic postfixes are hard to enter by hand. For productive navigation either UX should have...

I was able to build application on macOS using two simple steps: 1. running `qmake` inside `src` folder; 2. then running `make`. qt 5.8.0

I came across workaround. You can add *Mail.app* bundle into floating windows exclusion list and then add empty window title under *Window Title Restrictions*.

+1 for @stevenhansel suggestion. I have different environments for building tests and running them. It's quote cumbersome to find test in `target/debug/deps`. At the moment I find them using ```...

Just leave it here: https://github.com/bazhenov/cargo-export

Just saw this thread and I feel like I should step in for the @bheisler point. There is no such thing as deterministic performance. Ok, it maybe the case in...

Here is one more case of SIGSEGV during usage: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x107b096] goroutine 1 [running]:...

I've similar problem – I'm testing performance of an algorithm with different sizes of inputs. So I have `for` loop creating exponentially larger input data. But I do not always...

Same problem. Seems like Silica related bug. ``` Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libswiftCore.dylib 0x00007fff67d212bc swift_projectBox + 12 1 com.amethyst.Amethyst 0x0000000109a7b234 0x109a08000 + 471604 2 com.amethyst.Amethyst 0x0000000109a67e7c 0x109a08000...

Hi 👋 Looking through the provided gdb log, it seems the error happened in the rocksdb code, not the qdrant. I would like to reproduce it this bug. Can you...