Simon Courtois

Results 65 comments of Simon Courtois

Hi @bdegomme, thanks for clarifying this. So if I understand it correctly, setting the threshold to `100` and the cooldown to `1.0` would mean that it would exclude the queue...

Alright! Thanks a lot for taking the time to explain it 🙏 😊

Hi there. Simon, PDFMonkey's CTO. If you need any help to move forward on this integration, come by our chat and I'll help you the best I can 😉

That would be so sad 😢

Hi @charlespwd 😊 It could be one but it doesn't have to be and the browser does respect a non-breaking space even if it's not using an entity code. I...

As a workaround, I'm now using a Code action with the following code: ```js export const code = async (inputs) => { const response = await fetch(inputs.theFileUrlHere); const buffer =...

@abuaboud thanks 🙂 Although, as a user, I'm not 100% convinced by the change of title for the issue. AP being a no-code tool, only having code as a solution...

In my case, I'm automating the retrieval of a daily audit that's being an authenticated endpoint, using a Bearer token, so I do need to use the HTTP module to...

While writing a custom piece, I faced the same issue, so I suppose the main issue comes from the common HTTP functions from `@activepieces/pieces-common` as I used them to perform...

@AzrizHaziq Thank you for the workaround ❤ Quick note, if you want to remain in Tailwind's land, you can use `className="...... [contain:layout]"` and it does the same 😊