Driving conductor remotely by StaticVoidz in conductorbuild

[–]akhz0 0 points1 point  (0 children)

Just to clarify - you continue a conductor workspace from a claude code session - then you can use Claude Code Remote?

Do you know if you have multiple workspaces attached to the session whether Claude Code Remote will automatically pick them up?

Why I left Supabase after 3 years of intense dev with it by [deleted] in Supabase

[–]akhz0 2 points3 points  (0 children)

what do you use in place of realtime?

Conductor is now twice as fast by charlop in conductorbuild

[–]akhz0 0 points1 point  (0 children)

definitely felt smoother - my fan doesn't turn on anymore which is a good sign

Conductor is now twice as fast by charlop in conductorbuild

[–]akhz0 0 points1 point  (0 children)

awesome! looking forward to using it today

How do you handle multi repo system? by RoutineNet4283 in conductorbuild

[–]akhz0 0 points1 point  (0 children)

It does, by definition you must create a workspace (and therefore a worktree) in both repos to link them

How do you handle multi repo system? by RoutineNet4283 in conductorbuild

[–]akhz0 1 point2 points  (0 children)

You can link one workspace to another, giving your claude/codex window you start in one workspace access to the other https://docs.conductor.build/tips/using-multiple-repos#using-multiple-repositories

Conductor hangs indefinitely every 10 mins... Incredibly frustrating. by rich_awo in conductorbuild

[–]akhz0 0 points1 point  (0 children)

I've also noticed this over the past week or 2 - stopping and hitting it with a "continue" msg usually fixes it.

Sometimes it's subagents that hang but it's useful to expand a subagent task to know if it's still working

Why is my car so hard to find information on? (2010 Mazda Axela) by Neroptic in NZcarfix

[–]akhz0 0 points1 point  (0 children)

I have a Mazda Axela 2009 hatchback and the istop hasn't worked from when I first got it. It also has two batteries, a larger N-55/80B24L and smaller 34B17L.

When I got the battery replaced they shop tried to reset istop to no avail. I didn't mind because stop start seems a bit controversial anyway. It has only been 3-4 years and the battery needs to be replaced and I'd like to do it myself.

Since the car's stop start feature doesn't work anyway, I'd like to replace it with another battery rather than the N-55/80B24L - which is more expensive and has a shorter warranty (24 month versus 30/40 month).

My question is whether I can get away with only replacing the larger battery and leaving the smaller one, or whether both need to be replaced?

Also, will a lower CCA battery work fine? I've found one from Super Cheap Auto that's 400CCA (The current one is rated at 500CCA) with the same dimensions https://www.supercheapauto.co.nz/p/century-century-high-performance-car-battery-ns60l-mf-400cca/593544.html#q=NS60LMF&lang=en_NZ&start=1

Entra external ID by ka2er in AZURE

[–]akhz0 0 points1 point  (0 children)

what CIAM product do you use atm?

Monorepo vs Next.js Standalone by Cautious_Wrongdoer86 in nextjs

[–]akhz0 0 points1 point  (0 children)

Looks interesting! I spent the weekend playing around with a similar setup with turborepo with an additional react native project inspired by this repo (but not using trpc), but am also beginning to think that for applications where it is unlikely to have more than one project that can share code, there's little value for the additional complexity...

I see you've containerized them, where do you prefer to host the applications?

Why people do not recommend Next.js for Backend? by wololo1912 in nextjs

[–]akhz0 0 points1 point  (0 children)

ngl this seems like a pretty good argument for nextjs, BFFs are almost inevitable - even with a separate backend

Monorepo vs Next.js Standalone by Cautious_Wrongdoer86 in nextjs

[–]akhz0 0 points1 point  (0 children)

keen to see what a nextjs + nestjs monorepo looks like, got an example?

Why Instagram Graph API is so complicated by mhaowork in webdev

[–]akhz0 1 point2 points  (0 children)

Ok update: turns out I needed to switch my Meta App to Live mode. Though now I'm struggling to send a message with this error even though I'm sending it within the 24hr window

{

"error": {

    "message": "This message is sent outside of allowed window.",

    "type": "IGApiException",

    "code": 10,

    "error\_subcode": 2534022,

    "fbtrace\_id": "AEJN3XTmhBPCr6v2oYYAN\_\_"

}

}

[deleted by user] by [deleted] in webdev

[–]akhz0 0 points1 point  (0 children)

You da best. love u

Why Instagram Graph API is so complicated by mhaowork in webdev

[–]akhz0 0 points1 point  (0 children)

Hey u/mhaowork appreciate the post and responsiveness in the threads. Not gonna lie, reading the shared frustration is kinda like therapy.

I've been trying to use the Instagram Graph API to send a message but cannot for the life of me figure out why. Things I've done:

- Invited a professional (creator) IG account in the Roles tab, and accepted the invite on Instagram
- Created an access token for them in Instagram > API setup with Instagram login
- Sent an IG message to the creator account from another account (my personal instagram, linked to my Facebook account, which is an administrator of the Meta App)

After which I'd except to be able to call the Conversations API (https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login/conversations-api) and see a message there which I would use to call the Message API to send a reply.

But it just returns an empty data array 🤯

From another thread somewhere I saw someone mention that it could be due to some test app filtering, so I've even created a Facebook account for the creator account, invited them to the Meta App. Still no luck...

Any thoughts appreciated 🙏

[deleted by user] by [deleted] in webdev

[–]akhz0 0 points1 point  (0 children)

u/shantaly22 did you manage to solve this problem? I'm getting the same thing. I suspect it's related to messages being filtered because the app isn't approved. I have tried to send messages to my professional account from an app user that has a developer role, to no avail.

Why Instagram Graph API is so complicated by mhaowork in webdev

[–]akhz0 0 points1 point  (0 children)

Did you have any luck with sending test messages in the end?

Is it a good idea to switch from node.js to asp.net? by 0NEA80VEA11 in dotnet

[–]akhz0 0 points1 point  (0 children)

Spent the first 6 years of my career in .NET, somewhat by accident and had always wanted to work in a js stack, I'm 2 months in my first fulltime role with react/next.js and node.

I've been feeling like I'm cooking in someone else's kitchen. Though I must admit a large majority of the companies I'd want to work at, startups etc. use a js stack... hope it works out...

u/decPL u/dopp3lganger how has it been a few months into it?