theapache64

Results 121 comments of theapache64
trafficstars

`JVM` -> ` implementation "dev.whyoleg.ktd:ktd-api-coroutines-jvm:0.5.0-1.5.4"` (which is given in the README)

As I am running with `Ubuntu 16.04` and the library's built-in `tdjni` not supporting this version of Ubuntu, I had to build the `so` file myself and store in the...

I built the `SO` file using [TDLib Build instruction generator](https://tdlib.github.io/td/build.html), and that's working with the given `Java` example.

I solved the circularimageview problem using Picasso. it's sooo cooooool. :)

@erawhctim ![image](https://user-images.githubusercontent.com/9678279/229795729-977f7fa3-e36a-4568-9d2b-c98962e1b82b.png) This is something that I initially thought about. But thinking about the additional build time it can introduce, I prioritized developing an IDE plugin to generate the `Rebugger`...

@erawhctim > I personally find that compiler plugins are more portable than IDE plugins (they still work if I'm building on the command line 🙂), but I realize that's just...

Great stuff!!! > I will let you know when it is merged and published. Sure!

@EvgeniyKurinnoy I tried using the plugin, but i don't see the `useRebugger` options or `@Rebugger` annotation anywhere. Am i missing something? ![image](https://github.com/theapache64/rebugger/assets/9678279/60a07505-b7cf-4808-b40f-6111b96a599b)