George Norris

Results 35 issues of George Norris

* Operating System: OS x * Node version: 12.18.1 * app-play-scraper version: 0.16.3 ### Description: ``` var store = require("app-store-scraper"); console.log(store.collection); store .list({ collection: store.collection.TOP_MAC, category: store.category.BUSINESS, num: 20, })...

given this code ``` setInterval(() => { console.log('testings..'); }, 2000); ``` and running this.. ``` npx pm2 start tester.js ``` then running this.. `pm2 monit` Nothing is printed to log...

Are there any plans to target wasm?

### Steps to reproduce **Tell us about your environment:** * Puppeteer version: 5.2.1 * Platform / OS version: OS X * URLs (if applicable): * Node.js version: 10.22 **What steps...

### Version 26.6.0 ### Steps to reproduce Add to `package.json` ``` .... "jest": { "collectCoverageFrom": [ "src/**/*.ts,tsx}", "!src/**/*.d.ts" ] }, ``` have some folders like: ``` src/components/header/index.tsx ``` those files...

Needs Triage
Bug Report

{ "start-server-and-test": "^1.9.1", } OS X 10.13.6 I'm using start-server-and-test to run Cypress. We have a IP restriction when NOT in NODE_ENV=test. So, I run NODE_ENV=test start-server-and-test start http://localhost:5000 cy:open....

### Steps to reproduce - push to Heroku (compiles assets, etc..) ### Actual behavior Deploying to production breaks React. ### System configuration Webpacker: 4.x Rails: 6.0 Rect_UJS: 2.6.3 ## Snaphot...

I'm trying to create a custom Toast using Tailwind css. It looks like `react-toastify` exposes `useToastContainer` for the purpose. How do you use useToastContainer? Thanks.

documentation

// latest rebass `import { Heading } from 'rebass';` //index.jsx `{name}` //inspect css styles ``` font-family: heading; font-weight: heading; line-height: heading; ``` Is this expected?

Is there a way to get a ref of the input?