Julian Scheid

Results 135 comments of Julian Scheid

@aspiers yes would you mind opening a new issue? Could you mention which version of Yarn you're using and whether you're using PnP (I'm guessing not.)

@aspiers still happy to take a look, but would be good if I could first recreate the issue here... for that I'd need to know your setup.

Great idea, it seems so obvious that I suspect there might be a reason why I didn't do it that way, as I remember spending quite a bit of time...

What I've found out so far revisiting my code: 1. It turns out that this is actually how I had intended for it to work, except that there's a bug...

It's a bug in this package. The iterator shouldn't be discarded here: https://github.com/jscheid/prettier.el/blob/ae5553b720c03e200440ec338318ecad52fe9640/prettier.el#L891 I'll fix that as part of implementing eager pre-warming.

> Can this be leveraged? Ah, thanks for the heads up, however this package isn't using the Prettier CLI, it's using the API. At any rate, the intended usage is...

@dabrahams I've actually started working on it recently as part of a major overhaul which I think of as v2.0. I've been working on it on and off and it's...

I've run into an issue with `LocalWords` when there are multiple files being linted. `checkdoc-ispell-init` will end up reading them only for the first file and reuse that config for...

My solution is to use Docker, I've put my setup up here: https://gist.github.com/jscheid/84af350a6115067c92c0181cbb94810b Aside from letting you use makem on MacOS (without having to jump through hoops) it also gives...

I had tried your suggestion of adding just `(unload-feature 'package)` first, but it broke [other things](https://github.com/jscheid/prettier.el/runs/1545375260?check_suite_focus=true): ``` Run SANDBOX_DIR=$(mktemp -d) || exit 1 LOG (2020-12-13 10:57:54): Initializing sandbox... LOG (2020-12-13...