Andrew Dupont

Results 560 comments of Andrew Dupont

> Since over and over we are seeing issues with it, I wonder what kind of performance hit we would expect if autocomplete-css just ran it's own tooling to generate...

Yeah, wrote up some notes of my own :) * From cursor position, scan backwards for nearest `{`, then forwards for nearest `}` * If cursor is inside a block…...

> Is it possible that if I put that code at the end of my config file, Pulsar will replace the config.cson with the new one after reboot? So will...

Removing the `coffeescript` dependency seems risky to me. There are old packages that are written in CoffeeScript and we should make 100% sure that those will still work. I imagine...

(That said: if we turn out to need `coffeescript` for those reasons, then it should just be moved to `dependencies`. This PR is a good idea regardless.)

> I was a bit mistaken in my initial communication, besides probably being unclear what this PR was for. Nah, you indicated it was PPM in the title. I just...

To clarify: the frontend part isn't implemented yet (though the `owner` URL param does work to filter by owner on package search pages). I plan to get to it soon....

I am getting similar failures on macOS as I'm seeing in CI. Just in case this explains it: if you open a project window on the `pulsar` root folder, the...

In a few days, once there's less on my plate, we can attempt to figure out the discrepancy.

> Is there any update on this? Some rough estimate of when it might be completed? Not trying to rush, just wanted to know if I should look for alternatives....