Mykhailo Ziatin

Results 12 issues of Mykhailo Ziatin

The current image works insanely slow on QUEMU and crashes. I've just built the image locally on Apple Silicon, so, there should be no problem with that.

enhancement

It would be great to support custom hostnames, not just IPs. Also it would be useful to customise ports as well. For example, it will help to assemble docker-compose and...

I think it could be a good idea to trigger build if target MR branch changed to ensure that other merges weren't created regression while MR is considered by the...

enhancement

It would be nice to support multiple architectures (at least arm64) and tag images with MAVSDK release tag. --- Currently images at the [DockerHub](https://hub.docker.com/u/mavsdk) are not tagged with the MAVSDK...

Pypi version still has ``` python from hash_ring import HashRing try: from memcache_ring import MemcacheRing except ImportError, e: pass ``` in the index file and probably other Python 3 incompatible...

I am trying to create bindings [JSBSim](https://github.com/JSBSim-Team/jsbsim) and have the following error: ``` var/jsbsim/src/FGJSBBase.h:42:10: include file not found: var/jsbsim/src/FGJSBBase.h:43:10: include file not found: var/jsbsim/src/FGJSBBase.h:44:10: include file not found: var/jsbsim/src/FGJSBBase.h:45:10: include...

### Package version 3.1.0-exp.7 ### Environment ```markdown * OS: 13.2.1 * Unity version: 2022.3.18f1 * Graphics API: Metal * Browser: Google Chrome Version 119.0.6045.199 (Official Build) (arm64) ``` ### Steps...

bug

For now we either define "global" `root` for all checkpoints or have to specify separate root for each type of checkpoints. This is okay but sometimes we need to transfer...

Versioning in Kedro is great. Even though we have an alternative to use different `root` for `KedroWings`, I believe it would be much better to support versions out of the...

There is a handy feature in Kedro: special tags for datasets according to the [data engineering convention](https://kedro.readthedocs.io/en/stable/12_faq/01_faq.html#what-is-data-engineering-convention). It is quite useful in combination with `kedro viz` or (as in my...