Vyacheslav Kovalevsky

Results 43 comments of Vyacheslav Kovalevsky

> How to download, I am a first time user of this site ![Screenshot_20220910-145908_Chrome](https://user-images.githubusercontent.com/40753025/189482311-d05a73c0-dac6-4331-9c0d-03e7e7303ee6.jpg) Right below, you also would need to unpack it.

i think its a bit extreme but idea is funny overall

I am not able to reproduce this. Maybe it is project specific - try load different one. Or the extension just doesn't work with WSL.

I think, hardly any code can be reused for vscode itself, we use workarounds for API limitations and such. Right now, I don't want to contribute, not sure about others....

Doesn't seem like there is an API for this right now, but maybe we will find a workaround

Maybe consider using `hjson` format (it has comment support) and it also accepts normal `json`. Haven't used it though, not sure if their error information is better.

Hello, we are currently doing research on file system testing we already found some issues in FUSE wrapper using our tool [DIFFuzzer](https://github.com/Slava0135/DIFFuzzer) (*source will be available soon*), implementing differential fuzzing....

I haven't started working on this yet, wanted to get some opinions.

Upd: made a repo https://github.com/Slava0135/N3onDiff and some setup. It uses custom harness for executing tests (`vm-harness` branch for both `neo` and `neo-go`). Now, I want to use LibAFL for an...