Yusuke Kido

Results 15 comments of Yusuke Kido

Unfortunately those workarounds described here didn't work for me: Emacs 26.1, Arch Linux.

Is there any hope for this to be fixed as early as in v2? Would it be accepted if a PR is submitted? This behaviour is definitely unreasonable default for...

Glad to hear that. > FWIW you can do this today, by setting diff.external: [difftastic.wilfred.me.uk/git.html](https://difftastic.wilfred.me.uk/git.html) IIUC that is true with `git diff`, but not with `git show`, `git log`, and...

No, that's not resolving the issue; as far as I can tell, when the file is open outside a workspace, no config is loaded at all. https://github.com/prettier/prettier-vscode/blob/30c32808de8c159fa108e5521eb7b58fe0941724/src/ModuleResolver.ts#L285-L311

Thanks for your answer! That's an option, but rather I want to see them in a single tab. I have seen similar behavior implemented e.g. in mikutter (Linux) and Plume...

Thanks for advice and for an interesting article. I finally made it: ``` elisp (el-get-bundle company-php in xcwen/ac-php :name company-php ;; rename package so that el-get doesn't get confused :depends...

+1. Also found a possible duplicate: https://github.com/sveltejs/sapper/issues/1488

+1. This actually causes problems more often than one might think since popular packages like [the-new-css-reset](https://github.com/elad2412/the-new-css-reset) use `:where`. Minimal repro for such cases is: ```svelte @use 'the-new-css-reset/css/reset' ```

> When I think of "static" I think of a set of HTML and JS files that can be hosted on GitHub Pages or Apache. I thought the exactly same,...