Michael Osofsky

Results 8 issues of Michael Osofsky

When I tried moving the Test.kt file from the :app module to the :library module, lint stopped reporting the expected warning. Steps to reproduce: 1. `git clone https://github.com/googlesamples/android-custom-lint-rules.git` 2. `cd...

The current version of the Flutter Espresso plugin (espresso: ^0.2.0+6) causes "Duplicate class" compilation errors when added to a working app that contains the Flutter Firebase SDKs (e.g. cloud_firestore: ^4.1.0)....

## Checklist - [ x ] This is not covered in the [repository examples](https://github.com/niuware/mui-rte/tree/master/examples). - [ x ] I am using the package [latest version](https://github.com/niuware/mui-rte/releases/latest) which is 2.0.1 - [...

Added autofailNewSnapshots New parameter "autofailNewSnapshots" default to false. If true, automatically fail if no existing snapshot found.  This is useful for production builds to prevent tests from passing just because...

Added examples for toMatchSnapshot() to illustrate cy.wrap() and cy.readFile(): ``` it('toMatchSnapshot - object of type any using cy.wrap()', () => { const actualString = "this is an exmample of string...

The current version seems to support matching a search string to a term based only if the term _begins_ with the search term. It would be useful if it could...

**Is your feature request related to a problem? Please describe.** Currently react-digraph 7.x and 8.x contain an old version of react as peer dependencies in their package.json, for example: ```...

The file appengine-application.xml contains: google.com:ludovmengine What is the prefix `google.com:` for? It gave me an error so I removed it and I was able to upload. The problem and solution...