Artavazd Balaian

Results 12 comments of Artavazd Balaian

@lloydmeta thanks for the response. Do you think new behavior can be added? Or it will complicate `enumeratum` tying to resolve reference?

Hi, @wirthi Thanks for the reply. Yes, for now I'm wrapping the code by JS function and it works, something like this: ``` val jsWindow = ctx.eval("js", "window;") // Document...

@wirthi it is some existing JS code, I just experienced that behavior in case of GraalJS

@mvieth thank you for the response! Hm, but the algorithm should be resilient to the data issues, no? And it should be able to properly handle edge cases? If I...

@Fedoresko if you use Visual Studio Tools (2022) with cmake component installed, you can run `Developer Command Prompt for VS 2022` you just need to set `ar=llvm-ar` and it will...

@gyscos is it expected that wasmtime cannot run the example [zstd-safe/zstd-sys/examples/it_work.rs](https://github.com/gyscos/zstd-rs/blob/83d21974bf1d91431f63f57a82ad6ff28dd57e2d/zstd-safe/zstd-sys/examples/it_work.rs) on commit 83d21974bf1d91431f63f57a82ad6ff28dd57e2d ``` root@DESKTOP-FONP7QD:/mnt/c/repos/github/gyscos/zstd-rs/zstd-safe/zstd-sys# git log -n 1 commit 83d21974bf1d91431f63f57a82ad6ff28dd57e2d (HEAD -> main, origin/main, origin/HEAD) Author: Chris Burgess...

I went back to git history and found that works 417d4420e3e7a8c406b8641e731caa427d98398d ![image](https://user-images.githubusercontent.com/5107562/224536710-27160be8-a12c-406b-a362-1588cb1f8b64.png) ### Updated I kept bruteforcing dependencies and content of build.rs and found out the optimization level is the...

@turboladen https://github.com/alexcrichton/bzip2-rs/pull/93 is there for a while, didn't get much attention. You can apply it as a patch though.

In case you run Windows 10 as me, I had the same `RuntimeError: Distributed package doesn't have NCCL built in` error. To fix it I checked the code of Llama...

@imatiach-msft thanks for help! I've tried to find that method, but seems like that functionality is new and it is not available in `mmlspark v0.17`. Do you know is there...