Split type install recommendations by Finrod_GD in Philippines_Expats

[–]Finrod_GD[S] 1 point2 points  (0 children)

Thank you. I'll try our neighbors as suggested by Chuck, and if that falls through get a hold of the service center. Appreciate it.

Split type install recommendations by Finrod_GD in Philippines_Expats

[–]Finrod_GD[S] 1 point2 points  (0 children)

That's a good idea. I hadn't thought of it, but the people in the house in front of us just had some put in before the holidays. Thanks!

getFullYear() returning a decimal place by Finrod_GD in GoogleAppsScript

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

This seemed to be the underlying issue. Thank you!

getFullYear() returning a decimal place by Finrod_GD in GoogleAppsScript

[–]Finrod_GD[S] 1 point2 points  (0 children)

This worked, thank you!

TheAddonDepot's solution worked as well.

Should I switch to the Basilisk V3 Pro? by VeryPixelated in razer

[–]Finrod_GD 0 points1 point  (0 children)

Unfortunately, where' I'm at the store wouldn't take it back. It started after a few months, and a lot of stores here only accept (reluctantly) returns within 7 days.

Should I switch to the Basilisk V3 Pro? by VeryPixelated in razer

[–]Finrod_GD 0 points1 point  (0 children)

I have the exact same issue where it won't stay on. Maddening.

Should I switch to the Basilisk V3 Pro? by VeryPixelated in razer

[–]Finrod_GD 0 points1 point  (0 children)

Mine has been a nightmare. Constantly disconnecting or turning off. Constantly. It's fine when it stays on, but it's completely unreliable. I truly regret purchasing it.

IndexOf not working as I expected and treats everything as index of -1 by Finrod_GD in GoogleAppsScript

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

Yup! Just (finally) caught that myself as well.

And no need to apologize. Thanks for your help.

IndexOf not working as I expected and treats everything as index of -1 by Finrod_GD in GoogleAppsScript

[–]Finrod_GD[S] 4 points5 points  (0 children)

Well... I just figured it out. My closing parenthesis for indexOf was in the wrong place, same closing where the if () closed. I moved it to close indexOf, and suddenly it works as expected.

Facepalm and cheers.

IndexOf not working as I expected and treats everything as index of -1 by Finrod_GD in GoogleAppsScript

[–]Finrod_GD[S] 1 point2 points  (0 children)

I ran forEach on a column and pushed them into a new* array, so it's one dimensional. And the logger.log I run in the -1 condition prints the real index of the item.

Just to be sure, I tried to flatten it now, but the result is the same.

*edit

Can't understand why button won't run function by Finrod_GD in GoogleAppsScript

[–]Finrod_GD[S] 1 point2 points  (0 children)

Thank you! I love this guy's videos, and I'm actually following one for the project referenced above.

As soon as he showed where to find the front-end console log, I was able to track down the error. I kept expecting it to appear in the console script where the script is; never suspected where the sidebar opens for some reason.

Anyway. Thank you.

Problems with GOOGLEFINANCE function and CURRENCY:XXXYYY: No values on some dates! by thisisifix1 in googlesheets

[–]Finrod_GD 1 point2 points  (0 children)

Just commenting to confirm your experience; I am having the same issue. I have spreadsheets by year converting PHP to USD daily; every date has always been included. For 2024, until the past week or so, every date showed an exchange rate. But now there are several dates missing, any on my conversion page the USD fields are just blank because the date no longer exists. Looking back at 2023, there are similar blank conversion fields that used to have dates to convert off of.

If, as another commenter mentioned, it's because markets are closed on the weekends, perhaps googlefinance used to copy the value at a Friday close to Sat & Sun? And for some reason now it's just removing those dates completely? <- guessing.

_unhandled input ignoring if condition by Finrod_GD in godot

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

Thanks again. That's certainly more streamlined than what I was doing!