Karol Zlot

Results 48 issues of Karol Zlot

For example: ``` C115170 (Z-21310110021001) C2835315 ```

I have JSON schema splitted to more than one file (with refs) in local filesystem. I use in python: `jsonschema_rs.JSONSchema.from_str` and then `validate`. Result: >failed to resolve json-schema:///myschema.schema.json: cannot resolve...

Language: Python

Is it possible to generate multiple output files with cog? For example I have python dictionary: MODULE_ACTIONS_DICT = { "contractors": ["add", "delete", "edit", "find", "get"], "invoices": ["add", "delete", "download", "edit",...

Currently `between` doesn't work for 'date' and 'datetime' types.

Currently there is no way to set `look_for_keys` to `False`.

I would like to share below article which explains benefits of using Copier over Cookiecutter. I think it may be good idea to move this project to Copier: https://www.recallstack.icu/en/2020/04/18/yeoman-and-cookiecutter-are-dead-long-live-copier/ Link...

I installed git-cola on Windows. I tried to open repository from WSL (Ubuntu). Other GUI clients open it, but git-cola wants to create new repository. So it can't detect it....

It may be a little tricky, but I think should be possible, it can probably be based on [this nvidia container](https://docs.nvidia.com/deeplearning/frameworks/user-guide/index.html):

help-wanted
python
feature-request

**Is your feature request related to a problem? Please describe.** From [TypeSchema website](https://typeschema.org/): > TypeSchema is a JSON format to describe data models in a language neutral format. A TypeSchema...

**Is your feature request related to a problem? Please describe.** Sometimes there is a need to have some way of representing money. JSON Schema offers `multipleOfPrecision` which could be used...