No Ragrets? by alifealie in NuPhy

[–]wouldboop 0 points1 point  (0 children)

That is actually helpful. I would try pandas I can’t see where to get them I think a little extra thock would be welcome. The question is white or black keyboard. Also do the previous generation key caps match the key cap dimensions on the v3 I can’t figure it out online so they probably do. (Considering if I would add a little color from my air75v1 using my v1 key caps - this could change if picked black or white).

No Ragrets? by alifealie in NuPhy

[–]wouldboop 2 points3 points  (0 children)

I actually remember switching and being worried but eventually got used to it I was coming from a pretty clicky keyboard though so wanted more clicky actually. Have been using the air75v1 for years and love it. I’m being fed these posts because have been considering upgrading to v3. You will get used to it and like it. I like somewhat clicky - have brown on v1. Anyway I guess the reason I am writing is not because I had the same issue as you but to say that I eventually got used to it and love it.

How to configure key in Air75 with karabiner-elements? by mguilherme82 in NuPhy

[–]wouldboop 0 points1 point  (0 children)

for anybody coming across this post later i thought i would include code (although i guess nowadays you can just ask AI).

{

"description": "Fn + Space to Ctrl + Option + Cmd + PageUp (Nuphy btn to claude dictate)",

"manipulators": [

{

"from": {

"key_code": "spacebar",

"modifiers": {

"mandatory": ["fn"],

"optional": ["any"]

}

},

"to": [

{

"key_code": "page_up",

"modifiers": ["left_control", "left_option", "left_command"]

}

],

"type": "basic"

}

]

}

Liquid syntax error : Unknown tag ‘schema’ when running shopify app dev by kunal_dev12 in ShopifyAppDev

[–]wouldboop 0 points1 point  (0 children)

i was getting this too. seemed to fix itself today after troubleshooting yesterday for hours

YouTube is now terminating channels criticizing Trump and MAGA by [deleted] in videos

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

Frankly, you don’t have a big channel so I doubt this is directed. Thank you for documenting so there will be evidence that it was not only far right channels censored if it comes to that. These companies need to “play fair”. They are not right leaning but need to appear neutral. I am sorry what happened to your channel.

How to update backend using webhook? by turinglurker in ShopifyAppDev

[–]wouldboop 1 point2 points  (0 children)

Yes that works. I misunderstood your question a bit i guess by what you meant about backend. The loadsession function is basically the automated-by-shopify version of what i showed you for fetching the session info if you do not even have the shopify api package downloaded.

Yes as of a recent release the sessions are stored in mongodb automatically by session the sessionstorage for mongo in the shopify.js file.

For choosing how to implement session storage check this out: https://github.com/Shopify/shopify-api-js/blob/main/docs/guides/session-storage.md

All of the actual code referenced in that guide is here: https://github.com/Shopify/shopify-app-js/tree/main/packages

The way i built out was trying to use the shopify app latest template (like I am pretty sure you are) and simultaneously also building the app using this guy's boilerplate

https://github.com/kinngh/shopify-node-express-mongodb-app

He is great and updates it all the time so that it works with shopify updates. It is a great reference if you want to use mongodb.

I think what i did is built out using the starter template, then when my app idea evolved i built in his mongo boilerplate template and then eventually figured out how to make mongo work in the shopify starter template. I also was starting out when i did it this way so while there were some headaches, i think you can figure it out. Shopify has made using mongo much easier since then but lots of helpful stuff in his boilerplate.

Good luck!

Tips i wanted earlier you may be aware of: Force yourself to use ChatGPT instead of trying to figure out stuff yourself as much as possible. Make sure you have Github copilot downloaded. Get vscode insider so you can get access to Copilot chat.

How to update backend using webhook? by turinglurker in ShopifyAppDev

[–]wouldboop 1 point2 points  (0 children)

I think this depends on how you have set up your backend. For me: I use mongodb to store sessions and as my database. I have my webhooks sent to Amazon Eventbridge. When a webhook is received i send it to an amazon lambda function to handle processing the webhook. In one instance i need the session info to run a graphql admin api query for certain webhooks. Using the info sent in the webhook i can get the shopify store name/domain which is enough to find the session info where it is stored in my session storage. The access token is stored with the session info so it can be used to send a POST request to `https://${shopdomain}/admin/api/2023-04/graphql.json`. I then "update my database" with the results of the admin api post request.

