michaelgrigoryan25

Results 35 comments of michaelgrigoryan25

Could you please try `git pull -a`-ing the repo and installing the required dependencies **via dnf** as documented in the [Fedora section of the README](https://github.com/servo/servo/#on-fedora)? Make sure that you execute...

Doesn't Servo only compile via nightly Rust, or am I misunderstanding something?

Oh, I see in that case. Thanks for elaborating @lhirlimann.

Can confirm this issue exists with the latest Linux build downloaded from servo.org. The binary will need to be statically linked, not dynamically. I will try looking into this. @jdm...

@jdm seems like this issue can be closed.

Could you please comment on whether or not you are still experiencing this issue, @JohnAlexCO?

@jdm have you considered building with a different linker such as [mold](https://github.com/rui314/mold) instead of the native one? This might be one of the ways we can further optimize the compilation...

Seems like this was fixed and can be closed.

This is doable for the most part. We can automatically generate raw bindings from ukv's C/C++ code base (or the SDK if it exists) either via the [bindgen](https://docs.rs/bindgen) or [cbindgen](https://docs.rs/cbindgen)...

Well, there is always [polars](https://docs.rs/polars), which is widely used in the Rust ecosystem for working with tabular data. Not really sure whether there is a Rust-based alternative for NetworkX, but...