Алексей Соснин

Results 5 issues of Алексей Соснин

```py from itertools import count from reloading import reloading for _ in reloading(count()): print('Lol') break ```

[Feature Request] Allow GLOB import like `import "/compoents/**/*.zmodel"` since the scheme is declarative and the order of the models is not important, this would make life much easier

``` model Server { host String @trim port Int @gte(0) @lte(65535) @coerce } ```

asyncio not supported