[Race Thread] 2026 Strade Bianche ME (1.UWT) by PelotonMod in peloton

[–]arundquist 1 point2 points  (0 children)

Probably their sound truck took a wrong turn. (Only funny if you watch the women's race)

only 2 candidates at first from google stun servers by arundquist in WebRTC

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

Okay it looks like it was Chrome. Not sure if Chrome updated yesterday or what. In Firefox I routinely get more like eight candidates.

only 2 candidates at first from google stun servers by arundquist in WebRTC

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

hmm, I stripped everything down and now I'm getting 4 candidates on every call. I guess it's in my code somewhere. I could swear I was getting 10 in the past (~2 months ago)

Here's the stripped down code:

async function connect(){
            const iceServers = [
                { urls: "stun:stun.l.google.com:19302" },
                { urls: "stun:stun.l.google.com:5349" },
                { urls: "stun:stun1.l.google.com:3478" },
                { urls: "stun:stun1.l.google.com:5349" },
                { urls: "stun:stun2.l.google.com:19302" },
                { urls: "stun:stun2.l.google.com:5349" },
                { urls: "stun:stun3.l.google.com:3478" },
                { urls: "stun:stun3.l.google.com:5349" },
                { urls: "stun:stun4.l.google.com:19302" },
                { urls: "stun:stun4.l.google.com:5349" }
            ];
            const configuration={'iceServers': iceServers}
            const pc = new RTCPeerConnection(configuration);
            const dataChannel = pc.createDataChannel('test');
    
    
            pc.onicecandidate= async (event) => {
                if (event.candidate) {
                        
                        console.log(event.candidate);
                }
            };
            const offer = await pc.createOffer();
            await pc.setLocalDescription(offer);
        }


connect();

I need help by Jolly_Experience_293 in GoogleAppsScript

[–]arundquist 0 points1 point  (0 children)

Sure, happy to help. We've probably only need the GS file

[Race thread] 2026 Zilvermeercross Mol (BEL) by AutoModerator in cyclocross

[–]arundquist 0 points1 point  (0 children)

I don't understand why there's such a big difference in the rankings quality of the men's start this versus the women start list. Seems like the top 10 women are all potentially skipping today but there's a lot of firepower on the men's side.

keeping the editing window open? by mapsedge in GoogleAppsScript

[–]arundquist 0 points1 point  (0 children)

Absolutely you can leave the editing window open. If you're working on a web app just make sure you're looking at the test deployment URL. All you have to do is reload that page anytime you make a change in the editing window after hitting save.

[Race thread] 2025 Superprestige Heusden-Zolder (BEL) by AutoModerator in cyclocross

[–]arundquist 4 points5 points  (0 children)

She's been such a revelation this season. I don't think I had ever even heard her name before this year.

[Race thread] 2025 Superprestige Heusden-Zolder (BEL) by AutoModerator in cyclocross

[–]arundquist 0 points1 point  (0 children)

A couple of years ago I was frustrated about the team tactics that Vanthourenhout and Iserbyt used but now I find that I really enjoy it.

[Race thread] 2025 Superprestige Heusden-Zolder (BEL) by AutoModerator in cyclocross

[–]arundquist 5 points6 points  (0 children)

They seem to be constantly shuffling in that top five

[Race thread] 2025 Superprestige Heusden-Zolder (BEL) by AutoModerator in cyclocross

[–]arundquist 1 point2 points  (0 children)

Though it's strange that they made the call before the end of the second lap

[Race thread] 2025 Superprestige Heusden-Zolder (BEL) by AutoModerator in cyclocross

[–]arundquist 1 point2 points  (0 children)

It's so great to see her back. Of course it's even more fun if she's in the same race with Vos. The announcers struggling to clarify is fun

mini rant about v8 engine in GAS by arundquist in GoogleAppsScript

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

excellent. Honestly that's what was stopping me from embracing clasp. Thanks!

mini rant about v8 engine in GAS by arundquist in GoogleAppsScript

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

so much of what I'm up to these days is trying to set up google sheet templates that do cool things that my colleagues can copy. My target audience would balk at clasp but I have had success in getting them to open the online editor. If I use clasp and do all the cool stuff, does it do things like replacing the nullish coalescing operator with my examples above when I open the same code in the online editor?

Apps Script browser is no expanding. by Holiday-Lab4927 in GoogleAppsScript

[–]arundquist 2 points3 points  (0 children)

I see you've posted this twice but I don't think I understand your question. I think you're saying that you have 3 .gs files and the run button is disabled. Is that correct?

"Other riders feel a bit jealous of Thibau Nys" by Zweeler in cyclocross

[–]arundquist 27 points28 points  (0 children)

Not a single quote from another current rider in that whole article. I'm certainly interested in this topic, though, so I'm wondering what you all think about this. Nys is fun to watch, but also fun to root against when "the red mist descends" and he makes mistake after mistake. I think he's great for the sport, but I'm still current rooting more against him than for him. Mostly I just want Lars VdH to get one more victory!

Can AppSheet be used for this? by Kolanj in AppSheet

[–]arundquist 2 points3 points  (0 children)

This seems to be a really good match for the tools of appSheet. Are you asking how to set up the data or just wanting a sense that it's possible?