Goran Mekić

Results 11 issues of Goran Mekić

**Is your feature request related to a problem? Please describe.** As a package maintainer for FreeBSD I'd like to be able to run "make test" in the ormar port and...

enhancement

I'm having trouble with tests. I attached the log of "make test" command. Could it be that pytest-4 is too old and it requires pytest-6 (upgrade is in progress on...

If I delete everything from the page (by mistake?) I can not add new component. Should the app protect the last child or be able to give birth to the...

Given the following simple model, generated migration has a typo: ``` class User(BaseModel): active = BooleanField(default=True) ``` Migration I get (the relevant part): ``` @migrator.create_model class User(pw.Model): id = pw.AutoField()...

### Summary The inventory file contains only `freenit ansible_connection=jail ansible_python_interpreter='"/usr/bin/env python"'`. Running any task yields a warning: `[WARNING]: The "jail" connection plugin has an improperly configured remote target value, forcing...

docs

**Version/Branch of Dear ImGui:** Version: 1.89.2 Branch: master **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp Compiler: Clang 13.0 Operating System: FreeBSD **My Issue/Question:** FPS is not the one of the display. Depending...

**Describe the bug** When running tests on FreeBSD, I get the error that `None` can not be awaited. Given how [initialize_models](https://github.com/collerek/ormar/blob/master/benchmarks/test_benchmark_init.py#L23) is defined, it does implicitly return `None`. Adding dummy...

bug

Assuming next version is a patch level change, this adds the proper version into pyproject.toml. Without it build on FreeBSD (soon, it will be in packages) breaks.

**Describe the bug** There is a swtpm port in FreeBSD but I don't know how to use it. With socket and cuse there is an error. Socket can not be...

Without it tests fail at least on FreeBSD