Iheanyi Ekechukwu
Iheanyi Ekechukwu
Given that I don't maintain this anymore and the package is under my name, we should automate the process for whenever a new release is cut, we should build and...
With Facebook recently releasing [Pyre](https://pyre-check.org/), it would be good to have Pyre support for type checking within Syntastic.
## The Problem Right now, there are two ways of ensuring referential integrity within Prisma. One is using [foreign keys](https://www.prisma.io/docs/guides/general-guides/database-workflows/foreign-keys), which under the hood create a foreign key by default...
This pull request adds a command for adding refreshing of expired authentication using `pscale auth refresh` vs. re-running `pscale auth login`. Don't necessarily have to merge this, but it's something...
Fixes https://github.com/shurcooL/graphql/issues/28. I saw various solutions in https://github.com/shurcooL/graphql/issues/28, especially this one: https://github.com/shurcooL/graphql/issues/28#issuecomment-485226864. I decided to take the variadic options approach because: 1) It's backwards compatible 2) Easy to build on...
### Summary This pull request adds a new option called `tags_format` to `ActiveRecord::QueryLogs`. In some cases, we may not want to use a `:` as the separator for the key-value...
I was running this in CI and `user_answer` was `nil` during this script. I believe that if it is `nil`, it should default to `yes` and execute the installation code...
Should have good guidelines for contributing to the repo and stylistic stuff.
We may not want to log every single trace, there should be a functional option that can be passed in as a parameter to `NewOpenTracingHooks` that will prevent specific spans...