- Kyiv, Ukraine
Highlights
- Pro
- 3 discussions answered
Block or Report
Block or report aqrln
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
prisma/prisma Public
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
-
napi-rs/napi Public
High-level Node.js N-API bindings for Rust
✨ 🦀 🚀 ✨ —⚠️ Deprecated in favor of https://github.com/napi-rs/napi-rs⚠️ -
-
-
detect_flake Public
Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky.
486 contributions in the last year
Contribution activity
March 2022
Created 33 commits in 3 repositories
Created a pull request in prisma/docs that received 4 comments
Fix the type of _count argument of groupBy
Describe this PR
Fix the type of _count argument of groupBy.
Changes
The correct type was copied from the "Reference" section below the table.
What…
Reviewed 8 pull requests in 1 repository
prisma/prisma
8 pull requests
- feat(client): composite filtering
- fix: modify PrismaClientKnownRequestError type from object
- ci: Windows -RunAsAdmin
- ci: increase timeouts for windows / macos
- chore(readme): contribute with local repro
- test(client): add tests for buildNFTAnnotations
- fix(client): HasReject fix for RejectPerOperation case
- feat(client): orderBy for composite types
Created an issue in victorhqc/tree-sitter-prisma that received 2 comments
Support composite types syntax
Since Prisma 3.10.0, there's a new syntax for composite types, currently used for embedded documents in MongoDB: https://www.prisma.io/docs/concept…