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 upPopular repositories
952 contributions in the last year
Contribution activity
November 2020
Created 3 repositories
- rap2hpoutre/blitz TypeScript
- rap2hpoutre/blitzjs.com JavaScript
- rap2hpoutre/docs-1 TypeScript
Created a pull request in ForestAdmin/lumber that received 5 comments
fix: generate command could fail when analysing relations on MongoDB when having one or more views
Description
This fix is based on Sébastien's suggestion. We have to remove "system" collections every time we use databaseConnection.collections().
R…
Opened 21 other pull requests in 8 repositories
ForestAdmin/forest-express
1
open
9
merged
- feat(smart actions): endpoint that handle forms' load hooks
- ci: add skip_cleanup back to avoid build fail
- refactor: add schemas generator in init
- refactor: migrate Actions routes to class and use DI
- refactor: add string utils in init
- feat(smart actions): add hooks in schema file
- refactor: add error service in context
- refactor: move ApimapSender to class with DI
- refactor: move SchemaFileUpdater to class with DI
- chore: add comment to undestand why the order is important in SchemaSerializer
ForestAdmin/lumber
3
merged
ForestAdmin/forest-express-mongoose
2
merged
ForestAdmin/forest-express-sequelize
2
merged
blitz-js/blitz
1
open
blitz-js/blitzjs.com
1
merged
prisma/docs
1
open
ForestAdmin/toolbelt
1
merged
Reviewed 7 pull requests in 4 repositories
ForestAdmin/forest-express 4 pull requests
ForestAdmin/toolbelt 1 pull request
ForestAdmin/forest-express-sequelize 1 pull request
ForestAdmin/lumber 1 pull request
Created an issue in blitz-js/blitz that received 3 comments
Running `blitz db seed` on heroku server fails silently
What is the problem?
Running blitz db seed on heroku server does not run anything (fails silently)
➜ heroku run bash › Warning: heroku update avail…