Ben Boyle

Results 11 comments of Ben Boyle

isn't it already on bower? `bower info angular-fullscreen`

:+1: (but it's an awesome tool even without that)

noting that `.toHaveClass(/(^|\s)active(\s|$)/)` is a more reliable workaround, but would really love the simpler API proposed here! Working with an angular app and the material library and elements have a...

are you using a HTML link for the "Save" button? if so, try the download attribute to set the filename like: `` (Note: this isn't specific to pdf-lib.js, just a...

same issue using paper.js … the modern esbuild option is just not the right choice if you need packages that aren't using the latest bundling approaches?

```scss @include mat.dialog-overrides( ( with-actions-content-padding: 20px 24px, ) ); ``` this is helping in my app. the default bottom padding is zero, increasing that seems enough to avoid the overflow...

left some comments on the code. I would like to separate this into 2 PRs: 1. fixes to to the resize transform origin 2. changes to the settings I'm keen...

No immediate rush. I would like the resize changes, but certainly not an emergency or anything like that. I consider breaking changes to be anything that means a new version...

this peerDependency is locked to tailwind v2–3: https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/build_angular/package.json#L84

saw the same. starter-kit is a tiptap extension tho, so it makes sense to install it separately if you want it (maybe some people don't want/need it if they are...