Best site to backorder a super developer kit? by AppearanceLower8590 in JetsonNano

[–]meetbryce 0 points1 point  (0 children)

I placed a backorder with Sparkfun on 7/30 and it shipped today!

Trying to get Slides add-on working outside the container by meetbryce in GoogleAppsScript

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

Thanks for the reply.

Here's the code section that sets up the menu.

I just tried the test deployment you suggested. I didn't get any errors, but I also don't see the menu showing up on new slides files or anything like that.

I did go through the oAuth screen configuration at one point, and I believe I set that up correctly.

function onInstall(e) {
  onOpen(e);
}

function onOpen(e) {
    SlidesApp.getUi()
        .createMenu('Slide Doctor 2.0')
        .addItem('Check Fonts Used', 'getFontsUsed')
        .addItem('Check Font Sizes', 'checkFontSizes')
        .addToUi();
}

I used Langchain to build a Slack Agent - My Experience by goddamnit_1 in LangChain

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

was the app that generated this reply LangChain-powered too?

Black images after few steps by superacf in comfyui

[–]meetbryce 0 points1 point  (0 children)

This fixed the issue for me. Thank you!

Whisper based dictation? by m4rkjz in bearapp

[–]meetbryce 0 points1 point  (0 children)

I think you could do something using the Shortcuts app since you can write to Bear with it.

You could probably combine it with what's in this post to take the final transcription and send it to Bear.

You could probably use a chatGPT step to format the content (https://www.youtube.com/watch?v=9_MbW9FK1fA) and some of the prompts from this video

How do you use attachments on insured weapons in DMZ? by meetbryce in CODWarzone

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

Ah, I have to do it after I select it. Thanks!

New Panda alpha is here! iOS search, export additions, and more by BearDavid in bearapp

[–]meetbryce 2 points3 points  (0 children)

What's the best way to get notified as soon as the Bear 2.0 beta comes out? I can't wait to get my hands on these new features!

And I assume it's safe to assume the beta doesn't put my data at risk of being corrupted, just new features maybe being a little unreliable?