Highlights
- Developer Program Member
- 3 discussions answered
Block or Report
Block or report Jolg42
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
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,258 contributions in the last year
Activity overview
Contribution activity
November 2021
Created 11 commits in 4 repositories
Created a pull request in prisma/engines-wrapper that received 3 comments
ci: remove publish auto commit
It's actually not needed and causes noise as a failure of the workflow when 2 publish happen "at the same time" https://github.com/prisma/engines-w…
Opened 4 other pull requests in 4 repositories
prisma/docs
1
merged
prisma/engines-wrapper
1
merged
prisma/prisma
1
closed
prisma/language-tools
1
merged
Reviewed 5 pull requests in 4 repositories
prisma/prisma-engines
2 pull requests
prisma/language-tools
1 pull request
prisma/engines-wrapper
1 pull request
prisma/prisma
1 pull request
Created an issue in motdotla/dotenv that received 2 comments
Leaked content of comments when debug: true
Given this configuration
require('dotenv').config({ debug: true })
and this .env
#Local
DATABASE_URL=postgresql://user:password@localhost:5432/data…
