Results 1026 comments of Randy Lai
trafficstars

Hi @rpremraj, what have you done to solve this problem? I have the same problem that you had. ``` > firefox traceback() 8: lapply(X = X, FUN = FUN, ...)...

My current workaround is to use [AutomaticPackageReloader](https://github.com/randy3k/AutomaticPackageReloader) to reload `LSP` as needed. It works for most of the parts. ``` { "caption": "LSP: Reload", "command": "package_reloader_reload", "args": {"package": "LSP"} }...

This is a bug of the yaml syntax. Though you said that the spell checker works as intended for the yaml syntax. However, it is because spell checking is not...

It is because Markdown Extended was trying to import some syntaxes which were not installed in your setup. It also makes Sublime Text 3114 very slow in rendering Markdown files....

It is the reason why I decided not to pay to unlock rtsp. It is basically useless if one cannot disable cloud and record to sd at the same time.

My bad. I have edited the post and tried my best to match the template. > I'm not sure when I'll have the time to look into this though as...

In the context of `future.apply`, I think that we should install an interrupt handler to cleanup the unresolved futures when the code is interrupted. As described in https://github.com/HenrikBengtsson/future.callr/issues/20, a more...

It is expected though because the way that Terminus gets color is very hacky.

@arpit-uno it is likely due to a conflict with another package. Try with a vanilla Sublime Text.

It is precisely what the recent commit is trying to achieve, ie allow users to define panel name without showing the terminal in panal at the first place. I have...