Results 18 comments of Tuna Yağcı

Isn't the first example to hide the dom? I mean, can't we trigger this animations on click event? I haven't tried the second example but it seems like animation is...

Repo works awesome! I'm using this on a current project. Let's close this issue.

I can confirm this problem still exists on **v3.1**: . This also prevents swagger-codegen to generate client codes as well: ```java [INFO] --- openapi-generator-maven-plugin:4.2.3:generate (codegen) @ --- [ERROR] failed to...

I can see that whole api document, [as v1](https://api.stackstorm.com/api/v1/) is not up-to-date. Most request/responses conflicting with the documentation. hey @armab! should I expect any update here? For example, [here is...

hey @armab, thanks for the quick response! I've inspected the issues you've opened. I'd like to add that I wasn't talking about the conflict between apidocs UI and openai.yaml, but...

@kenberkeley fiddle here: https://jsfiddle.net/TunaYagci/eywraw8t/272323/ My usual memleak routine: (You'll need Chrome debugger) 1. Click `/home` 2. Snapshot 3. Click `/foo` 4. Click `/home` 5. Snapshot 6. Compare these snapshosts Normally,...

~~@Klainer can you share a release so I can test it on jsFiddle?~~ Never mind I've just seen your commit had it.

@Klainer that commit really did something. Here are the results: Before: ![screen shot 2018-10-03 at 11 36 02](https://user-images.githubusercontent.com/11725130/46399496-92b40980-c700-11e8-84a9-e083a1e338f1.png) After: ![screen shot 2018-10-03 at 11 35 55](https://user-images.githubusercontent.com/11725130/46399495-92b40980-c700-11e8-8ebe-9d5e70323fb9.png) So if you look...

Thank you for your kind comment :) I'll definitely try this but I need to find a way to automatize heap dumping first. Do you have any experience with that?...

Okay, another question: we cannot see the object properties from heap output, right? (As in chrome debugger) I'm trying to figure out which VueComponents exactly leaked. I can see it...