kandahar

Results 28 issues of kandahar

**networkx** gives adjacency matrices as sparse matrices and that is necessary, since for larger graphs with >100000 nodes with sparse connections, we can have a sparse e.g. coo matrix but...

enhancement
hard

**Describe the bug** I get an error when installing the engine on my Linux subsystem in Windows. ``` Running command git rev-parse HEAD 7867296920d055539aec295c0c41d06a4309b876 Resolved https://github.com/NVIDIA/MinkowskiEngine to commit 7867296920d055539aec295c0c41d06a4309b876 Running...

Hey, when I try to run ```ryven``` from the Anaconda environment in Windows, I get the following error ```python >>> import ryven >>> ryven.run_ryven() qt.qpa.plugin: Could not load the Qt...

The [gym](https://github.com/Farama-Foundation/Gymnasium) environment has recently moved from openai to farama and I wonder wether this is the reason why ```python import gym env = gym.make("maze-random-10x10-plus-v0") ``` throws the error ```python...

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### The question Hey, I would like to change the text color (that is...

help wanted

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version _No response_ ### Steps to reproduce I am trying to...

bug

Could you add to the documentation (or give a python example in ```task\ .... .py```) how custom objects and robots are loaded from a local file. I saw, that objects...

Hey, there is the ```IsaacGymEnvs``` environment and the ```OmniIsaacGymEnvs``` environment in the ```NVIDIA-Omniverse``` repo. Could you write down explicitely how to choose between them?

With ```flutter 3.3.``` I get the following error in Visual Studio Code when trying to run the [example](https://github.com/UdaraWanasinghe/FlutterCarouselSlider/blob/master/example/lib/main.dart): ```dart The name 'CarouselSliderState' isn't a type so it can't be used...

**Describe the bug** When trying to use requests with the current ```http``` package, I get the error ``` Because requests >=4.1.0 depends on http ^0.13.4 and myapp depends on http...