Bloctans

Results 10 issues of Bloctans

We use Better profanity as the main censoring system for the platform Meower. Here is an example of what i'm talking about: ![image](https://user-images.githubusercontent.com/93960460/178128122-325f3892-6b84-4b1d-892d-76f42e262f28.png)

**Describe the bug** the top bar with channel info is showing up, also the buttons are smaller **To Reproduce** Steps to reproduce the behavior: 1. Click on a video 2....

bug

### Steps to reproduce put this code in a script: ```py from pydub import AudioSegment from io import BytesIO real_audio = BytesIO(open("a.mp3", "rb").read()) real_audio.seek(0) audio = AudioSegment.from_file(real_audio) ``` make sure...

The new logo/intro animation for the meower svelte client as we will no longer have the old starting animation (rip)

enhancement
low priority
UX

Additions: - Better ending screen - Introduction - Better custom theme screen - More readability and short tutorials

hopefully didnt break gc activity

Changes: - Edited custom themes v1 to no longer care about orangedark and orangelight. - More detailed reset button, also added reset to saved theme

File "D:\sb3topy-1.1-beta\sb3topy-1.1-beta\src\sb3topy\parser\variables.py", line 339, in mark_modified var = self.get_var('list', block['fields']['LIST'][0]) File "D:\sb3topy-1.1-beta\sb3topy-1.1-beta\src\sb3topy\parser\variables.py", line 206, in get_var if not name.startswith(prefix): AttributeError: 'list' object has no attribute 'startswith' in the error msg

bug
question