Hector Ayala

Results 69 issues of Hector Ayala

**Describe the bug** Given the use of a custom composite action: ```yml # Composite Action ./.github/actions/build-api/action.yml name: 'Build API' description: 'Build the API' runs: using: 'composite' steps: ... # Main...

bug
Runner Bug
composite

### Is your feature request related to a problem? Please describe. We've created a branch to migrate our application code to RQ v5, but have refrained since Refine uses RQ...

to be continued

**Describe the bug** When using Deno and the `dayjs.extend` function to add a plugin to dayjs, we get an error related to the extension not existing. ![image](https://github.com/iamkun/dayjs/assets/44002321/4f0f4cec-b56b-4e5a-9c37-0a589be3b506) **Expected behavior** No...

Fixes https://github.com/ds300/patch-package/issues/328 This change adds a limit to the message sent to the GitHub create issue URL to avoid URL too long errors. If the diff contents exceed 300 characters...

Hello, is there a way to "unsimplify" a type so that it is not spread during some intellisense suggestions? For example ```ts type MyType = { a: boolean, b: string,...

Hello, For use, the `ArrayElement` type is super convenient, yet we can only import it from the `type-fest/source/internal` path. In Deno this causes some import issues so I was wondering...

help wanted
good first issue
type addition

Hello, I was looking at the MergeDeep type definitions since we have a use case that requires a specific behavior for MergeDeep: Given: ```ts MergeDeep ``` I would like to...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

enhancement
dashboard

**Please describe feature/problem details and the solution you'd like.** When multiple devs make individual changes to a thunder client collection, at the time of merging and resolving conflicts, there are...

feature request

Hello. We use the vercel cli in our CICD platform and we've noticed that using `vercel env add` command will fail one existing secrets. It would be ideal if the...