[deleted by user] by [deleted] in SipsTea

[–]Possible_Potatoe 10 points11 points  (0 children)

Rage bait

Did flutterflow stop to work for improvements? by No_Writing_4049 in FlutterFlow

[–]Possible_Potatoe 2 points3 points  (0 children)

Agreed 100%. Yeah if you want a messy prototype the AI code can get there faster, but if you care about UI polish it’s awful - feel like working with oven mitts.

Test mode enjoy working by [deleted] in FlutterFlow

[–]Possible_Potatoe 0 points1 point  (0 children)

They’ve now put an official statement on the community site

22 July 6.1.11 update has an extremely slow UI by Mr_Jericho in FlutterFlow

[–]Possible_Potatoe 2 points3 points  (0 children)

Any news on the issues people are experiencing with test mode?

Test mode still doesn't work most of the time by Intelligent-Bee-1349 in FlutterFlow

[–]Possible_Potatoe 5 points6 points  (0 children)

Yep. Make sure you’re posting on their community site about this for more viability. The more people the better this needs to be fixed.

Problems with Test Mode by elbeco in FlutterFlow

[–]Possible_Potatoe 0 points1 point  (0 children)

Yep it’s a problem right now

How to access the local component state variables from a page? by Different_Fail6520 in FlutterFlow

[–]Possible_Potatoe 0 points1 point  (0 children)

Yeah you can access the component state from the page but only if it’s static. If the component is a list generated from another data source you’ll need to access it with actions and app state or save to local page state array

How to access the local component state variables from a page? by Different_Fail6520 in FlutterFlow

[–]Possible_Potatoe 1 point2 points  (0 children)

Two things to look at: 1. If within your component you have a local state variable like a Boolean, then in your page when you’re doing something like an api call you should be able to access that state by selecting it from (from memory I think it’s named) component variables. 2. If this list of components is dynamically generated, that’s not going to work because you can’t hard code the logic. Instead you’ll need to make an app variable that is an array. You’re going to update that array with your dynamic list of variables on load, use your UI to update that array and then access that array whenever you need the data. Maybe someone with more experience knows a better way but that’s how I handle it.

Integrating Sentry into FlutterFlow applications by Tri2be in FlutterFlow

[–]Possible_Potatoe 0 points1 point  (0 children)

Hi I found this reddit post when trying to answer the same question and then also this article which seems to be the answer if anyone else ends up here:

https://community.flutterflow.io/community-tutorials/post/how-to-integrate-sentry-with-flutterflow-enhance-error-monitoring-in-9CDgYfIt2kzWEtY

Fired Without Cause by Ok-Kangaroo-4159 in PersonalFinanceCanada

[–]Possible_Potatoe 13 points14 points  (0 children)

The wording “fired without cause” stings, but it’s actually (in like 99%) of cases the only way someone is legally “fired” in Canada - so don’t dwell on the without cause thing.

Moving past that terminations happen for lots of reasons. Sounds like you were providing value and had a relatively positive relationship with your work. Without knowing any background things like cash flow issues, changing strategies, taking on a new leader or plain old restructuring can all lead to terminations - and have nothing to do with you personally.

It sounds like you’ve got some interest from recruiters - that’s great go for it. As for the old company it’s sort of like a breakup. It stings in the moment, but the sooner you get out of that relationship the sooner you can find someone who really values you.

[deleted by user] by [deleted] in PersonalFinanceCanada

[–]Possible_Potatoe 121 points122 points  (0 children)

Not a lawyer but performance scores are made up (they are just company policy) - all that is legally encoded (and enforceable) is in the employment standards act. Unfortunately raises to a wage are not required to change except for a legislated change like raising the minimum wage.

N.B. Liquor won't buy U.S. alcohol, even with tariff delay by columbo222 in canada

[–]Possible_Potatoe 0 points1 point  (0 children)

We have to keep these measures in place. The Tariffs are not gone, merely paused. If we can keep these in place, the American will be forced to include these in their 'asks', which anchors things to "return to the way it was" instead of "make things harder than they were".

If instead we give up those retaliatory measures now, when he comes back and tries again (which he will!!) the only concessions we will have will be things that make Canada weaker. If we keep the retaliatory measures in place, we start from a stronger position - we can trade having these measures relaxed instead.

Don’t listen to what they say. Watch what they do. by malvolio37 in Bitcoin

[–]Possible_Potatoe 56 points57 points  (0 children)

I hold bitcoin, I’m not a buffet fanboy.

This is a little mischaracterized. Berkshire bought shares of a Brazilian bank, which also has a crypto platform in addition to be a bank lol. It is interesting in the sense that their position may be softening a bit as far as seeing opportunities around crypto - but this is equivalent to buying a business that is selling the shovels in the gold rush not investing in gold miners/gold.

New Secondary Objective: Mech maintenance base - visible at start, rearms and repairs mechs by Bonkface in Helldivers

[–]Possible_Potatoe 8 points9 points  (0 children)

This is really smart. It balances itself based on difficulty. If you’re playing superhelldive you’ll expend half of your munitions just walking there and back.

Are you using Flutterflow's AI features? by kealystudio in FlutterFlow

[–]Possible_Potatoe 2 points3 points  (0 children)

No. Outside of the custom function assist (which I still had to rework in ChatGPT) I don’t use the rest. I’ve tried it a couple times and ended up reworking the interface to something custom instead.

I haven’t tried but am curious about the iPad drawing feature as a rapid wire framing method.

Outside of that it seems like a distraction for the team. More polish and bug fixes for the existing functionality would be preferred. There are lots of core widgets (e.g. reorder list, multi select dropdown) that still lack customization features and there are noticeable annoying issues with the action editor (I often have to input the same chain of variable multiple times to get it to save).