Nick Amoscato

Results 24 issues of Nick Amoscato

## Expected Behavior Ever since we [fixed the Sentry integration](https://github.com/filestack/filestack-js/issues/416), we've certainly been seeing exceptions flow through – they're just not very helpful. ## Current Behavior This is what most...

Resolves https://github.com/benc-uk/workflow-dispatch/issues/41 Per [this GitHub changelog item](https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/): > Customers will now be able to use the `GITHUB_TOKEN` with `workflow_dispatch` and `repository_dispatch` events to trigger workflows.

* add task optional callback argument * update command arguments from any ➡️ respective `lighthouse/core` types

Thanks for maintaining this neat project, @IvanGoncharov! I'm running into issues rendering a very large schema; presumably the Graphviz WebAssembly build is too much for the browser to handle: ```...

Learning more about [expression syntax](https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions), there is probably an option to minimize some of this duplication, consolidating workflows in favor of conditional logic, but this is duplicated for now. _Originally...

enhancement
investigation

@imjordanxd mentioned this in https://github.com/ckeditor/ckeditor5-react/commit/b17ddd4e7b6d0b3e51a1b52fc8f828cf51c8639c#r73940156, and I just wanted to surface it as an issue. https://github.com/ckeditor/ckeditor5-react/pull/310 made a change that made `shouldComponentUpdate` async, which seems incorrect? It should return a...

type:bug
squad:devops

Thanks for this script! I found this useful to do some simple YAML front matter linting and ended up wrapping it in a [GitHub Action](https://github.com/features/actions) which looks something like this...

Thanks for the work on this GitHub Action! Is there a reason for this line: https://github.com/ElayGelbart/Heroku-Auto-Deployment/blob/714f7d7da9749f34ce2771c8ea1d665c9130509c/src/git/utils.ts#L13 This will actually [upgrade](https://devcenter.heroku.com/articles/stack#migrating-to-a-new-stack) applications on an older stack, which seems outside the scope...

Not a huge deal, but using a specific (older) version of this action (i.e. `uses: namoscato/[email protected]`) will just reference the `v1` Docker tag which is continuously updated. Ideally the Docker...

bug