Tim

Results 29 comments of Tim

@JAICHANGPARK Try to implement it using rawQuery, works fine. ``` AppDatabase _database = await $FloorAppDatabase.databaseBuilder('myDb.db').build(); print( await _database.database.rawQuery( 'SELECT Count(*) FROM User WHERE id = :id', [id])).elementAt(0)['COUNT(*)'] ) ); ```

Here it is: ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.5.3, on macOS 11.6 20G165 darwin-x64, locale en-DE) [!] Android toolchain -...

![image](https://user-images.githubusercontent.com/18165303/141965301-c9ddf73f-e886-4027-be46-a10752e73fcd.png)

@pichillilorenzo this problem looks serious. Users can't reach part of content on some sites.

> > @pichillilorenzo this problem looks serious. Users can't reach part of content on some sites. > > Share your code please. Just use the code from the repository example...

@pichillilorenzo sorry for pinging you, but can you take a quick look at this? For my production app, it is a severe problem. Should I wait for a hotfix or...

> I investigated, it's a css issue. Your modal is not well sticky at the bottom and when keyboard open she stay at a hard coded position given by a...

The same on ios. So the webview should have tools to handle this somehow. Chrome & Safari on iOS: ![ADB00910-7320-4FAE-BD2B-DA696BDC0048_1_102_o](https://user-images.githubusercontent.com/18165303/185999054-dc298144-9924-48aa-8592-b51f94318561.jpeg) ![F05ABF4E-39E6-4F87-AF1E-D601EAF54352_1_201_a](https://user-images.githubusercontent.com/18165303/185999059-3367d3dc-c0ad-4428-af44-aa95ad55d1a1.jpeg)

Same here. I have lots of crashes in production because of it

I could install on Ubuntu as well. Here are logs: ``` g++ -std=c++14 -Wall -Wextra -Ofast -DHAVE_PCAP=1 -lpcap -lpthread -lssl -lcrypto main.cpp -o tunnel In file included from factory.cpp:4, from...