Jiamin.X
Jiamin.X
@fnc12 Hello, the table `user_activity` is quite simple, it only has 3 columns, CREATE statements is as following: ```sql CREAT TABLE user_activity ( id integer primary key, uid integer, timestamp...
It's great to see the progress update, but there's one thing, usage of custom alias, is too verbose to me, could it be possible to name and reference the alias...
@fnc12 I am OK with option one. I am no professional on this issue, one thing I can think of to avoid spelling errors is to perform string literal comparison...
What's the error? I cannot run SQL on phone now. I added a `raw_query` method to the library and used the SQL in my code, it run fine and had...
I totally understand that, but I needed to get the work done immediately, and that was the easiest and not so invasive way, that's why I didn't send pull request....
@Rapptz, I think adding back the `Number` enum may confuse users after the change, `Number=Double` is weird to me. Anyway, the maintainers make their decision.
It's okay to me :) But there's still one thing to note, this commit also to some extent makes the library harder to use because now we always have to...
> It took me like hours? to get this working, because I couldn't find a complete-for-newbs thing that covered the whole thing anywhere, so here's where I ended up in...
I use Quinn to build a tunnel, server on Linux, client on Android and MacOS, it has been running stably for several months, it's only for my personal use only,...
I also encountered the same issue: java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.google.firebase.iid.zzf I notice that when I run `FirebaseMessagingService` in the main process, it works, but when a put...