Kindritskiy Maksym

Results 41 issues of Kindritskiy Maksym

Hi. I am looking for a future to parse docopt even if no args were given for parser. Real use-case - I want to get all flags (by flag I...

As Cosmic is not an LTS release, almost every ubuntu mirror is missing a Cosmic image.

PoC - reimplement graphql query parsing in rust. Comparing: - python parsing with graphql-core (original) - rust parsing + converting rust ast into graphql-core ast - (so we do not...

**Problem:** Standard mypy capabilities is not sufficient to cover specific hiku's typing requirements. For example, consider `Optional[TypeRef["User"]]` declaration. Because of the way `hiku.types` implemented, mypy thinks that `Optional` is generic...

To be able to use shared lets configs we could introduce remote mixins PoC would look like this ```yaml mixins: - lets.test.yaml - url: https://some.path.com/lets.lint.yaml version: v1 ``` This will...

For commands like these: ``` commands: build-app: ... run-app: depends: [build-app] ... ``` if build-app fails we show: ``` failed to run command 'build-app': exit status 130 failed to run...

good first issue

Examples - https://github.com/docker/cli/blob/master/cli/compose/schema/data/config_schema_v3.9.json - https://www.schemastore.org/json/ - https://frontaid.io/blog/json-schema-webstorm