Alberto Restifo

Results 28 comments of Alberto Restifo

Personally I'm against the idea of styling the `ColorColumn` as invisible: a theme should not force an editor feature to be unusable IMO. I'll try the reverse trick :+1:

I did a full rewrite of the package, can you check if this issue is happening still?

Yeah, I haven't used Gulp in a log time now. Help to bring this project up-to-date with the latest Gulp version is welcome

Hey, Oliver. Thanks for the report. You're right in saying that the problem is the paths, however, the best (and really only solution that should be considered) is to replace...

Hey sorry for the late reply. Can you post the relevant part of your gulp config?

I can't think of any easy way. Given that this implementation uses a couple of optimizations to be the fastest possible, it never attempts to calculate any second paths, it...

I didn't do any, not sure if somebody in the community did. If you feel like doing them, feel free to open a PR to update the README with the...

The cost in the Dijkstra algorithm is expected to be a factor of the distance between nodes. If a node cost in 0, it means that node is in the...

I can see why that might be an interesting use case. Right now the API doesn't allow searching a circular path. Implementing it it's not that straight forward either because...

Nope. I simply did some local benchmarks when doing the rewrite to v2, to ensure performance improved. Would be cool to have some as part of the test pipeline. Contributions...