brandon

Results 19 issues of brandon

I was just poking around looking for solutions to automate an electron app. Are you still maintaining/using this? In the readme you mention: > You can't use Nightmare.js from within...

this happened a lot as of a few months ago (last time i used gatsby). simply wrapping the fetch in something like [`async-retry`](https://github.com/zeit/async-retry) should be sufficient

I'm trying to type some stuff into a page w/ `artoo`, and i think `simulate()` will do the trick. i've never used `simulate()`, though, so i have no idea what...

## Prerequisites * [ x] I am running the latest version. (`up upgrade`) * [ x] I searched to see if the issue already exists. * [ ] ~~I inspected...

It'd be nice if, for each dataset, there was a space for users to upload related files (say, modified datasets, R/Python scripts, etc.). Example: I was playing around with the...

publishing
public feedback
usability

I have a chrome extension that injects a content script into a shadow DOM node: ```` window.addEventListener('load', () => { let injectDiv = document.createElement('div') const shadowRoot = injectDiv.attachShadow({ mode: 'open'...

(I [posted this question on SO](https://stackoverflow.com/questions/44574415/how-do-i-automate-the-auth0-lock-google-oauth-flow-with-spectron), but it looks like the `spectron` tag isn't widely used) I'm trying to automate a google Oauth flow (via `auth0 Lock`). When the Google...

I'm unable to download Falcon, either from GitHub or from plotly's site. Each browser throws a security warning and deletes the downloaded file. Using win10 professional, tried on latest Chrome,...

I'm looking at porting my crossbuilder-based project to a Safari extension. The literature on building safari extensions looks pretty light. Did you look into it for this project? What were...

I just added `crossbuilder` in a nested folder in another of my repositories (so it uses parent `babelrc`, `eslintrc`,etc.), so this problem could be related to my specific config, but...