jcalfee
jcalfee
Could you please consider removing the dependencies on Google Play Services. Services like f-droid.org and "The Yalp Store" make it possible to use Android without a Google Play account and...
Suggestion: just remove the "News" from the Example Feeds.
If I set all three set as a combobox, only the 1st is a combobox but the rest fallback to autocomplete:  ```json "Country": { "type": "string", "title": "Country", "maxLength":...
I'm getting an error when I select a result from x-formUrl data that is longer than 36 characters but less than my max 100: `100 characters maximum`  If I...
**Describe the bug** During `npm install` per https://github.com/bitpay/wallet/tree/v12.3.2#testing-in-a-browser there is a compiler error building node-sass. **To Reproduce** Steps to reproduce the behavior: Happens in both: ```bash git checkout HEAD git...
In follwing README.md on ubuntu 14.04 skipping only vagrant commands, I get npm installed but seem to be missing dependancies. This is the first missing dependency: ``` npm run dev-server...
There is an issue deploying ByteBuffer 3.5.4 under webpack. Here are steps to reproduce: Setup: ``` npm install webpack npm install bytebuffer echo "module.exports=require('bytebuffer')" > bb.js ``` Run: ``` webpack...
Please add support for a WebRTC database.
This change will hide the buy link leaving and make the user use 'Generate EOS key' first. Without this, the second we go live there is an opportunity for someone...
If this becomes an issue the solution may be to customize the relative thresholds: https://github.com/moment/moment/issues/4040 Example ```js moment('2017-07-21T11:03:57').fromNow() 'in 25 days' moment('2017-07-22T11:03:57').fromNow() 'in a month' ``` Also this would jump...