Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,437 contributions in the last year
Activity overview
Contribution activity
June 2020
- janpio/chaos-lambda JavaScript
- janpio/cargo-build-dependencies Rust
- janpio/prisma-express-datadog-exception JavaScript
- janpio/nexus TypeScript
- janpio/docs TypeScript
Created a pull request in prisma/docs that received 3 comments
Created an issue in graphql-nexus/nexus that received 5 comments
diffs code blocks look strange
Code:
```diff
+++ package.json "dependencies": {
- "nexus": "0.12.0",
+ "@nexus/schema": "0.13.1" }
```
Looks like this:
Should look more like this:
5
comments
- Cascading Deletes
- Make new, possibly unstable functionality available but opt in via feature flags
- Clean up `datasources` in Prisma Client constructor parameters
- Parameter for `prisma init` to supply database provider string to be used in `datasource`
- Transition package for npm package `prisma`
- Ability to use in progress branches in prisma-engines in Prisma CLI
- Local environment variable wins against value in `prisma/.env` although CLI says it is reading from file
- MySQL: Unreachable database host leads to unknown error
- Provider <-> connection string mismatch leads to strange error message
- Invalid database connection string leads to strange error message
- Why is VSCode not telling me with red squiggly line that `invoice` does not exist on `customer`?
- Strange error message on wrong hostname in MySQL connection string
- Global Prisma could check for local Prisma and warn or require explicit confirmation
- CI Pipeline: Release stable release from chosen dev instead from current master state
- [EPIC] Prepared statement caching
- `Environment variables loaded from` uses wrong directory separator (slashes) on Windows
- Special error message for default DATABASE_URL
- ENV var is required to execute `generate`/`validate`
- Document "format on save" in READMEs
- Many strange binaries in Extension folder
- Extension only sub-patch release process
- Test all possible binary download link variations and fail build if downloads don't work
- Error when downloading files or binary can not be used
- Formatting broken in 2.0.1 - please keep using 2.0.0 until this is fixed in 2.0.2