Munif Tanjim
Munif Tanjim
If you make the request directly to this API: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/pullrequests/%7Bpull_request_id%7D/merge#post does it returns the `Location` header? I know it's written the their documentation. But in many case those documentations are...
> I can see them via the direct BitBucket API query when you're doing that are you using the same tokens? I just checked with app password, and the descriptions...
Hey @shtelzerartem , thanks for openning this draft. I see there are many unrelated changes. It would make reviewing this so much harder. For example: - gitignore - updating package...
Hey @stefankohler , Thanks for the PR. So, most of this library is actually generated from the [Bitbucket's API Specification](https://api.bitbucket.org/swagger.json). The `src/plugins/register-api-endpoints/routes.json` file is generated too. So the next time...
What happens when you call the API without using this library? Does bitbucket acutally send the author key?
Bitbucket's API is not consistent. According to the docs: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/deployments/#get paginated response should support `sort`. But it's possible that they don't really support it. Does it work if you directly...
Can you proved some more infomation? Which methods are affected by this? Btw, those types come directly from Bitbucket's API specification. If this is new a new issue, then they've...
This still seems to be an issue? 🤔 ``` NVIM v0.6.0-dev+502-ge01a33093 Build type: Release LuaJIT 2.1.0-beta3 Features: +acl +iconv +tui ``` Here's the code: ```lua local function test_nvim() local parent_bufnr...
> What happens when you do a vim.cmd("redraw") after creating the parent and before creating the child? Yep, that definitely makes it work as expected. 👍🏼
Sorry for commenting here again 😅 Shouldn't this be automatically done? Manually doing `vim.cmd("redraw")` for this case feels like a temporary hack? 🤔