Eric Wooley

Results 16 issues of Eric Wooley

Does this support webrtc? (maybe some package replacement shinanigans?) This seems like an awesome library, but I am not sure how to get started using it, and what environments I...

I'm trying to use this in a sveltkit project, which uses vite, which does not seem to handle the cyclical dependencies as well as some of the other build tools....

### Summary Constants.manifest.extra is undefined in web only. Possibly a regression of https://github.com/expo/expo/issues/4784 ### Managed or bare workflow? If you have `ios/` or `android/` directories in your project, the answer...

Platform: web
Constants
needs review

### I have a suggestion: I am setting up a peerjs server, and am planning to use the docker image. However, /myApp isn't a good route choice for me. It...

It would be nice to have an option to run this in the background, you could always use & I guess, but it always feels hacky.

blockchain-id Profile-Schema already exists, is blockchain based, and has public key support, why not leverage that project for username lookups. for example my username is https://onename.com/ericwooley There is an API...

The last commit was 4 years ago, there are 25 open issues, some of which are security related, and 24 pull requests pending. Is this project dead? Or perhaps the...

discussion

https://docs.npmjs.com/misc/semver#ranges and https://yarnpkg.com/lang/en/docs/dependency-versions/#toc-unions specify the version should use a`>` or `>=` syntax not a `^`. Currently jquery-sortable uses https://github.com/johnny/jquery-sortable/blob/4d31eeaf0136307c4d70e9e2252bee001384cf72/package.json#L29 The way it is setup now, causes yarn to install jquery...

https://github.com/ccoenraets/forcejs/blob/es6/force.js#L402 `getPickListValues` seems like a strange name for something that returns schema information about an object. Is there a way to get picklist information using the object name?