Liam Cain

Results 190 comments of Liam Cain

This was intentional because autofilename.sublime-settings gets overridden on every update. I'll look into making it a separate user file that doesn't get overridden in the future but for now, you...

Have you tried switching to the st3 branch? If so, are there any errors in the console?

I'll take a look at it tomorrow. The last few updates have brought a lot of changes to the plugin_host and the api so it's possible that something broke recently.

Okay, so I'm not sure what the problem you're having is. This might sound silly but could you check if the package was added to your "ignore packages" setting in...

``` "ignored_packages": [ "AutoFileName" ] ``` Make sure that AutoFileName is **not** in that list.

This used to be how AutoFileName behaved when you had an empty project_root. I seem to have unknowingly changed this in a recent update. I'll push a fix soon. Just...

Very strange! There is a check to make sure you're on a Mac, but that shouldn't be failing. I just tested on macOS 11.3.X, 11.4.X, and 11.5.X in case Apple...

> It would be nice to figure out how to show Calendar in that date-picker modal, though... Yea yea... I see this. I'm still thinking if there's any easy way...

So, I have a general plan. My thinking is it's easiest to split the view into its own npm package. The view is already pretty reusable (it just has callbacks...