Ankur Khandelwalblog.nocodetalks.co·Oct 31, 2023How to pass data across function in Bubble plugin?There are times when you need to pass data between different functions while building a client-side plugin in Bubble. However, there is no native method to accomplish this. One approach is to expose the data and request that user send it as input. Th...Bubble Pluginbubble.io
Ivan Karabadzhakjakeroid.hashnode.dev·Mar 19, 2023Puppeteer doesn't remove files from temp directoryFrequently I am building bots. They are running on the server and gathering some data. For some of them, I use Puppeteer and headless Chromium instances. That combination works great. However, there is an issue. Puppeteer doesn't remove files from a ...26 readspuppeteer