Platon Ivanov

Results 6 issues of Platon Ivanov

## Problem description Under `YAML Title Alias` there is the setting to "Use the YAML key `linter-yaml-title-alias` to help with filename and heading changes". Currently it creates the key that...

rule suggestion
yaml

**Is your feature request related to a problem? Please describe.** Currently using a structure with multiple entry zmodel schemas in different directories with their own `User` models or models with...

**Description and expected behavior** Hello! When making an access policy like this: ```ts @@allow('update,read', this.locations?[countryCode in auth().authDirs.articleCountryCodes]) ``` where `locations` is part of the base delegate model, it adds an...

# Request a feature Setting size constraints on `File`: ```ts type({ myFile: `File

external-contributor-friendly

Hello! This is a great and clean project! Is Deno v2 support on the timeline? What are the problems to be solved to make it possible?

planned

Hello! Is it possible to use the library with venv? Running it this way: ```bash export PYTHONHOME=$(pwd)/.venv export PYTHONPATH=$(pwd)/.venv/lib/python3.13/site-packages export BUN_PYTHON_PATH=/usr/lib/libpython3.13.so bun run "./src/main.ts" ``` I get such output: ```...