Csaba Toth
Csaba Toth
This is badly needed feature. I have several tables I'd like to know if they are empty or not. My workaround is to have raw queries in the `AppDatabase` class,...
This feature will help https://github.com/vitusortner/floor/issues/200
> What about max (id) when db is empty? No matter how you spin it around the code generator portion needs to recognize and support what you want to do....
> stranger still with DAO @query('SELECT COUNT(*) FROM MyItem') Future getAllCount(); @query('SELECT * FROM MyItem') Future findAllItems(); > > int? count=await database.myItemDAO.getAllCount(); print('db-size' + count.toString()); ==> returns null > >...
As of now I'm using a simple modal dialog with Accept/Reject choices and I tried to summarize all the possible cookies I saw. See https://gitlab.com/MrCsabaToth/mrcsabatoth.gitlab.io/-/blob/master/_layouts/default.html#L64 One of the most difficult...
> Do you know if there is a way to load the amp-consent JSON content dynamically? I am trying to use different configurations on the page but I need to...
https://github.com/komapeb/data_connection_checker/issues/13 has an example configuration for mixed IPv4 and IPv6 addresses
Any news on this?
`--unsafe-perm` helped, but this has to be fixed. https://pbs.twimg.com/media/CHKb0FSUwAIZqy5.jpg
Eventbrite ticket and coupon system itself allows to make some tickets hidden, or make some coupons visible by default. I expect that those should come through the API.