Isaac Hinman
Isaac Hinman
@wJoenn Strongly disagree with your take. @carogalvin Has literally said: > I'm sure we'll end up adding support eventually Meaning this issue is currently in a "prove to us it's...
@manast Any updates on this? Force removal of jobs is necessary in some cases, when user error (hung jobs) has created a mess to clean up. As far as I...
@brentvatne Any update on this problem? It does not appear to be fixed in `14.0.2`.
@brentvatne No need. The docs themselves are broken.  If you want to repro in an Expo app, just do: ```ts import { FontAwesome6 }...
Any update or advice on this? React Native is truly terrible to compile with any tool, but I'd love to be able to use Bun.
Shame to see that this request has been open for more than 3 years with no progress, when users have offered to contribute.
@PaulAsjes @mthadley @mattgd Just found this issue, as I ran into the same problem myself. I would strongly suggest you export a `WorkOS.APIError` enum, or something similar. Or, if you...
@childish-sambino What do you think about exporting `MailDataRequired` from the `@sendgrid/mail` package as well?
@childish-sambino I had a look around, and am unfamiliar with the module approach of `export =` being taken [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/mail/index.d.ts#L3). I'm not clear on how this can be expanded without introducing...
No, that won't work as `MailDataRequired` is already a type. The use of `declare const` makes things slightly complicated.