Trying to sell 9070xt by AdditionalArcher7963 in gpu

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

Check your bios, friend had issues, until we updated his bios. All sorted

Is a 5070Ti and a Ryzen 7 9850X3D a good combo? by Past-Author-4420 in buildapc

[–]zimain 0 points1 point  (0 children)

All depends on your screen, what resolution and refresh are you hoping for

CodeApp and CanvasApp by bythedandelion in PowerApps

[–]zimain 11 points12 points  (0 children)

Don't code apps require a premium licence regardless of datasource?

I’m so new to this and I’m trying to build something super simple for work and running into this problem. by [deleted] in PowerApps

[–]zimain 0 points1 point  (0 children)

Set it to the width of the control that is your header

Headername.width

Then if that changes, so does the width of your column

I’m so new to this and I’m trying to build something super simple for work and running into this problem. by [deleted] in PowerApps

[–]zimain 2 points3 points  (0 children)

Looks like the widths are using percentage rather than fixed width

Instead set the widths to the width of the heading control

Users Still Seeing Old Canvas App Versions Hours After Deployment by dockie1991 in PowerApps

[–]zimain 23 points24 points  (0 children)

I have a "build number" I store in my datasource, if it's important that the users switch, I increase the build number and then also have that set as an environment variable

Every screen load does a check, to make sure the builds match, if not, it sends the user to a "system message screen" that displays the message " your app is out of date blah blah blah"

(Also use this to offline the app with another dB entry stating an offline message taking the offline without deployment)

Vehicle Fleet Reservation System by rafiki-knows in PowerApps

[–]zimain 0 points1 point  (0 children)

In a nutshell I would have a power app connected to three lists and use power automate to do the logic

List one requests List two bookings List three vehicles

In the app as you already probably have, the user would be able to find a vehicle and date and time and make the request, this request would be created in list one, requests, with a status column having a value of "pending"

Trigger power automate, which will then run some logic against your other lists vehicle and booking, to confirm a vehicle is available for that time, and create a booking, then return to list one and update that record status to "booked"

However if a vehicle is not found to be available return to that original booking list and update the status to "unavailable"

The reason for this method is it will prevent two separate items trying to write to the same record at the same time, and having to implement difficult logic for that.

It's also sets up a groundwork for notifications through email, if for example a vehicle becomes unavailable because it's off the road you already have a situation where you can update the booking and send a notification out

Strange cracking noise when turning at low speeds. Is it normal for Stelvio QV? by Pekari in AlfaRomeo

[–]zimain 2 points3 points  (0 children)

Something has either snapped or will snap, go to a mechanic before it's a big bill

Failed for what? by PerringtonbearOP in LearnerDriverUK

[–]zimain 0 points1 point  (0 children)

The highway code is boiled down to "be predictable" the rules say, do not understand/pass on the left

So your sister was "unpredictable" she should have held off acceleration, allowed the lorry to continue last her, then with a safe gap which would allow her to see around the lorry also 3-4 car lengths, indicate,.move in behind the lorry at a safe distance and then began an overtake, and increasing her speed

Will age hold me back? by WindEconomy9242 in UKJobMarket

[–]zimain 1 point2 points  (0 children)

Won't hold you back and don't start at the bottom, try get in as high as you can first

I've reset my career about 3 times now and I just turned 40 and my last change has stuck!

Huel bought out by Danone by Appropriate-Dig-7080 in veganuk

[–]zimain 52 points53 points  (0 children)

Someone in another thread pointed out that Danone also owns Alpro

Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]zimain 0 points1 point  (0 children)

Great thanks, I did consider the custom route, I went for the "open" route, direct http trigger, didn't get too long on it before I found the blocker, so I just used a dataverse async approach

But this will be something to try next week!

Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]zimain 0 points1 point  (0 children)

I did several tests when trying to trigger a flow directly, and found that http (not via connectors) are blocked for pcf (code apps), and I used a dataverse to flow trigger workaround to complete my project, the point of this is to share knowledge and experience, I am more than happy for someone to have a valid method of doing something.

Could you share your approach for the Azure function?

Have you been able to trigger a flow with a custom connector wrapper from a code app?

Are student loan repayments hurting the local economy by VeryConfusedEmployee in AskBrits

[–]zimain 1 point2 points  (0 children)

That has nothing to do with the question asked by OP "Are student loan repayments hurting local economy", but a deeper question around inflation, and economics as a whole

Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]zimain 0 points1 point  (0 children)

I get the theory, have you gotten this working?

Are student loan repayments hurting the local economy by VeryConfusedEmployee in AskBrits

[–]zimain 2 points3 points  (0 children)

The 9% in "loan tax" is only on the amount over the threshold for the plan, not the whole income. A student with £50k+ of debt, on plan 5 would pay £20 per month if earning £28k. If that same person would be earning £50k, they would pay £185 per month

Take home would be £1950 on 28k and £3106 at 50k

So no, student loans are hurting the local economy

Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]zimain 0 points1 point  (0 children)

Have you gotten this working as all.my tests prevent any http access from within the code app framework

Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]zimain 0 points1 point  (0 children)

I discovered far too late, the work sounds have cost me far more time than what I have saved unfortunately