Stephen Griffiths
Stephen Griffiths
Instead of rebuilding, you can also hack the vsix: * Change the extension from vsix to zip, and unzip it * In both `manifest.json` and `catalog.json` find `CoreEditor` and replace...
> Still can't install the extension: > error `"This extension is not installable on any currently installed products."` > Installation log: > *snip* @breadshort, what version and edition of VS...
As mentioned earlier in the thread, it's worth looking at ObjectDumper.NET, I found its output to be better, but you do need to write some code (not very difficult): https://www.nuget.org/packages/ObjectDumper.NET/
I can't comment on why this bug happens as it seems to be a feature. For every few lines you scroll, the `translate-y` is increased. So for our use case,...
You're right, and I'll investigate and try to implement in the next round of changes :) Thanks for your interest!
### Note to self The `file_get_contents` result is a redirection from a named search to a page with a multiverse ID. We can do the first `fgc` with `follow_location` set...
Fixed the timeout issue to now return a definitive fail, but this is still happening for real cards. Another example is Bushi Tenderfoot: http://gatherer.wizards.com/Pages/Search/Default.aspx?name=+[Bushi]+[Tenderfoot] Something to do with cards having...
This is a good PR - the incorrect syntax for `@vue:mounted` in the example tripped me up when learning petite-vue.