Andreas Kalsch

Results 21 comments of Andreas Kalsch

https://github.com/crozone/SpectrePoC/issues/12

What I am looking for is a simple wrapper so that I can use client side modules in the same way I use node.js modules. What can you do about...

Fixed by https://github.com/jbrantly/yabble/pull/6

Fixed by https://github.com/jbrantly/yabble/pull/6

I have the same problem - test cases fail or are not listed at all. To test offline, I have written a small node.js server: ``` var connect = require('connect')...

Some problem here. v2.6.0 on Mac OS 10.14.6

Using _'s type checkers is not acceptable (on the server side), their performance is too low. I agree to another field (like "safetyping: true") in this case. For what do...

Yes, I am still using htmlparser for parsing and it's pretty fast. I have tried to get elements with sizzle selectors. Doing it manually with the rudimentary DOM support of...

Thanks for the hint. I consider posting it there later. Now I have a problem with the dependency in Gradle on `./gradlew build`: > Could not resolve all dependencies for...

Same problem on an Android device (SDK v 10) - using plain Java APIs, FST default or Android config, but without using D8. On younger SDK versions there is no...