Roy Orbitson

Results 87 comments of Roy Orbitson

I don't know why @canonic-epicure's [comment](https://github.com/sass/sass/issues/2535#issuecomment-888997351) was marked as spam, it seems to be an honest assessment of the current status. Indeed it is a complex issue to completely resolve,...

Same for `en_AU` on Kubuntu.

@keeneye What is the output of `powercfg /l` (in a command prompt) for each situation?

@FruitAndAShape has reported a genuine issue as far as I can see, regardless of the source of the cookie, if you manually add a `Cookie` header to a *RESTed* request,...

@nucc1 I think you're missing the point here, origins and cookie parameters are irrelevant to this issue. Cookies are just headers. I understand that normally Firefox processes `Set-Cookie` response headers,...

Maybe it wouldn't have to toggle/be modal at all; each could just update the other when edited. Binary data in a parameter might have to be kept undecoded, though. Being...

>starting with modernising the codebase As long as you fix more bugs than you create 😉

@dylanaraps Since you agreed that #16 made sense, is there some reason this one doesn't? Is there something I need to improve?

```viml nnoremap f ':F ' . expand('%:p:h:S') . "\n" ``` Prevents the command from breaking on directories with characters like spaces or apostrophes.

Doing `:sp` or `:vsp` on the current buffer before running `:F` works in the meantime.