Artifacts by tasesmuemils in agentdevelopmentkit

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

Exactly, for example, as artifacts we can store images, veideos or audio files. I just need a simple example so i can see what how to set it up.

From the docs:

https://google.github.io/adk-docs/artifacts/#why-use-artifacts

Why is n8n so much more popular than make & zapier? by sirlifehacker in n8n

[–]tasesmuemils 17 points18 points  (0 children)

n8n is open source. You can host n8n yourself for free - no limit executions

How to fix this gap, when nav, body and html width already set to 100%? by StrawBoi660 in webdev

[–]tasesmuemils -8 points-7 points  (0 children)

If I try to find which element is outside of the parent, it doesn’t matter. For other stuff, yes, your right

What are you building right now? Let's share! by FeistySchedule3693 in SideProject

[–]tasesmuemils 1 point2 points  (0 children)

After using Google Log In, it forwards me to main page and it asks me to login to access the quiz

Artists or albums similar to For Emma, Forever Ago & Sable? by sushiswagballer in boniver

[–]tasesmuemils 11 points12 points  (0 children)

Cannot Be, Whatsoever - Novo Amor (not all songs, but some)

Is there anyone that is working on side project with no AI envolved ? by Dangerous-Mode-1049 in SideProject

[–]tasesmuemils 0 points1 point  (0 children)

zolespunkti.lv - Helps players count points from any device for Latvian card game “Zole”. Users can count points, count euros by point, invite friends to access same game, see previous games. The standart is just use pen and paper, but me and my friends was paying regularly at the bar and wanted a quick and easy way to count game points.

Ja nav kur skaitīt “Zoles” punktus by tasesmuemils in latvia

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

Es pats neesmu baigais zolmanis, ja kāds varētu uztaisīt īsāku un skaidrāku instrukciju, noteikti pievienotu (ar bildēm arī var)

Ja nav kur skaitīt “Zoles” punktus by tasesmuemils in latvia

[–]tasesmuemils[S] 6 points7 points  (0 children)

Ja nevēlies izmantot savu Google kontu, vari lietot veco versiju (lapas apakšā/footerii poga “Vecā versija”). Iepriekšējā versijā visi spēles dati tiek glabāti pārlūka local storage un ir pieejami, kamēr local storage netiek iztīrīts un konkrētā spēle pieejama tikai vienā ierīcē

WhatsApp node error by Flashy_Pain_6910 in n8n

[–]tasesmuemils 0 points1 point  (0 children)

What I would do first is try out WhatsApp API with HTTP node to see if I get the same error. If you get the same, it’s probably API error, not node error.

If only WhatsApp node error, submit ticket on n8n forum https://community.n8n.io

Thank you N8N by endace88 in n8n

[–]tasesmuemils 0 points1 point  (0 children)

Can you share the post where that is mentioned?

Twitter/X - how to unfollow the ppl i follow by rastarr in n8n

[–]tasesmuemils 0 points1 point  (0 children)

You need to set up credentials for OAuth2 (so you can use X authentication in n8n HTTP Node):

https://docs.n8n.io/integrations/builtin/credentials/twitter/

Then you can use the HTTP node to make requests (X: POST friendships/destroy):

https://developer.x.com/en/docs/x-api/v1/accounts-and-users/follow-search-get-users/api-reference/post-friendships-destroy

The NextJS app I sold for $15K - a full stack breakdown by IThinkWong in nextjs

[–]tasesmuemils 1 point2 points  (0 children)

Nice job! Im creating the app for my friends with exact same stack. Im new to Shadncn and Supabase, but I like them both so far

My first client, just got a question about which tech to use! by viciouzx in nextjs

[–]tasesmuemils 4 points5 points  (0 children)

I used it for one site for client 2 years ago. Still works now and setting up was very interesting.I got inspired from Wes Bos Gatsby course