-
Almost daily the Cloud team gets a Support email from a customer who complains "The Matomo pageviews are higher than Google Analytics. In fact they seem to be double of my pageviews in GA."
Can we …
-
So I am trying to run this query (follows at the end), which I split into multiple subviews to circumvent some of the current quirks of the SQL noria supports.
Its rather long, I apologize, but bec…
-
I found out that you are creating constructors for no reason when you don't do anything special for each constructor :
here check these constructors they have the same implementation but with differe…
-
I dislike the current way that PageView works: if you put not-enough force, it gets back to where it is. If you put too much force, it scrolls two pages. This is really evident in this official sample…
-
Hi,
I'm relatively new to Flutter & could not really find how PageView handles rendering/loading it's child widgets, but when I use SvgPicture as a child of a PageView, I keep getting "lag spikes" …
-
### Steps to reproduce
On Android 13
1.Use InkWell as the child of a PageView.
2.Tap InkWell Widget.
### Expected results
Highlight working!
### Actual results
InkHighlight does not dra…
-
## Steps to Reproduce
I have an issue combining PageView and Google maps, as follows:
1. Install [google_maps_flutter: ^0.5.21+15]
2. Run attached app
3. Google maps will appear, swtich to next…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
**Expected results:**
During horizontal/vertical scroll other widgets shouldn't move on the screen.
**Actual results:*…
w3ggy updated
9 months ago
-
## Use case
As a relatively common use case, an app may have a setup screen with multiple pages of setup. For example: "login", "create account", "verify phone number", "import contacts", e…
-
```
play-eu :) SELECT _file, count() FROM url('https://clickhouse-public-datasets.s3.amazonaws.com/wikistat/original/pageviews-20200101-00{00..59}00.gz', LineAsString) GROUP BY _file ORDER BY _file
…