Greg

Results 4 issues of Greg

Added: mongo $mongodb_public_ip:$mongodb_port/$mongodb_database --quiet -u admin -p"$admin_pass" --authenticationDatabase="admin" --eval "db.dropUser(\"${APP}\")" to counter the: mongo $mongodb_public_ip:$mongodb_port/$mongodb_database --quiet -u admin -p"$admin_pass" --authenticationDatabase="admin" --eval "db.createUser({user: \"${mongodb_username}\", pwd: \"${mongodb_password}\", roles : [{ role :...

This allows `react-router` to pass router context into inner mounting node. `JSON.stringify`got rid of the functions on the router context. Thanks!

Hey, so I've integrated astroturf into my project and I'm curious if there is a way to use global imports. I have added postcss and have tried using https://github.com/scherebedov/postcss-global-import#readme but...

Updated to latest versions @apollo/client: 3.5.0 -> 3.10.8 @reasonml-community/graphql-ppx: 1.0.0 -> 1.2.3 @rescript/react: 0.11.0 -> 0.12.2 rescript: 10.1.2 -> 11.1.2 graphql: 14.0.0 -> 16.9.0 react: 18.2.0 -> 18.3.1 react-dom: 18.2.0...