Rylan Cook

Results 3 issues of Rylan Cook

**Related Issue** #355 **Proposed Changes** Added a argument to `fast_app` that allows the user to change the default static media folder being the root directory. Updated the documentation to reflect...

In the documentation, the given example for how to [change the static media file location](https://docs.fastht.ml/tutorials/quickstart_for_web_devs.html#other-static-media-file-locations) is given as: ```python @rt("/{fname:path}.{ext:static}") async def get(fname:str, ext:str): return FileResponse(f'public/{fname}.{ext}') ``` But because this...

bug

Right now when you type out text through `STRING` or the `OLED_PRINT`, it has to be predefined in a constant or by the script itself. Because of this, if you...