Ulrich-Matthias Schäfer

Results 576 comments of Ulrich-Matthias Schäfer

I run this in FF and dont get any error: https://jsfiddle.net/bf7yp4Lc/ I am also not sure what you expect this code to do. The rect lifes in the `` and...

animating paths only works if both paths share the same commands. you cannot animate an airbitrary path into another one with svg.js. Note: Please ask questions on stackoverflow. This issue...

Is it really complaining that I didnt type the internal class? Oh well... If you have time: a PR is really much welcomed because I dont have time right now...

- [ ] https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/pull/852

I developed on top of the main branch but the guidelines say to submit against minor. Now I have this extra commits in my history. Not sure how to handle...

@edison1105 thanks for the super fast feedback. Am I correct to assume, that your failing cases are specific to the v-model directive or does it happen with any other? (it...

I have a bit of duplicated code now. Let me know if I should refactor that and if so, where I put helper functions for such things

Had to complicate the if statements a bit to deduplicate the logic but I think its all good now. The shared function also has the benefit of reusing the SimpleExpression...

Seems like I broke some runtime directive in vuetify :D. Have to check that... language-tools is mostly ast problems i think. Guess I have some more work to do. What...