Christopher Murphy

Results 3 issues of Christopher Murphy

Minimize to tray option requires restarting the app. See #74

bug

Is it possible to have multiple instances of the `emergence` object with different options active? Consider the following: ```js import * as emergeOnce from 'emergence.js' import emergence from 'emergence.js' emergeOnce.init({...

### Version 2.4.2 ### Reproduction link [https://github.com/Splode/lww-test](https://github.com/Splode/lww-test) ### Steps to reproduce 1. In CLI, `npm run build` ### What is expected? Expected a Vue build without errors. ### What is...

help wanted