Shauna Gordon
Shauna Gordon
What would it take to add linking via tags? Does it suffer from the same hurdle/issue as grouping by tags?
Currently, it only works when Sublime is on the same machine as the webserver/Xdebug install. Kindari is working on rewriting the plugin to allow for remote debugging. You can find...
It's not so much about IP as it is about filesystem paths. When you're working with a remote server, the filesystem path that Sublime/SublimeXdebug sees is different than the one...
Followed to here from #26, since I suspect it's the issue I'm having. Can't wait to see this pushed up. :smile: (And I'll be running with it on Ubuntu 12.04,...
phansible.com provides a "sql dump" field, but doesn't give any indication whether it should be an absolute or relative path, so I put in the absolute path. In my case,...
Agreed. The full path was what I defaulted to when not given indication of how it should be entered, so it follows my use case.
@mtlynch 's solution didn't work for me on the latest Hugo (though in hindsight, it might be due to the change in how the delimiters work; it's possible that using...
Nested lists are proving to be more of an endeavor than I had anticipated, so I won't be able to get to it at the moment, but perhaps someone could...
It looks like you haven't fully installed it. 1. Add the registration code to `app/Providers/AppServiceProvider.php` (see README for code). 2. In `app/bootstrap.php` uncomment `$app->withFacades();`, `$app->withEloquent()`, and `$app->register(App\Providers\AppServiceProvider::class);` Once you do...
I'm able to reproduce this on development@[60a84a6](https://github.com/o3de/o3de/commit/60a84a65dd7c40c69b3ac57d1b7f5c0bc2da8166), on Win11. In my investigation, I also found that it cascades through the list of variables, shifting the reference of all of the...