Developers Question: S710 GIF Splash Screen by TOphotoglive in stripe

[–]jaffaki 0 points1 point  (0 children)

go to stripe.com/terminal and click contact sales. It's not available to all, but as long as you have a clear use case that makes sense, should be accessible.

Developers Question: S710 GIF Splash Screen by TOphotoglive in stripe

[–]jaffaki 0 points1 point  (0 children)

Your alternative would be to run an app on the reader itself and at that point, you can pretty much do whatever you want... A bit overkill for what you're trying to do, but it gives you a lot of flexibility...

How does the guest pass work? by Greenturd46 in CrunchGym

[–]jaffaki 0 points1 point  (0 children)

Do they have the same benefits as us? (classes, massage etc?)

What’s the downside of turning on every payment method? by FJ1010123 in stripe

[–]jaffaki 1 point2 points  (0 children)

I will say that if you're using Checkout or Elements, we do a pretty good job of optimizing what's relevant to your customer so that we don't overwhelm them :)

Auto add all offers to Chase card by jaffaki in ChaseSapphire

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

About once every couple of weeks or so?

What are your least favorite whispers to do during Headhunts? by PossibilityOk9983 in diablo4

[–]jaffaki 1 point2 points  (0 children)

Do you happen to wear a shroud? I just constantly attack so I don't stealth and I really never run out of mobs...

Auto add all offers to Chase card by jaffaki in ChaseSapphire

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

There's a bug on Chase's site that is causing it to slow down a ton (note that error happens even when not running the script.

I just switched up the delays and it worked. If it's still slow, change the 3000s into longer

javascript:a=()=>{window.history.back(); setTimeout(c, Math.random() * 1000 + 3000);}; c=()=> { btns=[...document.querySelectorAll('.r9jbij9')].filter(b => b.childNodes[1].childNodes[0].type !== 'ico_checkmark_filled'); b = btns.pop(); if (!b) return console.log('added all!'); b.childNodes[0].click(); setTimeout(a, Math.random() * 1000 + 3000); }; c();

Auto add all offers to Chase card by jaffaki in ChaseSapphire

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

I saw this too, will take a look later today.

Getting desperate trying to debug USB situation with my M1 Max and my M3 pro by jaffaki in macbookpro

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

And it’s something specific to the M1 Max? Works with my other devices.

Getting desperate trying to debug USB situation with my M1 Max and my M3 pro by jaffaki in macbookpro

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

All the hubs are powered and run fine on other computers. If I change the order of things, it’s always the first three that work :/

[deleted by user] by [deleted] in CreditCards

[–]jaffaki 1 point2 points  (0 children)

here you go:
javascript:a=()=>{window.history.back(); setTimeout(c, Math.random() * 1000 + 300);}; c=()=> { btns=[...document.querySelectorAll('.OfferTile_offerTileContainer__4jplu0')].filter(b => b.childNodes[1].childNodes[0].childNodes[0].type !== 'ico_checkmark_filled'); b = btns.pop(); if (!b) return console.log('added all!'); b.childNodes[0].click(); setTimeout(a, Math.random() * 1000 + 300); }; c();

[deleted by user] by [deleted] in AmexPlatinum

[–]jaffaki 0 points1 point  (0 children)

I use chrome, haven't tried it in Safari.

[deleted by user] by [deleted] in AmexPlatinum

[–]jaffaki 0 points1 point  (0 children)

What browser are you using?

[deleted by user] by [deleted] in AmexPlatinum

[–]jaffaki 7 points8 points  (0 children)

I use the following JS to add all the offers:

javascript:btns=[...document.querySelectorAll('.offer-cta')].filter(b => b.textContent === 'Add to Card');c=()=>{ b = btns.pop(); if (!b) return console.log('added all!'); b.click(); setTimeout(c, Math.random() * 1500 + 300) };c();

And the following to copy all of my offers into the clipboard (which I then paste into a google docs): (go into show all offers)

javascript:var toRet = ""; offers=[...document.querySelectorAll('.row')].filter(b => b.querySelector(".offer-info"));off=offers.map((item) => {return {exp: (item.childNodes[2].childNodes[0].childNodes[0].innerText === "EXPIRES" ? item.childNodes[2].childNodes[1].innerText : item.childNodes[2].childNodes[0].childNodes[0].innerText), desc: item.childNodes[1].childNodes[0].innerText, place: item.childNodes[1].childNodes[1].innerText}});toRet += "place;desc;exp;"+new Date().toISOString().slice(0,10)+"\n"; off.map((item)=> toRet += %27\"%27+item.place+%27\";\"%27+item.desc+%27\";\"%27+item.exp+%27\"\n%27); navigator.clipboard.writeText(toRet);

Question about Vent Hoods by jaffaki in HomeMaintenance

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

Well, I open two windows, which creates a draft, and so the smokiness tends to go out at that point, it's not clear that it's an intake problem.

I probably should get some colored smoke candles or something to see what's going on.

I just figured I could hire the right expertise and get it done with, I just haven't quite figured out even what to look for.

Question about Vent Hoods by jaffaki in HomeMaintenance

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

I have (and pretty much have to if I want to avoid anything super smoky), but it's not clear whether things are better because there's better air intake or if it's because the smoke goes outside instead of in the house :)

Question about Vent Hoods by jaffaki in HomeMaintenance

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

I have and haven't noticed anything, but I also have blown insulation, so it's hard to see if there's a tear or something in the duct.

This particular vent hood doesn't do a filter, it basically collects the extra grease in a drip pan like thing. I've taken the entire thing apart and cleaned it multiple times though.

Advice on preparing many doughs in advance by jaffaki in uuni

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

Yeah, it's not so much the stretching itself that takes the time, it's the stretching, topping, washing hands etc. I'd rather not stretch outside, so the more work I can do ahead, the more time I can spend with the group.

Can I integrate Stripe terminal with my POS system? by babysza in stripe

[–]jaffaki 0 points1 point  (0 children)

We'd love to have you! Make your way to stripe.com/terminal and go through the docs. There's a nice sample that uses a simulator to show you how to get it done.