James Gentes

Results 15 issues of James Gentes

I see there are AMD64 builds for Ubuntu. Do you have a build for ARM (Raspberry Pi)?

Thanks for the library! From what I can tell, the marks are fixed. Meaning, the first one is at the start of the track and the last one is at...

I ran `npx tsdx create mixpoint` and chose the `react` option, then went into /example and ran `npm install` then `npm start` and ran into this: ``` PS C:\dev\mixpoint\example> npm...

scope: upstream
solution: workaround available
scope: templates

We've modified our index.html to allow users to specify an SSID manually, but even if that is provided, if the network is hidden, the system is unable to connect. I...

To reproduce: 1. `wrangler init` to create a `wrangler.toml` with only a compatibility date. 2. `wrangler publish --name new-worker` to deploy the worker script. 2. Go to `dash.cloudflare.com` > Workers...

enhancement

React-toggle is broken with React 16 due to React changing how proptypes are imported: https://reactjs.org/warnings/dont-call-proptypes.html

When using methods from this library, there's a ~10 second delay before the process exits. It's due to the `setTimeout` in the `promiseTimeout` utility, which never gets cleared if the...

- **balena CLI version:** 11.18.0 - **Operating system version:** Windows 10 (WSL 1) 64bit Intel - **Install method:** npm - **If npm install, Node.js and npm version:** Node v12.10.0 npm...

type:bug

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Steps: 1. Go to...

docs
regression

I'm getting a lot of data from my development activity. Is there a quick way to exclude it unless in production? Bower has a nice 'devDependencies' option but I'm not...