Benjamin HB

Results 9 issues of Benjamin HB

Below works ``` js import expect from 'unexpected' import tv4 from 'tv4' import fs from 'fs' expect.addAssertion(' [not] to match json schema ', (expect, subject, path) => { return expect.promise((run)...

idea

Katon is not working in the latest developer build of OSX.

help wanted

- Allows users to use the service container across other factories, for example in the session storage factory

### Summary Running `npx expo config --json -t public` with env files in your project directy it prefix's the JSON output with environment about the env eg `env: load .env.local...

CLI

Add the [autoenv](https://github.com/hyperupcall/autoenv) plug-in which [oh-my-zsh autoenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autoenv) is originally based on.

### Description The global [Headers](https://developer.mozilla.org/en-US/docs/Web/API/Headers) object is missing and needs to be poly-filled. This object is essential for interacting with the Fetch API. Without it, packages or code that depend...

bug
api

```js const { AndroidConfig, withAndroidManifest } = require("@expo/config-plugins"); const { addMetaDataItemToMainApplication, getMainApplicationOrThrow } = AndroidConfig.Manifest; /** * Adds the following to AndroidManifest.xml: * * * ... * * */ function...