Krystian Postek
Krystian Postek
For this code snippet: ```python class PlaylistEntry(BaseModel): content: Link[FileRecord] some_props: List[str] class PlaylistAbout(BaseModel): name: str description: str class Playlist(Document): about: PlaylistAbout entries: List[PlaylistEntry] = Field(default_factory=list) tags: List[str] = Field(default_factory=list) enabled:...
**Have You Read Our Docs** Yes **Are You Reporting A Bug** Yes **Environment** - Kext Version: 2.2.0 (build from d9f129454ee15d81e039acc2dc5e785465cd65f9) - WiFi Card Model: Intel Wireless AC 9462 - PCI...
https://github.com/HACK3RY2J/PBomb literal copy, i think it's stolen
Hi, I have just made a code review. Your code is bloated. I have recreated your script following PEP conventions. Also I have removed questionable imports.
**Environment**: - CTFd Version/Commit: bbe1fce4f27a290056614241d74d821625aef602 - Operating System: Docker @ Fedora 40 - Web Browser and Version: Chrome 126 (but it does not matter) **What happened?** API Definitions from `https://demo.ctfd.io/api/v1/swagger.json`...
There is no API endpoints that allows to login and register users. If those were available, making more advanced frontends/themes using for example react or svelte.