甘瀬ここあ

Results 4 issues of 甘瀬ここあ

## Change Summary Changed `path.read_text` to explicitly use utf-8 to avoid `UnicodeEncodeError` that may be caused by cp932 in Japanese Windows environments. `src/prisma/_config.py` and `tests/test_config.py` was changed. (This is my...

## Bug description No client is generated when prisma generate or prisma db push is run ### Log #### prisma db push (Cleanup was run before execution and tried to...

## Change Summary Changed to explicitly use utf-8 in `packaged_schema.write_text` to avoid `UnicodeEncodeError` that cp932 may cause in Japanese Windows environment. Unit Test is currently under construction :) ## Checklist...

## Bug description Prisma Client Python installs Node.js v23 series, prisma init does not work properly To resolve this, specify --node=lts in the nodeenv command on line 170 of `prisma/cli/_node.py`...