DanP

Results 12 issues of DanP

Hello, I have tried validating struct element which is slice of strings. I've tried using the following functions but somehow they don't work as expected: "range(min|max)": Range, "length(min|max)": ByteLength, "runelength(min|max)":...

Hello, We are trying Cyanite for the first time in our testing environment with two Cyanite+Graphite API instances (16G RAM, 8 Cores and SSD) and a three node Cassandra cluster...

We have stressed our Cyanite infrastructure to verify what is the tipping point when it will fail. Once we stop the testing it seems like Cyanite gets blocked and only...

We have created a setup of 3 Cassandra nodes in a cluster and two cyanite+graphite-api nodes. We have created all infrastructure with elbs and such and we have added the...

Seems like there are some bugs with this plugin, as follows: I'm trying to use it to for a two color theme in my app. The problem si that if...

I'm trying to build an emoji picker but seems like this package does not have a way in which you can retrieve all emojis or emojis based on categories like...

Seems like in each category there are some emojis that aren't displayed properly and the emoji is replaced with a rectangle. This happens for each emoji category: Is this a...

Hello, I'm using the country picker as follows: `GestureDetector( child: Icon(Icons.edit), onTap: () { showCountryPicker( context: context, onSelect: (Country country) { setState(() { currentCountry = country.displayNameNoCountryCode; }); }, ); },...

I have the following code in my flutter app which works when executing the FFmpegKit with synchronous method ``` final command = "'-y' '-i' '$attachmentPath' '-c:v' 'h264' '-b:v' '500k' '-c:a'...

question
flutter

While there are some examples [here](https://python-driver.docs.scylladb.com/stable/query_paging.html#resume-paged-results) and [here](https://github.com/scylladb/gocql/blob/master/example_paging_test.go#L37) on how paging should work in theory, these examples do not clearly show on how you would use the paging state in...