Adam

Results 141 comments of Adam

This does still appear to be an issue in v3

Here's a kind of hacky work around, works pretty well for my uses at least if the view is being extended: ```Kotlin init { setupView() paddingMod = listOf(paddingLeft, paddingTop, paddingRight,...

I'd also like to mention, that the labels also don't move when using a navGraph animation between different pages. The labels stay in the middle of the screen, then disappear...

> The package remains maintained, but that doesnt mean I’ve had time to work on react 17 and 18 support. > > Companies donating employee time and/or funds to cover...

You might want to look into the new dataFullSupport option in the latest version. There's a new example on using it in the docs. It relies less on the column...

Looking into it. Also, in #162 53dbb3d the fullDataSupport was properly disabled by default, that probably caused the initial reported issue.

Just submitted a pull request that should resolve the issue @FrankPeters noted.

Yes, it is possible. Look at example 6 of the readme. In that, the profiles table is being joined with the user table and it displays data from both.

Well, there is an error in the first query with "LOWER()" it needs an argument. But in the quote from phpmyadmin near '*) LIKE %13% ... it seems to be...

> since the library if used, used primary in legacy projects. Why do you say that? I just found this library and I've been looking like crazy for something simple...