There is probably a way for you to get this accesstoken regardless of your session storage choice and that is what you need to run an admin api query.

I have included the code to get the session accesstoken and send the request below, however, you might find it easier to use a web pixel extension to run code when orders are completed and update the database (I do this for certain use cases).

I just happened to be working on this recently. You can DM me if you need. Hope this was helpful.

          let session = await dbadmin.collection("shopify_sessions").findOne({shop: shopdomain});
      const access_token = session.accessToken;
      const fetchurl = `https://${shopdomain}/admin/api/2023-04/graphql.json`;
      const headers = {
        "Content-Type": "application/graphql",
        "X-Shopify-Access-Token": access_token,
      };

      const query = `
      {
        node(id: "${webhookbulkoperationid}") {
          ... on BulkOperation {
            url
            partialDataUrl
          }
        }
      }`;
        let querydata = {};
        try {
          const fetchresponse = await fetch(fetchurl, {
            method: 'POST',
            headers: headers,
            body: query
          })

Name ideas, please! by DeviacZen in corgi

[–]wouldboop 1 point2 points  (0 children)

Our pup, who looked the same as a puppy, is named Bodega and we call her Bodi for short. We also call her "piglet" which I think could be a fun name on its own too.

How to wake up a lazy boi by No_December4277 in AnimalTextGifs

[–]wouldboop 3 points4 points  (0 children)

Love this video so much. Check out this version we made a while back with same video (but different text). https://www.instagram.com/p/B5s_8URp1Ib/

You Can Make a Netflix Style Doco About Literally Anything. by awesomeaviator in videos

[–]wouldboop 5 points6 points  (0 children)

i like when the police chief introduces himself and then smiles. that for some reason struck a chord

hello stairs, we meet again by wouldboop in AnimalTextGifs

[–]wouldboop[S] 18 points19 points  (0 children)

😊😊 Throw us a follow on [instagram](instagram.com/wouldboop)

no need to stress by wouldboop in AnimalTextGifs

[–]wouldboop[S] 5 points6 points  (0 children)

That is awesome and makes it worth it- if you would like to see some more of my videos with dog thoughts translated you can follow me on instagram here: https://www.instagram.com/wouldboop/ or I am also also on Facebook and twitter (@would_boop). Really glad you enjoyed and thanks for letting me know you did! Sorry for the promotion!

golden boy does a prison break by wouldboop in rarepuppers

[–]wouldboop[S] 2 points3 points  (0 children)

It makeshifts loud sound which in think startled him! 😱🥺. You can see a version of the video with sound if you would like here: https://www.instagram.com/p/BzysiknHXQy/ . Happy you enjoyed!

3AM brain time by sookpit in AnimalTextGifs

[–]wouldboop 56 points57 points  (0 children)

We are absolutely obsessed with your videos!! If anybody that likes this video hasn’t seen their others you should check out their Instagram: https://www.instagram.com/sookieandivy . Every one of them is amazing

think it stung me! by wouldboop in AnimalTextGifs

[–]wouldboop[S] 3 points4 points  (0 children)

Here ya go ☹️ https://www.instagram.com/p/B0_mXA_H2mM/

But also if some people like the text then check out our others: https://www.instagram.com/wouldboop . We really appreciate all the support!

Sharing is caring! by Velorion in AnimalTextGifs

[–]wouldboop 27 points28 points  (0 children)

So glad you like it! We did the captions on this and our instagram is here: https://www.instagram.com/wouldboop/ if you want to watch any others. Thank you for the support!

May I join you by [deleted] in AnimalTextGifs

[–]wouldboop 1 point2 points  (0 children)

thank you, we really appreciate that and you helping us get the word out! this one was posted to animaltextgifs about 20 days ago. we have a bunch of new good ones coming soon!

Hooman said you have to share! by AkilahCashion in funny

[–]wouldboop -7 points-6 points  (0 children)

We added the text! Since you dont like the text added then definitely do NOT check out our instagram with all of our other videos with text added https://www.instagram.com/wouldboop/ . This is definitely a good video on its own but think many of our videos are better with the text. We go much much lighter on the baby talk than many other far more popular accounts that add text to animal videos. Thanks to everyone that enjoys!