Highlights
- Developer Program Member
- 4 discussions answered
Block or Report
Block or report Jolg42
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)
-
-
prisma/prisma-client-js Public archive
Type-safe database client for TypeScript & Node.js (ORM replacement)
-
OpenType-Specification Public
OpenType Specification from Microsoft https://www.microsoft.com/typography/otspec/ & Apple https://developer.apple.com/fonts/TrueType-Reference-Manual/
-
-
2,208 contributions in the last year
Activity overview
Contribution activity
February 2022
Created 40 commits in 5 repositories
Created 1 repository
Created a pull request in prisma/docs that received 5 comments
fix: stop lowercase of urls
Describe this PR Found references through #1943 What issue does this fix? Fixes #1518 Some external links rely on the casing.
Opened 18 other pull requests in 4 repositories
prisma/prisma
12
merged
2
open
- chore(CLI): remove unused code from preinstall
- chore: add eslint sort imports
- chore: prettier everything
- chore: remove tslint:disable and move some sdk files to utils
- test: reproduce "minimal" Jest memory leak
- chore(prisma1 detection): update Prisma 2 to 2+
- feat(db pull): add mongodb composite type warnings + more codes
- ci: Slack Notification on Failure
- ci: fix github actions
- tests(db execute/pull): use some expect.objectContaining and share cli instance
- test(client): increase 1 generetor test timeout for windows only
- fix(db pull): CLI should load .env file for db pull
- test(migrate): tests dotenv loading with migrate diff and db execute
- fix(migrate): load .env file for migrate diff and db execute
prisma/prisma-engines
2
merged
prisma/e2e-tests
1
merged
microsoft/tsdoc.org-website
1
open
Reviewed 35 pull requests in 5 repositories
prisma/prisma
19 pull requests
- chore(migrate): Use the migration engine JSON-RPC printing API
- chore(deps): update engines to 3.10.0-21.59ddd7453e8aa1a66e59c423e29098af63e0c552
- fix(client): allow mutations
- fix(client): query chaining then catch finally
- fix(client): prisma promise multiple then calls
- fix(build): cleanup intermediary esm files
- ci: fix github actions
- fix(build): cleanup intermediary esm files
- fix(client): chaining on capitalized columns
- ci: use setup-node@v2 native cache
- test(migrate): tests dotenv loading with migrate diff and db execute
- fix(engine-core): make event objects match their static types
- chore: back merge patch release 3.9.1
- fix(db pull): CLI should load .env file for db pull
- fix(client): do not discard extra args
- fix(migrate): load .env file for migrate diff and db execute
- fix(cli/migrate): do not load & print env file for all commands
- fix(client): send valid headers dataproxy
- test(migrate): tweak setup db scripts
prisma/prisma-engines
7 pull requests
-
[release] Make
printnotification a request - me: Diff schema datamodels without resolving env vars
- me: Make sure diff scripts/summaries end with a newline
- [release] migration-engine: Print over JSON-RPC instead of logs
- Write ME ARCHITECTURE.md section on the migrations table
-
A no-op
createDatabasefor MongoDB - datamodel: Disallow mongo schemas without preview feature
prisma/docs
6 pull requests
- ci(list-changed-pages): Use action fork that works better with PRs
- ci: GH Actions workflow that outputs a list of the changed docs URLs
- Update primitives information in the Preview CLI reference
-
Add
--transpile-onlyflag to seed script - Add CockroachDB to reference docs
- Add comment on autogenerated row IDs in Cockroach
prisma/e2e-tests
2 pull requests
prisma/prisma-fmt-wasm
1 pull request
Created an issue in prisma/docs that received 2 comments
Document --transpile-only flag for seed script
Thanks to Chris for mentioning that #2787
--transpile-only see https://github.com/TypeStrong/ts-node#transpilers
In transpile-only mode, we skip t…
Opened 5 other issues in 1 repository
prisma/prisma
5
open
- CONTRIBUTING: document Prisma Client workflow of using local link
-
Confusing warning when using custom-built engines:
Warning Precompiled binaries are not available for [platform] -
Docker with
pnpm installhangs on@prisma/clientpostinstall -
db execute: confusing error message when doing
DROP DATABASE "test-doesnotexists;"says thatDatabase postgres.public does not exist -
MongoDB: add test on TS side for ObjectId arrays
a_ids String[] @db.ObjectId
