selvavm

Results 19 issues of selvavm

Hi, Thanks for your crate. I am facing random issue. Do you know what timeout settings I can use to fix this? `network error: connection closed before message completed` I...

Thanks for the contribution, I am trying to set up GDB with Rust in windows. To an extend I made things work in GDB console and now trying the same...

First of all, this is a wonderful crate. I loved working on it and it forces me to follow the ECS principles. Thanks for your contribution, My Setup: I have...

Hi, Thanks for this crate. I want to iterate over each entity in a world and add a new component. I tried below code but have issues with Borrow checker....

This is to resolve #267. It is equivalent of `eig(A,B)` in Matlab

I am writing an application where I need to calculate eig values. From your documentation, I could see `eig()` but not `eig(&B)`. Is it available?

new feature

I am not sure if this is a right place to ask this question. First, thanks for your contribution. I am having n time series of `Vec` and I want...

**Is your feature request related to a problem? Please describe.** When we write unit test and set breakpoints, one cannot debug the DataFrame in Quick Watch window because the `Console.WriteLine`...

enhancement

I have setup dotnet Spark in MacOS by following [MacOS Getting Started](https://github.com/dotnet/spark/blob/main/docs/getting-started/macos-instructions.md). I am able to debug `MyJob` from Visual Studio by running below command, spark-submit \ --class org.apache.spark.deploy.dotnet.DotnetRunner \...

Hi, Thanks for this wonderful project. I am evaluating this instead of Poetry. I have a monorepo similar to this, ``` workspace_folder |__ Lib 1 |__ Lib 2 # This...