Take Weiland

Results 196 comments of Take Weiland

`this` parameters in function types describe what `this` will be in that function. However that won't be the case if an arrow function is used. The most natural way to...

I found out that this was caused by a `native-run` failure. The `ionic` CLI does not handle error-output from `native-run` gracefully, instead simply falling into the above described buggy state....

In my case the problem with `native-run` was that I had the wrong Android SDK, which caused it to error and quit. The Ionic CLI didn't relay the error message...

This is not possible to fix without major trouble. ClassTransformers don't know about the classpath, they only get one class at a time.

The problem is that many things don't work when not loaded through the LaunchClassLoader. Because many things (Events, etc.) need the ClassTransformers to work, which only work with the LaunchClassLoader.

The root of the issue (this one at least, not sure about what mixins do exactly) is that the default implementation of `ClassWriter` calls `Class.forName` on it's own ClassLoader. This...

If desired I will make a PR with my implementation that uses ASM.

This is caused by `text-align: justify`, which is a bad choice for web content in almost all cases for this very reason