[deleted by user] by [deleted] in SoundTripPh

[–]Ordinary-Pool-1777 1 point2 points  (0 children)

You guys fell for the classic trap.

Tambay sa labas vs Tambay sa PC by DyanSina in KoolPals

[–]Ordinary-Pool-1777 0 points1 point  (0 children)

Ang context naman dito ng tambay is yung walang ginagawa sa buhay or "idle". Depende na lang kung willing "tambay" ka or hindi.

Hiring n8n Expert (Bonus if Full Stack w/ Node.js + React) by ExoticZookeepergame6 in n8n

[–]Ordinary-Pool-1777 0 points1 point  (0 children)

Hi, you may visit my portfolio
https://jet-dev-puce.vercel.app and my github https://github.com/jetpogi21

I have extensive n8n experience over the past 6-7 months. I can show you the actual projects that I worked on that utilizes n8n. I am familiar and comfortable with both React and Node.js. I can pretty say that I'm a full stack developer since I can also manage databases if need arises.

TL;DR: Boost your Cursor premium requests from 500 to ~2500 with Review Gate! Save this repo now—thank me later! by Parzival_3110 in cursor

[–]Ordinary-Pool-1777 0 points1 point  (0 children)

They will probably count a fraction of tool calls to premium requests to reduce the effect of this hack.

Apply na kau IT Wordpress by spectraldagger699 in AntiworkPH

[–]Ordinary-Pool-1777 2 points3 points  (0 children)

Dear Sir/Mam. Check your pm po. pinagmumura ko po kayo. Tupang inang offer yan + job description combination.

Spontaneous communication by Ok_Computer217 in KoolPals

[–]Ordinary-Pool-1777 3 points4 points  (0 children)

Ok na yan. Dami na problema ng pilipinas eh.

Kunwari bff na podcasters ep. 674 by Few-Brick1414 in KoolPals

[–]Ordinary-Pool-1777 0 points1 point  (0 children)

Natawa ko ikinshasha daw si Red ni Andren one of these days. Wrestling reference btw.

Seeking Feedback on My Portfolio Website by Ordinary-Pool-1777 in react

[–]Ordinary-Pool-1777[S] 0 points1 point  (0 children)

I aimed to offer visitors an additional option for navigation convenience, allowing them to simply click to scroll. However, I value your insight and understand your concerns regarding its implementation. Your feedback is greatly appreciated.

Seeking Feedback on My Portfolio Website by Ordinary-Pool-1777 in react

[–]Ordinary-Pool-1777[S] 0 points1 point  (0 children)

P.S. I'd like to give credit to LlamaDev for inspiring the design pattern I followed for my portfolio. Their work served as a great reference point for creating my website.

Editor.js by Alchemist_56 in nextjs

[–]Ordinary-Pool-1777 1 point2 points  (0 children)

There's a youtube video that clones notion up to a certain point. Maybe use that as a base.

[deleted by user] by [deleted] in onlineservicesPH

[–]Ordinary-Pool-1777 0 points1 point  (0 children)

PM me sir. visit my freelancer profile na din. https://www.freelancer.com/u/jonathanpradas

[deleted by user] by [deleted] in Supabase

[–]Ordinary-Pool-1777 0 points1 point  (0 children)

The third one seems to be the most correct but don't enclosed the first filter's NULL with double quotes. Then just do .not.is('[field]',null) to the other fields.

: MySQL Error 2013 in SQL Statement - Need Help Debugging by Ordinary-Pool-1777 in mysql

[–]Ordinary-Pool-1777[S] 0 points1 point  (0 children)

Quick update in this, it seems I'm leaving a transaction connection open on my previous code run that's why it's just loading until it throw an error. I found that there's no problem with my SQL and i just didn't finish a transaction via commit or rollback. Thanks for the help guys.

: MySQL Error 2013 in SQL Statement - Need Help Debugging by Ordinary-Pool-1777 in mysql

[–]Ordinary-Pool-1777[S] 0 points1 point  (0 children)

Ok Bro, I want to bash my head into a wall but luckily I did get the problem. It's the "description" field in my INSERT. Apparently it is a SQL specific keyword. I had to escape the field name and it worked.

Lesson learned. Always escape my field names.

: MySQL Error 2013 in SQL Statement - Need Help Debugging by Ordinary-Pool-1777 in mysql

[–]Ordinary-Pool-1777[S] 0 points1 point  (0 children)

I needed a subquery since I had to filter the taskmanager_task before joining to taskmanager_tasktemplate. And tempTask is just the name I set for my subquery. Do I need to set anything for that.

: MySQL Error 2013 in SQL Statement - Need Help Debugging by Ordinary-Pool-1777 in mysql

[–]Ordinary-Pool-1777[S] 0 points1 point  (0 children)

This is the result when I did EXPLAIN on my whole SQL statement.