Marcin

Results 67 comments of Marcin

@gpanders Just to make sure we are on the same page, I'm posting a video with the `neotree` fix included. https://github.com/neovim/neovim/assets/69250723/bb82da45-78a3-4dc4-8c7c-4f783f302e58

I believe there is a misunderstanding. @gpanders you only explained that `vim.diagnostic.config().signs.text` can be `nil`, yet this PR doesn't tackle that. This PR is just ensuring that diagnostic signs are...

Changed the type to integer and added ellipsis symbol to indicate that the directories have been split. Also unsure how to handle the protocol prefix. Do you have any ideas?

Leetcode has updated their cloudflare to block requests without some http headers For example I've modified `vsc-leetcode-cli` locally and changing `plugin.makeOpts` function to include dummy `User-Agent` and `Host` headers will...

@robpodosek I've only sent an example. Messing around with the headers I've sent I was able to login, open a question and run it. The problem is that `leetcode-cli` logs...

@heberuriegas can you confirm that you are using cookies from `graphql` requests?

@heberuriegas does this happen randomly or every time you run some specific problems like [Find minimum in rotated sorted array](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/)?

When you run some problem that works on `leetcode.nvim` and [Find minimum in rotated sorted array](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/), both in a browser, are there any differences between response headers, like `cf-ray`? Look...

@fangjunzhou Does it happen often or only once?

@rmenai Can you uncomment that function then add `debug = true` to leetcode.nvim [config](https://github.com/kawre/leetcode.nvim?tab=readme-ov-file#%EF%B8%8F-configuration) and paste the request that returns `status = 401` or `status = 403`?. You can view...