MarkPare

Results 9 issues of MarkPare

Each build spawns a new pod to carry out the build. I understand that this is expected behavior, but what I'm wondering is is there any mechanism for cleanup? Right...

Firstly, thanks to author for building and maintaining such a great library. I have a use case which I believe is fairly common: in addition to a user typing a...

enhancement
v3

**Is your feature request related to a problem? Please describe.** When trying to configure twilio javascript client to handle ringing status for connection, [documentation](https://www.twilio.com/docs/voice/client/javascript/connection#onringing-handlerhasearlymedia) says to use `enableRingingState` param client...

enhancement

Running `[email protected]`, trying to install and run `@heap/[email protected]`, followed instructions [here](https://developers.heap.io/docs/react-native), but getting below error when trying to build and run app: ``` FAILURE: Build failed with an exception. *...

I'm having issues loading larger base64-encoded images into canvas background. I haven't been able to find anything related to a file size limit in the docs or source. Is there...

I have a component like this: ``` class MyComponent extends React.Component { static getStores() { return [MyStore]; } static calculateState(prevState:State, props:Props):State { return {}; } doSomething = () => {...

Critical rule violated by component: https://dequeuniversity.com/rules/axe/3.4/button-name?application=axeAPI I believe this introduced by this #26 in response to #22

https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify

I have 3 tables ``` class User < ActiveRecord::Base attribute :id, MySQLBinUUID::Type.new has_many :locations_users has_and_belongs_to_many :locations end class Location < ActiveRecord::Base end class LocationsUser < ActiveRecord::Base attribute :user_id, MySQLBinUUID::Type.new belongs_to...