Kuza

Results 10 comments of Kuza

Is it possible to configure Gradle to try it straight from the GitHub?

Of course, I will. As soon as I’ll get some free time.

Non-JS expert but it seems that node package [uuid](https://www.npmjs.com/package/uuid) has no dependencies. Perhaps its implementation of [v3](https://github.com/uuidjs/uuid/blob/master/src/v3.js) and [v5](https://github.com/uuidjs/uuid/blob/master/src/v5.js) via common [v35](https://github.com/uuidjs/uuid/blob/master/src/v35.js) function might give an inspiration?

@klass-ivan why not generate attrs instances from JSL document? I mean like having **get_attrs** method next to **get_schema** and generate a corresponding attrs instance dynamically like shown in [documentation](http://www.attrs.org/en/stable/examples.html#other-goodies) I’ve...

Here is a nice POC for Python 3.6.2 where you can reify schema into _attrs_ class having the same structure. Nice bonus using generic type hinting is that you get...

Any updates? I am really lacking this feature. Eager to try interacting with event-bus from an Android app.

Got exactly same error with vert.x 3.6.8 on MacOS: ``` openjdk 11.0.4 2019-07-16 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11) Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.15.1, JRE 11 Mac OS X...

I was looking for something like this project. And arrived here from the StackExchange [answer](https://stackoverflow.com/a/48365914/7598113) and there was a quote: > (Disclosure: It's my open source project) But an open-source...

@whyoleg I have tried your approach on macOS Catalina 10.15.7 but getting this error: ``` HEAD is now at b7928e64 try to fix build JniConfig(cmakePath=cmake, td=TdConfig(buildType=MinSizeRel, tdPath=td, jniPath=tdlib/jni), linux=LinuxJniConfig(llvmPath=/usr/bin, clangPath=/usr/bin/clang-6.0,...

Also built the `tdlib` from instructions for the macOS and after I got the lib I've also go `Can't find class [org/drinkless/tdlib/Client]` error. Any solution for the Catalina 10.15.7?