Wenbin Fang
Wenbin Fang
Right now, we don't have an easy way to remove files from R2 that are not being used. But, we may make this easier in the future. We are thinking...
You can put [tailwind cdn](https://tailwindcss.com/docs/installation/play-cdn) at /admin/settings/code-editor/?type=shared#webHeader And customize tailwind.config there. For example, this microfeed instance is using tailwind: https://brand-assets.listennotes.com/ Does this work for you?
I agree that the current approach may not be well-suited for high-traffic production websites requiring fast rendering. However, it is important to consider the typical use-cases for microfeed at this...
Right now, you have the option to [build a Tailwind CSS bundle](https://tailwindcss.com/docs/installation) and place it in R2, thereby replacing the Tailwind CDN referenced in the screenshot below:  However, this...
The intentional design currently accommodates specific edge cases concerning the auto-deletion of R2 files. For instance, if an image is embedded across multiple websites and is inadvertently overlooked, deleting the...
@rhaarm could you pull and merge from latest master? That should fix all the flake8 error & fixed unit tests for python 3.5. Then this pull request should be good...
@devcompl Thanks for the change. Could you send a pull request for this change?
@swaggy could you merge this PR?
You can pause a job, so it won't run automatically; and then you manually trigger it by click the "Custom run" button. 
By "pause a job", I mean "a job can't be scheduled to run". If a job is already fired, then there's not way to "pause" it. (Sorry for late reply!...