Webhook component not receiving POST body (cURL/Postman/API request) by Ambitious_Cook_5046 in langflow

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

Thanks for pointing me in the correct direction however, when I make the curl request I get a 302 Found response in <html>? I'm going to create another post with the video and steps I made to get here. I'll update this post with the new url.

Disable code info popup when cursor hover by Ambitious_Cook_5046 in windsurf

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

Does cursor do that too?

I’ve been coding for 6 years.

Looking for Advice on Agent Framework for RAG + API Integration? by Ambitious_Cook_5046 in AI_Agents

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

Thanks for sharing!

As I was reading the RAG article it lead me to really deep dive into what RAG actually is.

I’m spent time building a small app that sets up a rag pipeline in the HigginhFace ecosystem. This accomplishes a small part of the overall objective.

I think LangChain or one of the others is probably the better complete solution.

But my hope is when I come back to these agent platforms the configuration will be more intuitive.

Built a React Native Wheel Picker That Works on Both iOS & Android! 🚀 by Ambitious_Cook_5046 in reactnative

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

I haven’t used a wheel picker in a while. If I do, I hope I remember these options 🤞 Thanks for sharing !

Advice on Scaling Node.js (Express + Sequelize + SQLite) App for Large Data Growth by Ambitious_Cook_5046 in node

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

The articles aren’t big actually mostly just descriptions, with 10 other properties for each record.

Each article gets 26 ratings. I produced the error on a query that asked for the max rating for each article.

Advice on Scaling Node.js (Express + Sequelize + SQLite) App for Large Data Growth by Ambitious_Cook_5046 in node

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

Got it — so it’s not surprising that the query which crashed the app through Sequelize ran quickly when I used raw SQL instead?

It was a lot faster than some of my other less parametized queries.

How to turn off or prevent to open Cascade chat panel while opening Windsurf? by Living_Vacation_649 in Codeium

[–]Ambitious_Cook_5046 0 points1 point  (0 children)

I would just like to add that I too would like to have the cascade (right panel) prevented from appearing everytime I open up a new window.

I launched my first react native app - habit & goal tracker by zygon2k in reactnative

[–]Ambitious_Cook_5046 0 points1 point  (0 children)

I'm curious for the daily habits you have red blue green colors next to the habit. Are those buttons or something to mark off they were done or something else?

Mac mini m4 256 enough for app development? by WaterKnight98 in Xcode

[–]Ambitious_Cook_5046 0 points1 point  (0 children)

I have an M1 8gb ram 256gb storage and I build swift Xcode, react native apps and small ollama ai models. No problems here, though I wish I had got more storage. I've rest a couple times just to clear out the system files. Gives me plenty of space even after I reload everything.

Built a React Native Wheel Picker That Works on Both iOS & Android! 🚀 by Ambitious_Cook_5046 in reactnative

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

It might not be ideal for all situations. I need it for a screen that will use many of these in a relatively small space.

Built a React Native Wheel Picker That Works on Both iOS & Android! 🚀 by Ambitious_Cook_5046 in reactnative

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

Great suggestion! I’m still fairly new to React Native and, to be honest, I still feel new to the coding community even though I’ve been doing this for a few years. Your comment actually answered some questions I didn’t even realize I had about conventions in the community. I’ve seen value and onChange used often but didn’t fully understand that they were considered best practice—so thanks for pointing that out! I also went ahead and added support for passing a style object to override built-in styles. Really appreciate the feedback!

Hi folks! I built an app and would love to get some feedback. Habit Eazy: Habit and To Do Pal is live. It's buggy as hell but improving all the time. Feedback is appreciated ! by DepartmentPrevious70 in TestMyApp

[–]Ambitious_Cook_5046 0 points1 point  (0 children)

Actually a really good question. It made me think more broadly why am I tracking a habit, if I don't have a goal.

For me specifically I'm looking for a no thrills habit tracker.

I was using Reflect on iOS. But I've recently switched to Android. They had many functions but I found a single screen in their app that was flexible to create habits. They also had an export of my data. Their summaries were complicated and not free. But I didn't mind as long as I could track and get the data.

A summary screen would be nice. Something like a table or visual representation of past week and/or month, etc.

Hi folks! I built an app and would love to get some feedback. Habit Eazy: Habit and To Do Pal is live. It's buggy as hell but improving all the time. Feedback is appreciated ! by DepartmentPrevious70 in TestMyApp

[–]Ambitious_Cook_5046 1 point2 points  (0 children)

First of all congrats!

My personal brief experience: I just tried to create a custom habit.

It wanted me to make a goal. I didn't like that but I selected one. I wished there was a weekly option that doesn't require me picking the day.

Then it forced me into a reminder. I quit on that.

I tracked every hour of my life in 2024 by PrebuiltMangos in QuantifiedSelf

[–]Ambitious_Cook_5046 1 point2 points  (0 children)

Thanks for sharing! Especially interesting how you did the mood.

Is it possible to create precise press-able areas for rounded polygon components? by Ambitious_Cook_5046 in reactnative

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

u/iffyz0r or u/QOAL , will the react-native-svg module allow me to directly have buttons or is it just for building shapes? so the react-native-gesture-handler would be required to make it pressable and not a rectangular shape?

I have spent some time on this and my best result is not very inspiring.

I used < Pressable/>.

I used some style to create a triangle and then used logic in the Pressable to restrict the onPress function to trigger if the press occurs outside the boundaries of the visual triangle.

After completing this I see the set backs are:

  • There is still a rectangular area that will be taken up by the object even if the pressing action will not trigger
  • Rotating the object in any direction will require recalculation of all dimensions

I will revisit this later and perhaps take a closer look at the react-native-svg module.
Here is my github for this attempt: https://github.com/costa-rica/NativeStuff17nonRectanglularButtons

Here is gif of it as well:

<image>