Renato Athaydes
Renato Athaydes
Why are you using such old Gradle version? As you can see in [gradle.properties](https://github.com/renatoathaydes/wasm-on-jvm/blob/master/gradle/wrapper/gradle-wrapper.properties) this project uses Gradle 5.2.1 (which is also old, but should work with Gradle 6 and...
While you're looking at Windows issues, maybe you want to check this other one as well: https://github.com/google/file.dart/issues/182 If there's no test for this failing on Windows, pls feel free to...
@daenney I mentioned this almost 4 years ago: https://github.com/dart-lang/http/issues/175#issuecomment-619593544 I suspect Google would have too much work to do if this was changed, hence it will probably stay as it...
Done! Version 2.4.0-groovy-4.0.
Can confirm, same on Ubuntu 16.04 LTS. ``` reggie-server -d ~/.reggie util.js:948 throw new errors.TypeError('ERR_INVALID_ARG_TYPE', 'superCtor', 'Function'); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "superCtor" argument must be of type Function at Object.inherits...
Here's how I did it, using Bintray to do the hard bit for me (you still have to create an account with sonatype): https://twitter.com/renatoathaydes/status/692541460118380544 Let Bintray sign the jars and...
Your upload did not make it into jcenter. See https://jcenter.bintray.com/com/xafero/. The files are in Bintray, it's probably a matter of pressing a button there somewhere!
This is not very hard to do... it will require creating a new jar with the kotlin-compiler's jar embedded in it because the kotlin-compiler is not a OSGi bundle and...
Hi. I was thinking of support for OSGi as in pure OSGi, not Eclipse. It would just require exporting the `ScriptEngine` service with dynamic services (which you did) and most...
not sure what to look at. Your commit messages are quite unhelpful. This kind of changes could be easy to track if you made it a pull request. Anyway, I...