Steven Pribilinskiy
Steven Pribilinskiy
We're getting this error: ``` ERROR in × TypeError: Cannot read properties of undefined (reading 'tap') │ ``` 
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 
And here is a suggestion to use `curl` with GitHub API  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...