Adonis

Results 34 comments of Adonis

Hi, do you have `libmariadb-dev` or `libmariadbclient-dev` installed? I think it could solve your issue 😄

Is it even possible without a custom rom?

May it be possible to use AudioRecord api server side? Problem is that AudioRecord requires an Activity context, I don't know if we can spawn one by using app_process.

I may be wrong but here is an example of what I thought: https://github.com/tzutalin/ReadPCMData/blob/master/src/com/da/readpcmtest/MainActivity.java Sorry I should have added this on my previous comment.

Yes... :( That's why I was wondering if we could create one even if we are using app process. Audio support is really tricky :/

Oops sorry I didn't understand, I'm going to change all the occurences

After some investigations, we found that each ActiveRecord model has its own instance of SafeIndex and each SafeIndex has its own HTTP client, am I right? This is why when...

Sure, thanks for your reply :) We are using a container which is accessible by contacting http://meilisearch:7700 but we wanted to simulate that this container could be unreachable sometimes for...

Did you solve your issue? I have the exact same one

Yes it exits just right after it tries to display vim. In fact I can see commands which are typed after vim, but not what is typed in vim itself....