Pinned Loading
-
pnpm-monorepo-template
pnpm-monorepo-template Public templateOpinionated Node.js monorepo example with pnpm, turborepo, and vitest
-
eurorust-2023
eurorust-2023 PublicAccompanying code for my talk "Underrated Gems of Rust & WebAssembly: Errors, Async, I/O" presented @ EuroRust2023 in Brussel
TypeScript 7
-
eurorust-2022
eurorust-2022 PublicAccompanying code for my talk "No free lunch: Limits of Wasm as a bridge from Rust to JS" presented @ EuroRust2022 in Berlin
Rust 11
-
rust-capnp-wasm
rust-capnp-wasm PublicAccompanying code for my talk "Towards Zero-Copy Binary (De)Serialisation: TypeScript <-> Rust" presented @ Trivago Rust Guild Meetup 2023 in Düsseldorf
Rust 4
-
react-native-user-inactivity
react-native-user-inactivity PublicSimple component that alerts when the user is inactive (i.e. when the App surface hasn't been touched for X ms)
894 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 14 commits in 4 repositories
Created a pull request in prisma/prisma that received 4 comments
feat(client): get rid of patched dependencies
This PR:
closes ORM-797
removes old patch of @neonserverless/database
, initially introduced due to globalThis.crypto
shims
removes old patch of no…
Opened 19 other pull requests in 4 repositories
prisma/prisma
2
open
5
merged
1
closed
-
feat(adapter-better-sqlite3): create
@prisma/adapter-better-sqlite3
This contribution was made on Mar 21 -
feat(adapter-d1): add HTTP version of D1 adapter
This contribution was made on Mar 20
-
chore(config): fix Windows tests
This contribution was made on Mar 17
-
feat(config): add "migrate" property to configure Schema Engine
This contribution was made on Mar 17
-
feat(schema-engine): move file-disk access to TypeScript
This contribution was made on Mar 13
-
feat(cli): use ES2022
This contribution was made on Mar 5
-
chore(client): optimise e2e tests Dockerfile image
This contribution was made on Mar 5
-
feat(cli): define
prisma.config.ts
without requiring@prisma/config
This contribution was made on Mar 3
prisma/prisma-engines
3
merged
2
closed
1
open
-
feat(schema-engine): move disk access to TypeScript; adjust tests; rewrite shadowDatabase tests
This contribution was made on Mar 13
-
feat(schema-engine): refactor to avoid file disk access in Rust code
This contribution was made on Mar 11
-
feat(schema-engine): refactor to avoid file disk access
This contribution was made on Mar 11
-
chore: get rid of test-cli
This contribution was made on Mar 10
-
feat(psl): add support for READ COMMITTED in cockroachdb
This contribution was made on Mar 10
-
chore(schema-engine): get rid of
toml
->Rust
generation injson-rpc-api-build
, which is now compatible withwasm32-unknown-unknown
This contribution was made on Mar 4
prisma/ecosystem-tests
4
merged
-
chore(docker): use
pnpm@9
This contribution was made on Mar 4 -
fix(community-generators): fix
prisma-nestjs-graphql
This contribution was made on Mar 4 -
fix(engines): fix
engine (engine-native-deps)
This contribution was made on Mar 4 -
feat(ci): use
pnpm@9
, like inprisma/prisma
This contribution was made on Mar 4
prisma/language-tools
1
merged
-
feat(language-server): add Prisma config support
This contribution was made on Mar 3
Reviewed 33 pull requests in 3 repositories
prisma/prisma
18 pull requests
-
refactor: move generator out of client
This contribution was made on Mar 21
-
feat(adapter-d1): add HTTP version of D1 adapter
This contribution was made on Mar 21
-
feat(schema folder): ORM 665 rework schema finding logic
This contribution was made on Mar 19
-
refactor(schema folder): ORM 667 final cleanups
This contribution was made on Mar 19
-
refactor: ORM 667 refactor checkUnsupportedDataProxy
This contribution was made on Mar 18
-
refactor: uplift migrations, views and typed-sql directory paths
This contribution was made on Mar 18
-
refactor(schema path): ORM-667 remove schema path dependency from further classes
This contribution was made on Mar 18
-
chore(deps): update engines to 6.6.0-21.d1dbe8880430b6f753dffc4264de1a7f39e4a15a
This contribution was made on Mar 17
-
refactor(schema loading): ORM-667 refactor schema loading
This contribution was made on Mar 17
-
refactor: migrate to the new adapter interface
This contribution was made on Mar 17
-
feat(schema-engine): move file-disk access to TypeScript
This contribution was made on Mar 17
-
fix(ci): add missing CI test jobs for new packages
This contribution was made on Mar 17
-
feat: add
/client
entrypoint in the generated clientThis contribution was made on Mar 13 -
feat(neon): support neon serverless v1
This contribution was made on Mar 11
-
feat(cli): define
prisma.config.ts
without requiring@prisma/config
This contribution was made on Mar 5 -
fix: use web crypto api instead of node:crypto - better compatibility with CF workers
This contribution was made on Mar 5
-
fix: use webcrypto to fix WASM compat
This contribution was made on Mar 4
-
ci: fix broken update-{engines,studio}-version workflows
This contribution was made on Mar 3
prisma/prisma-engines
9 pull requests
-
refactor: split flavour traits
This contribution was made on Mar 21
-
feat(schema-engine): move disk access to TypeScript; adjust tests; rewrite shadowDatabase tests
This contribution was made on Mar 17
-
refactor: remove set_params and connection_string flavour methods
This contribution was made on Mar 12
-
feat: define and use adapter factory interface in wasm schema engine
This contribution was made on Mar 12
-
chore: get rid of test-cli
This contribution was made on Mar 10
-
chore: migrate query compiler crates to Rust 2024
This contribution was made on Mar 8
-
chore(schema-engine): get rid of
toml
->Rust
generation injson-rpc-api-build
, which is now compatible withwasm32-unknown-unknown
This contribution was made on Mar 5 -
chore(deps): bump syn from 1.0.109 to 2.0.96
This contribution was made on Mar 3
-
fix: vendor OpenSSL for
*-openssl-1.1.x
targetsThis contribution was made on Mar 3
prisma/ecosystem-tests
6 pull requests
-
fix: update driver adapter creation
This contribution was made on Mar 21
-
fix: update pnpm versions
This contribution was made on Mar 18
-
feat(ppg): add test for prisma postgres
This contribution was made on Mar 13
-
fix: rhel-openssl-3.0.x target in serverless lambda
This contribution was made on Mar 4
-
fix: set pnpm version in heroku
This contribution was made on Mar 4
-
feat(ci): use
pnpm@9
, like inprisma/prisma
This contribution was made on Mar 4