Nick Amoscato

Results 25 comments of Nick Amoscato

_Looping in @Siemienik, who has recently merged to `master`._ I'm getting the similar error (initially described in https://github.com/exceljs/exceljs/issues/1633) when streaming a file that was saved with applied Excel table filters....

Thanks for the note, @makobasuri! @Siemienik, it looks like you have recent commits to master. Are there plans to cut another release? Do you have any context on this filter...

_Tagging @jasonkuhrt who has merged recent commits in this project._ A more robust middleware would be extremely valuable. In addition to global error handling, this would enable generating proper telemetry...

We have a similar setup, using [GraphQL Nexus](https://nexusjs.org/) to generate a GraphQL schema, which is not committed to version control. We _do_ enable introspection, so retrieving the "before" schema by...

@sebastian-wec, @pcholuj – do you have any thoughts on this change? This is currently blocking our ability to upgrade to Sentry's latest major version.

I'm also unable to find a way to push commits from a base repository's action to a forked branch. I've been working with the new [`pull_request_target`](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target) event, essentially trying to...

In the meantime, you can augment the DefinitelyTyped definitions with a module in your own codebase, i.e. ```ts import * as auth0 from "auth0"; declare module "auth0" { /** *...

FYI v4.x also does not have any types.

Thanks @timostamm, this seems like the best solution at the moment.

https://github.com/benc-uk/workflow-dispatch/pull/44 additionally adds a `token` input _default_, making it optional 😄