Wyatt Kirby
Wyatt Kirby
Test coverage is being reported as: ``` Statements : 100% ( 79/79 ), 3 ignored Branches : 96.15% ( 75/78 ), 12 ignored Functions : 100% ( 20/20 ), 1...
The type for `excerpt` is declared as: ``` type Input = string | Buffer interface GrayMatterOption< I extends Input, O extends GrayMatterOption > { parser?: () => void eval?: boolean...
The documentation in CONTRIBUTING.md explains getting started steps using `yarn`, but internally the project appears to use `npm`. Documentation should be updated to match current contribution process.
Trying to stub Sunspot in minitest with: `Sunspot.session = Sunspot::Rails::StubSessionProxy.new(Sunspot.session)` Added to `test_helper.rb` results in: `NoMethodError: undefined method 'config' for #` This seems to match a super old pull request...
### Description When using a non-notch device or simulator (i.e. an iPhone SE 3rd Generation), any `Touchable` element (`TouchableOpacity`, `TouchableHighlight`, etc.) that is rendered partially off screen will incorrectly register...
> Please use the [Discussion board](https://github.com/dooboolab-community/react-native-iap/discussions) if you want to get some help. Please use issues to report bugs. **Description** App errors on iOS startup with `EXC_BAD_ACCESS` on `productStore` in...
Adds full-screen support to project editor and single file window.
We are attempting to modify the same ydoc in the browser using yjs, and on our server using yrb. I have a pretty simple setup client side (this is simplified...
This fixes #17
```ruby # model with associations class Foo < ActiveRecord::Base phi_model belongs_to :bar has_many :baz extend_phi_access :bar, :baz end # setup associations foo = Foo.new bar = Bar.new baz = Baz.new...