basaran

Results 26 comments of basaran

yes, this is indeed very important. It took me about 5 hours to realize the case sensitivity :)

Hello, it seems the addEventListener has a new property object that can be passed. Following patch to Agile.vue clears the errors. ``` mounted () { // Windows resize listener window.addEventListener('resize',...

`zk` is a great package too. I watched some of the videos, and I think it is more in the lines of `bundled` software vs denote being just denote, an...

What would be the most efficient way to handle this? Through a function inside `post-command-hook` that detects the line number change, and some save-excursion magic to visit the panel ?

I think I found a better way to handle this with `save-restriction`, I can send a pull release if you would like to review?

yes, that would be nice to get the `@latest` but sumneko's release page is providing different compressed files for different platforms and stuff. I don't know if the decompression routine...

Hello, would there be a work around to this? I'm on ST4. https://user-images.githubusercontent.com/30809170/134010816-0e4aeb62-6a08-4c83-887e-bc0a2bb4ee02.mp4 Thank you for the package btw, it's very helpful.

plugin uses sublime's phantom api, which actually inserts onto the current line. There is no overlay option from sublime but one can adjust the UI css through the package. ```...