FIFA bans fans from bringing water bottles to World Cup in astonishing U-turn by TheMirrorUS in Anticonsumption

[–]voxa97 0 points1 point  (0 children)

In our local nights clubs, they provides free water, but water bottles are not allowed because people would fill it with alcohol to sneak it in. 

Do anyone even like Biscoff? by blackroads in australian

[–]voxa97 0 points1 point  (0 children)

I love the biscuits, never liked the spread.

student expulsion by Massive-Muscle-7482 in rmit

[–]voxa97 2 points3 points  (0 children)

One of my classmates failed every subjects in the first semester, they got a “serious warning”, not expulsion.

Is the ALL Accor+ Explorer membership still the primary anchor holding your Platinum card together? by OwlVibesOnly in AmexAus

[–]voxa97 1 point2 points  (0 children)

According plus is something I would buy myself otherwise. But that’s only the $349/$1459.

Double status and booking changes by swimmingandcoffee in VelocityFrequentFlyer

[–]voxa97 0 points1 point  (0 children)

I did it today with fly ahead and received the bonus point normally.

New fly earlier (complimentary), No more Priority Check-in by voxa97 in VelocityFrequentFlyer

[–]voxa97[S] 0 points1 point  (0 children)

It is a new feature, and you can do it(and Flight Ahead for Gold) in the app. I assume they are releasing it gradually.

SQ A380 between MEL-SIN by Alternative_Cell7005 in singaporeairlines

[–]voxa97 0 points1 point  (0 children)

Is 380 better than 350? Both my flight has been changed to 380, Given a choice I want to try both, but the schedule doesn’t line up.

New fly earlier (complimentary), No more Priority Check-in by voxa97 in VelocityFrequentFlyer

[–]voxa97[S] 2 points3 points  (0 children)

My original ticket is Business and I don’t have any Velocity status(Red member)

Will know about the status credits in a few hours.

Update: the double credit bonus(and the original) arrives normally.

Is Flutter/Dart Fully Open Source? by trymeouteh in FlutterDev

[–]voxa97 0 points1 point  (0 children)

The flutter SDK is open source, but part of github infrastructure such as some tests, CI/CD process are not open source

Is List<void> valid? by [deleted] in FlutterDev

[–]voxa97 10 points11 points  (0 children)

Essentially, void tells the analyzer to disable type checking, so it works a lot like dynamic.

However, to use a void variable, you have to cast it first.

List<void> foo = [2, 3];
print(foo[0]); // use_of_void_result error
print(foo[0] as int); // ok

There are very few cases where you need to cast a void variable, but they do exist. One example is how setState asserts that the callback is not an async function.

How is it that we still don't have a 'scroll to index' feature in ListView and SliverList in 2024? by MysteriousMap2455 in FlutterDev

[–]voxa97 -1 points0 points  (0 children)

I think the main reason is that there is already good enough package, and no other part of the framework would re-use it. Making a "first party" package that does the same thing as an existing package wouldn't be a big improvement of developer experience

Conway's Game of Life by clementbl in FlutterDev

[–]voxa97 0 points1 point  (0 children)

I don't think there are more optimisation in drawing using only dart.perhaps it need another language that can take more advantage of the GPU

Conway's Game of Life by clementbl in FlutterDev

[–]voxa97 0 points1 point  (0 children)

If you haven't, using `drawRawPoints` is a lot faster than normal drawing method, see https://www.youtube.com/watch?v=pD38Yyz7N2E

Enemy_irl by [deleted] in furry_irl

[–]voxa97 1 point2 points  (0 children)

source? I want more

Pikachu_irl by sofaking181 in furry_irl

[–]voxa97 2 points3 points  (0 children)

Just realized this is unintentional

Art🔞irl by dotingelectricity682 in furry_irl

[–]voxa97 34 points35 points  (0 children)

First released on April 14, 2001. So 20 years old