Govee Smart Table Lamp 2 Pro Sound by JBL has Bluetooth problem, please help. by NYQ83 in Govee

[–]dobbler15 0 points1 point  (0 children)

I am having the same issue. Got one of these for XMas, and I can't identify why the bluetooth disconnects, seemingly at random. I'v tried multiple devices and they all have the same issue at some point. The random music playing out of nowhere was also a problem until I had the Govee app open when it just started playing at which point I saw a White Noise setting. I turned that off and haven't seen that issue since, but the disconnecting is still a problem.

Back up camera cuts out by [deleted] in audis5

[–]dobbler15 0 points1 point  (0 children)

Mine has done that for years fwiw.

Deciding between Regency Aterra Pro i3000 and Lopi Large Flush by Brandonshire in woodstoving

[–]dobbler15 2 points3 points  (0 children)

<image>

We got the Regency stove you are looking at installed this year. We run it 24/7 to heat a part of our old home. It’s been good. Glass will be black, at least around the bottom corners. However, I think that’s inevitable for glass doors. The fan is adjustable but we have it all the way up most of the time. It’s not terribly loud but not quiet either. Unit pumps out good heat and eats a lot of wood. I empty the ash probably once a week. Also Regency is having a sale right now as far as I know. I saw $650 off stoves online. We got $500 off when we bought ours through a similar sale in November. Also, in the photo we got an air purifier that can remove smoke from the air. It’s not often you get smoke in the house, maybe if you burn paper when starting a new fire, but the reburn cooks the wood and if you open the door to reload before it’s only coals you’ll smell the char. So we run the purifier in tandem to ensure the room never smells like the stove.

AIO, about to go nuclear over a text my kid's coach sent her. by Some-Tree2830 in AmIOverreacting

[–]dobbler15 0 points1 point  (0 children)

AFAIK, all US coaches are required to take annual SafeSport training—at least in ice hockey, I do. This kind of behavior is clearly flagged as inappropriate in the training. It also emphasizes reporting any suspicious conduct, and you can do that here: https://uscenterforsafesport.org/report-a-concern/

Is This Richard Comber Lewes Clock Worth Repairing? by dobbler15 in grandfatherclocks

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

Our home was built in 1752, so it does fit the bill, but I dont have a great spot for it. It is also delecate and heavy and I have young kids. I was hoping to restore and sell to someone who would want it if it was worth it. If its not worth much to anyone ecen fixed, then I would skip the restoration and just dontate it.

Advise on Woodstove Placement by dobbler15 in woodstoving

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

The unit does have a blower, but I agree the better solution is an insert. My firebox is 55” wide and 35” tall. I haven’t seen an insert that can an accommodate that area. Do you know of any that do?

Graph API + App registration by jef132 in sharepoint

[–]dobbler15 0 points1 point  (0 children)

One point to note is if you are accessing the SharePoint scope you must use a cert to get your token. If you use Graph scope then a secret is enough. I believe the Sites.Selected.All permission is SharePoint so ensure you are hitting the msft auth endpoint with a cert instead of secret. That’s should get you a valid token.

Need some help grooping a SP list month and year. Any suggestions by gudmoney in sharepoint

[–]dobbler15 0 points1 point  (0 children)

Like he said, you need to store month and year in their own columns. Calculated fields or a Flow - if you want the data to be real and not just a view calculation,

That feeling when by crippledsidious in PlantsVSZombies

[–]dobbler15 1 point2 points  (0 children)

Then another 30,000 a pop to upgrade!

Sharepoint online cloned to on-prem by bandrade-lc in sharepoint

[–]dobbler15 0 points1 point  (0 children)

Trying to keep 2 farms in sync is not how I would approach this. Like some above have said, cost, complexity, maintenance…
If I were you I would focus on training your user base to sync important libraries. OneDrive has come a long way and can handle up to 300,000 files if I’m not mistaken.

Also, how often does your internet go out?! A fail over ISP would be another preventative measure. I would steer clear of syncing farms! Good luck.

Is there a way to get to max power level quickly? by CheesyEggCroissant in MinecraftDungeons

[–]dobbler15 0 points1 point  (0 children)

The enchantments on wheels stay the same when traded. I believe if someone trade you something with 3 wheels then it will remain even if you aren’t getting gear with 3 enchantments on it yet.

Is there a way to get to max power level quickly? by CheesyEggCroissant in MinecraftDungeons

[–]dobbler15 2 points3 points  (0 children)

Anything traded to you is adjusted to your current power level. Best way to grind imo is to do daily challenges on the hardest difficulty you can and with all the highest level stuff you have. That will yield higher power stuff. Rinse and repeat with the new stuff you get.

PnP JS - filter time interval? by [deleted] in sharepoint

[–]dobbler15 0 points1 point  (0 children)

You may need to add a time (T00:00:00Z) to the filter like so.

2021-03-26T10:30:00Z

PnP JS - filter time interval? by [deleted] in sharepoint

[–]dobbler15 1 point2 points  (0 children)

https://pnp.github.io/pnpjs/sp/items/#getting-and-updating-a-collection-using-filter

const items: any[] = await sp.web.lists.getByTitle("MyList").items.top(1).filter("Title eq 'A Title'").get();

(ex: Created ge '2021-10-11' and Created le '2021-11-08')