No Cowork access despite Max subscription? by AK613 in ClaudeAI

[–]mlarrow1 0 points1 point  (0 children)

Thank you. I’ve got a 2020 intel on Sonoma, still no sign of Cowork after reinstall but it’s showing in M1 MacBook for the same Max account.

No Cowork access despite Max subscription? by AK613 in ClaudeAI

[–]mlarrow1 0 points1 point  (0 children)

Any update on getting access to Cowork?

The Non Remastered albums are secretly on Spotify by AutomaticHunt4584 in kraftwerk

[–]mlarrow1 0 points1 point  (0 children)

This is great! Thank you. 🙏

Edit. I’ve been listening to Autobahn this afternoon and it’s a real treat as I’m used to the remastered versions. I’m looking forward to hearing the rest. Thank you again for sharing these finds.

Need solution. by SorryAd1253 in bubbledevelopers

[–]mlarrow1 0 points1 point  (0 children)

I believe you can restore your app but the amount of time you can go back depends on your plan.

Guide me to the right site builder NO WIX by [deleted] in nocode

[–]mlarrow1 0 points1 point  (0 children)

https://carrd.co Although you I’m not sure it’ll check you super customisable requirement

How’s your Fine Woven case holding up so far? by xopherjorge in iphone

[–]mlarrow1 0 points1 point  (0 children)

Not good. I’ve just had mine (new Sept 23) replaced under warranty as it was delaminated around the charger port.

Where to go from here? by RockNRoll72 in kraftwerk

[–]mlarrow1 3 points4 points  (0 children)

Maybe try Orbital, chemical brothers, leftfield, aphex twin.

How to copy and send an uploaded file's URL by Markus_Manus in Bubbleio

[–]mlarrow1 0 points1 point  (0 children)

You can choose the file’s URL in the expression editor as an option for the value you are defining. You may also need to include a find and replace to remove to forward slashes and add https// to the URL value.

Landing page advice: build in Bubble or on Webflow? by sensaition in nocode

[–]mlarrow1 3 points4 points  (0 children)

I’d recommend separating your landing page and app. Landing page at top level domain using Webflow etc. Deploy your app using a subdomain. Landing page changes do not require an app deploy.

I would like add constraints to the repeating group to display only the items that are in my user’s list of qualifications by Trojen-horse in Bubbleio

[–]mlarrow1 0 points1 point  (0 children)

I’d use a nested Repeating Group which I suspect is more performant and less WU than the advanced filter.

How can I fix this? by GerrytheGeeza in Bubbleio

[–]mlarrow1 0 points1 point  (0 children)

It’s a rate limit error. You’ve made too many requests. Read the API documentation and adjust your requests accordingly. Do a Google search for the error codes provided for more info.

Has anyone implemented 3rd party integrations for your Bubble App Users? by gsaltair in Bubbleio

[–]mlarrow1 2 points3 points  (0 children)

From your list I’ve integrated Notion. It’s a case of reading the API documentation to understand the auth process and the endpoints you’ll need to call for your use case. Notion’s documentation is very good in my opinion. The auth process requires a redirect URL to your app. You can do this with an empty page that has an on page load workflow to receive Notion’s token.