Yiwei Tian
Yiwei Tian
my current walkaround with a type guard ```ts export const isAggregateError = (error: unknown): error is AggregateError => { return ( error instanceof Error && error.name.startsWith('AggregateError') && 'errors' in error...
This API is confusing. The response object gives you `Buffer`. Even if you can write the Buffer into a local file, you still need the filename at least (or other...
Interesting feature! > i'm interested in fennel dev too :D sniprun is easy to make it working.. Currently using sniprun which works well in most cases.
Is there any plan to merge the PR, not sure why my remapping did not work. ```lua local actions = require "telescope.actions" local fb_actions = require("telescope").extensions.file_browser.actions file_browser = { hidden...
> I think this is the right place to suggest adding typescript types for `@uppy/locales`, right? BTW is this happening?
> Uppy has been completely rewritten in TS. The new types are available on the `@next` tag of all packages. @Murderlon thank you for your quick response. BTW where can...
currently, I tried another workflow that can retrieve the labels after PR is closed https://github.com/marketplace/actions/get-labels-action
same issue here, any solutions?