Brian Wright

Results 5 comments of Brian Wright

Updated to latest coc-yaml. Problem still occurs. To duplicate, create a file named `test-deploy.yml` with the following contents: ```yaml version: v1.0 ``` With this, coc-yaml will flag `version` as invalid...

Here's the output from the yaml LSP output channel: ``` [Trace - 11:09:38 AM] Sending request 'initialize - (0)'. Params: { "processId": 22987, "rootPath": "/home/stuff/lsp-testing", "rootUri": "file:///home/stuff/lsp-testing", "capabilities": { "workspace":...

I've had my eyes on this repository for a while and it looks very promising. The only thing preventing me from using this library is the lack of support for...

`filter_cookies()` may be the wrong way for me to go, but I'll describe what I am ultimately trying to do. I am automating signing into a website. Eventually, my session...

Below is more or less how I expect `filter_cookies` to work. Why does `filter_cookies` not just return the original Morsels (or a full copy of the originals)? ```python def filter_cookies(self,...