Hennadii Chernyshchyk

Results 124 issues of Hennadii Chernyshchyk

It would be great to add an option to create a dotted line.

I suggest adding a higher level API under a feature that would automatically tile the world and generate the navigation meshes automatically from meshes or rapier colliders for entities with...

PR removes `experimental/filesystem` header file as it is no longer required after #5. The header also causes the following error on MSVC: ``` fatal error C1189: #error: The header providing...

**Is your feature request related to a problem? Please describe.** I would suggest to print less messages for the user. For example, message `Commiting...` or `Couldn't commit` with 2 other...

Marian is an efficient, free Neural Machine Translation framework written in pure C++ with minimal dependencies. Also used in Project Bergamot by Mozilla. https://marian-nmt.github.io

enhancement
help wanted

https://github.com/browsermt/bergamot-translator

enhancement
help wanted

I found it's a bit annoying to initialize tests like this: ```rust TestLogger::init(LevelFilter::Warn, Config::default()) ``` I would suggest to add function `init_default` to simplify the initialization.

I recently added objects collision detection in my game and change `base_color` field of all object material to red when there is a collision: ![изображение](https://user-images.githubusercontent.com/22453358/219961414-868292e1-b3f9-4af3-b2df-231f0447e513.png) But I noticed that if...