Jasm Sison

Results 34 comments of Jasm Sison

Minor update: * Implemented basic Query features, no aliasing ~* Introduced double-free crash somewhere when passing data from _ob_qb + condition + ob_query_ -> rust~ If the test is run...

I found the culprit for the double-free. I have to run an init function, like java's`@BeforeAll` thing in the unit test, but in cargo/rust. The crash is not related to...

"Open for extension, closed for modification..."

You are using an older version of the jdk. Your best best is to `git clone` this project, then build it (`gradle wrapper ; ./gradlew build`) yourself. Then put something...

> Do we have API to in place mutation in rust ? currently using flatc (/snap/flatbuffers/191/bin/flatc) when I am generating code with --gen-mutable flag I do'n't see any generated code...

I tried fixing this today, but for some reason, the compiler does not acknowledge the empty ctors that were generated by the [AndroidParcelable active annotation](https://github.com/Buggaboo/Xtendroid/tree/fixing_issues_96_97_98). You may wanna have a...

@FunnyDevs [this](https://github.com/xtext/xtend-gradle-plugin) has been abandoned. [Xtext-idea-gradle-plugin](https://github.com/xtext/xtext-gradle-plugin) is alive and kicking.

I agree, this could be super annoying during development. I hate having to use proguard during development. The guava dependency is not added to the apk btw., it only affects...

Hi, Could you share your `build.gradle` and the error message? For example run `./gradlew --stacktrace assembleDebug`.

The only thing I can think of that is worth the trouble, but without getting in the way of android binding is writing an active annotation for observable models (e.g....