@JonTuckerUSA Sounds interesting. Do you have Codex running on your personal computer, or is it deployed on a remote server that is working with Asana 24/7 ?
@MatznerJon Congrats on the decision to move away from Airtable! Just curious, are you using a custom build UI dashboard for reading/updating the PostgreSQL database, or are you using pre-made solutions like Retool?
@ChromiumDev Incredible, thank you! Can you also please allow developers to customize the context menu so that we can click "Inspect" without scrolling? Thank you!
#google#chrome docs say `Any global variables you set will be lost if the service worker shuts down.` But, I believe, a better way to put it would be this: `Any variables created during the execution of the service worker context will be lost when the service worker shuts down.
I hope somebody at @googlechrome or @ChromiumDev will see this. As a developer I use the right-click-inspect feature a lot. But because of the recent changes I have to scroll almost every time to use it. I NEVER use any of the context menu items that are above. Thank you ๐
@DeryckOE@oliverdunk_ Hi Deryck, hope this piece of advice helps you with the learning curve: develop UI of your extension as a single-page web app, and only use the extension to display an iframe that contains that web app.