Bryan Elliott

Results 22 issues of Bryan Elliott

A simple change should enable you to entirely cancel uploads. Instead of appending the proxy form to the document.body, attach it to the iframe's document.body. To abort after submission, simply...

What it says on the tin. I'll put together a mock for approval.

enhancement

For the most part this just works, but functions within tagged markup get weird indent assertions, e.g., ``` ${collection.map((item) => { const { prop1, prop2 } = workWith(item); // eslint:...

enhancement
good first issue

It seems like the distinction between stroke/fill is in the wrong place; stroke/fill are properties of the path, not its elements. A better purpose for arrow variants would be type...

[This is why you're getting so much activity](https://www.reddit.com/r/ProgrammerHumor/comments/rzp5it/was_searching_for_calculator_project_in_github/)

Would love this to be able to share mocks with my QA team.

### Summary: ARC Toolkit is used for covering accessibility defects. When a modal is open, the `data-react-modal-body-trap` elements each generate the error "Non-active element in tab order", and the app...

Environment: Ubuntu 16.04, dm=MATE Preconditions: - ~/.local/share/applications/Slack.desktop : # !/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Terminal=false Type=Application Name=Chrome App Exec=/opt/google/chrome/google-chrome --app=https://slack.com/ Icon=/home/user/.local/share/icons/hicolor/256x256/apps/chrome-slack.png StartupWMClass=slack.com__messages_company - ![~/.local/share/icons/hicolor/256x256/apps/chrome-slack.png](https://cloud.githubusercontent.com/assets/116676/15150339/c5346cf6-169a-11e6-9c27-4dbe40954865.png) Test procedure: - Open Mutate -...

Pretty straightforward; I couldn't get the binaries to work under wine, so I figured I'd find the official repo for `cc65` and use that instead.

See: https://www.npmjs.com/package/pi-camera It consumes RaspiCam: https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/raspicam/ It'd be great if I could test my work on a real machine.