Rohan Talip
Rohan Talip
I seriously doubt that the failing tests are due to my documentation change.
[Repeating myself from issue #145] @tmaly1980, multiple classes in the class attribute work for me. Splitting of class definitions (as you explained it above) doesn't work for me, but so...
An example: ``` My Vue Native App A B C .bold { font-weight: bold; } .border { border-width: 1px; } .container { align-items: center; background-color: white; flex: 1; justify-content: center;...
Also the documentation for `v-show` has this text: "v-show keeps the element on the View, and only adjusts the opacity to 0%, or transparent". It might be better to toggle...
@dizzlr, you have probably found a solution by now, but if not, you might want to take a look at issues #62 and #77
Hi, I haven't been using this script / code in the last couple of years. Feel free to send a pull request.
This seems like a duplicate of https://github.com/wagoodman/dive/issues/89
> Perhaps someone with Chrome who does see this issue can confirm whether it's still happening with the Content-Disposition header present. I just tried to download http://www.greenwoodsoftware.com/less/less-639-beta.tar.gz via the latest...
Even better would be these concepts: 1. the task that is doing the pausing indicates that it is pausing other tasks (rather than other tasks indicating that they are paused...