Jason Barry

Results 26 issues of Jason Barry

The readme only lists `darwin` and `x64` as example values. What other values could be used?

Apologies if this is the wrong forum to ask support questions like this. I'm wondering if my configuration is set up correctly — BuildSize isn't commenting on my PRs nor...

enhancement

Right now, it appears that the comparison is always with the `master` branch. It would be nice if you could compare with a given branch. For example, in my repo...

#### Summary This PR adds support for environment variable scopes and contexts for the `env:get`, `env:list`, and `dev` commands. `env:get` and `env:list` support both the `--scope` and `--context` flags if...

type: feature

**Describe the bug** When using the text tool, writing text wraps to fit the bounds of the canvas (expected), but saving the text doesn't wrap (unexpected). ![Screenshot 2021-09-08 at 12...

bug

**Describe the bug** html2canvas defaults to `window.devicePixelRatio` for the `scale` property ([docs](https://html2canvas.hertzen.com/configuration)), but [getScale](https://github.com/devforth/painterro/blob/fd402ff87016835ac59dc7820da49b42ad51e3f3/js/main.js#L1168) does not account for it. When `scale` is passed to html2canvas, it overwrites the default value....

Exporting `defaultTheme` and `classicTheme` is a really useful way for developers to extend/tweak styles of Evergreen components in their app. I would love for Evergreen to export a `darkTheme`. It's...

on-hold
theming

If you click inside a Dialog or SideSheet component, drag your mouse outside of the element to the overlay, and release the mouse, the dialog / sidesheet dismisses. Steps to...

bug
help-wanted

Hosting a demo site so that users could try out the app in one click would be helpful.

Version 6.2.0 changed some files around in the npm package. The `lib` directory has been superseded by the `dist` directory, and `Logger` itself is not a constructor. These were the...