Angel S. Moreno

Results 26 issues of Angel S. Moreno

Are we still submitting PRs to the dev branch? There are a few things i need updated in the docs.

not sure why this is an invalid email ``` Dogster dogster_351A7140D2F608917B168757AC6E2E47911F5D180AD881092669F00B7081D5F5@reply.dogster.com ``` This is coming directly from an email header. Is it the code or is it indeed invalid?

#### Environment details - OS: mac - Node.js version: v14.17.0 - npm version: 6.14.13 - `googleapis` version: ^100.0.0 #### Steps to reproduce ```ts const optionsA = { userId: 'me', }...

type: bug
priority: p2

Given the following config: ```php $username = parse_url(env('ELASTIC_URL'), PHP_URL_USER); $password = parse_url(env('ELASTIC_URL'), PHP_URL_PASS); $auth = sprintf( 'Basic %s', base64_encode($username . ':' . $password) ); $config = [ 'host' => parse_url(env('ELASTIC_URL'),...

I noticed the api is missing calls to the categories endpoint. Are you guys open for PRs?

can we add https://www.npmjs.com/package/requestify-pouchdb to the list of coreCacheTransporters ?

It would be very helpful to denote in the README which version of React Native Paper this is compatible with. The peer dependencies simply have `"react-native-paper": "*"` but things look...

However: ```php 'Datasources' => [ 'mongo_db' => [ 'className' => 'CakeMonga\Database\MongoConnection', 'dns' => env('MONGODB_URL', 'mongodb://localhost:27017/app') ], 'default' => [ 'className' => 'Cake\Database\Connection', 'driver' => 'Cake\Database\Driver\Mysql', 'persistent' => false, 'host' =>...