MatejKastak
MatejKastak
Hi, @Sebastien05 PR https://github.com/VirusTotal/yara/pull/1714 was merged, can you try if you still experience your issue on current `master` commit?
Thanks for your research! I was able to replicate this using `llvm-symbolizer`. I had no idea such tool existed. Also interesting note is that it accepts command line arguments in...
Sure. ``` ~/dev/sandbox/nom-float-panic-new master* 21s λ cargo test Updating crates.io index Compiling version_check v0.9.3 Compiling memchr v2.3.4 Compiling minimal-lexical v0.2.1 Compiling nom v7.0.0 (/home/anon/dev/sandbox/nom) Compiling nom-float-panic-new v0.1.0 (/home/anon/dev/sandbox/nom-float-panic-new) Finished test...
Hi, currently we don't have a pipeline for building [avast/yari](https://github.com/avast/yari) on Darwin. I will try to look into it, if its possible. Reference: https://github.com/avast/yari/issues/14
It is likely, especially if the VM is not emulating x86 architecture, but using the native arm architecture. You should be able to double-check by running `uname -a` in the...
Hey! That's great :+1:. I like the way you designed this functionality and I think that people were are to it. So let's try to make it also available in...
Great, thanks for the examples and clarification! I had something similar prepared in #28. I will have to fix tests but the most core functionality should be reimplemented. I will...
I think, I have the implementation finished 1:1, and tests are finally resolved (#28). I am not sure how the resolving of completion items work in VsCode, but we don't...
Thanks for the explanation, let's start with a basic implementation. Feel free to create a new issue if you feel that the code completion is not fast enough after this...
Yes, this would be a nice improvement.