Steven Pribilinskiy

Results 40 comments of Steven Pribilinskiy

We're getting this error: ``` ERROR in × TypeError: Cannot read properties of undefined (reading 'tap') │ ``` ![image](https://github.com/module-federation/external-remotes-plugin/assets/3078595/129d851f-124a-46da-93ef-ee4d3e80a729)

this simple plugin is intended for really simple 1-click alignment dunno why `alignment_chars` doesn't work as intended try AlignTab by randy3k - it allows to break the lines with regular...

@lkraav caching was the first thing that I was thinking about. [TotalCache](https://wordpress.org/plugins/w3-total-cache/) is used to hande client-side cache. Perhaps there's some server-side cache in effect.

Ok, it looks like one must use `path` to put the content of the repo to another folder. But that creates the `.git` folder inside that folder and there's also...

I can do something like this: ```yml - name: Checkout single file run: | git remote add some-repo https://github.com/company/some-repo.git git fetch some-repo main git checkout some-repo/main -- scripts/generateActionsDoc.ts ``` And...

That's exactly the case I was trying to achieve ```yaml - name: Checkout uses: actions/checkout@v4 - name: Checkout lib uses: actions/checkout@v4 with: repository: owner/second-repo path: second-repo ``` The problem with...

My point is that this use-case is not well documented and that the action is missing that extra functionality, to easily add (download) files/folders from other repositories **into the root...

Not surprising that ChatGPT Browser suggested the same thing ![image](https://github.com/user-attachments/assets/9fa9a4d3-48d4-41f7-8973-3be4a8bd482f)

And here is a suggestion to use `curl` with GitHub API ![image](https://github.com/user-attachments/assets/0670e5f0-421f-46e2-a09c-735fc3c98997) I'm actually switched to `curl` too. Looks like we think the same way 😅. It would be nice...

In my case it performed like this: ```bash I'll read the Jira issue ABC-123 for you. ● atlassian - getJiraIssue (MCP)(cloudId: "https://mfdigital.atlassian.net", issueIdOrKey: "ABC-123") ⎿ Error: Failed to fetch tenant...