Bloom Autist

Results 5 issues of Bloom Autist

![image](https://user-images.githubusercontent.com/77521350/163665598-d0d0d690-d889-43e9-9f50-96dfcb056446.png) This image says it all. The header out side the div tags gets big while the one inside the tag remains normal text. Is there a way to enable...

Question

I'm using this jsoneditor as a soft editor for my app, nothing too strict as I'm not exactly parsing json but a dictionary. ![image](https://user-images.githubusercontent.com/77521350/163671325-6793c6dc-1c80-4bd8-bb92-b0b0d7638494.png) Is there a way to disable...

question

So let's say you have this; ` # Hello World ` It will not render the `# Hello World` inside the div and make it big on the editor. Is...

Here is my code: ``` import os from thumbnail import generate_thumbnail os.chdir(os.path.dirname(os.path.abspath(__file__))) options = { 'trim': False, 'height': 300, 'width': 300, 'quality': 85, 'type': 'thumbnail' } generate_thumbnail('./test/Fairy2019Bow.swf', './test/Fairy2019Bow.png', {}) ```...

Hello. Can I ask how do I use this module to delete a file? Thank you so much.