Lev Dubinets

Results 16 comments of Lev Dubinets

@llange, I suspect that this stopped working due to updating to Catalina and not due to a Finicky version update.

As I mentioned here https://github.com/johnste/finicky/issues/40#issuecomment-581168657 , other apps have this problem too. One was able to find a workaround, but overall it seems like a macOS bug that we need...

Was also looking at this, and am wondering if you found any solution. I opened a PR in https://github.com/Schniz/cmd-ts/pull/154 with a quick solution to this.

@DanielShteinbok correct, I need a custom CSS file that mimics the look of the VS Code preview. I can get pretty close with the following CSS that I cooked up,...

@aashutoshrathi I tried that stylesheet and it is the light mode one. Plus I believe the dark mode stylesheet would still leave the white border shown in the comment above.

The semantics of skip and match having inverse behavior make sense to me, but this wasn't something I had thought about previously. Even though grep and and vim/regex have similar...

Also, `-Wtautological-constant-out-of-range-compare` causes a warning for this comparison when compiling. > make c++ -std=c++14 -c -o BasicBlocks.o BasicBlocks.cpp c++ -std=c++14 -c -o CommonData.o CommonData.cpp c++ -std=c++14 -c -o Contract.o Contract.cpp...

Thanks for the pointer, here are the contents of that file. I don't know how to investigate the hypervisor kernel panic though. ``` early console in extract_kernel input_data: 0x0000000001d8b3b4 input_len:...

@adc17 I tried several docker/container-based build solutions for nix on macos including linuxkit-nix, [nix-docker](https://github.com/LnL7/nix-docker/blob/master/start-docker-nix-build-slave), and I think one more that I am forgetting. I ran into different issues with all...

I am also experiencing this issue and looking into a way to work around it. @muesliflyer I would appreciate if you could share your xfdf generation code as a gist...