Mahi

Results 10 comments of Mahi

This is more of a workaround than a solution, but you can use the `@app.route` decorator as a normal function call instead of using the decorator syntax: def slash(): ......

Maybe it's just me, but I find the string building way very unpythonic. It just makes sense to have this instead: ve = VerEx() ve = ve.first('http://') ve = ve.maybe('www.')...

`pip install pySFML` not working on Python 3.6 on Windows

There are no "requirements" for making one, you just make one... :P @MIfeanyi

Created a new page and added content to it, but even after 2 days my other device still says: > code: RecordNotFound > msg: Record not found:Collab not found for...

@annieappflowy There was no reconnect button, but I went to the sync settings and clicked the "Restart" button and it seems to have fixed the issue. I understand these are...

> Why should be only 200 or 500 be valid. It could be any positive integer number. Because the response is documented as: ```ts schema: { response: { 200: Type.String(),...

> You make it look like a trivial change I have not said such thing, you are drawing conclusions. > You are welcome to propose a PR to handle this...

Also this is how fastify works out of the box, so clearly the type provider is lacking: ![image](https://github.com/user-attachments/assets/5a4bf668-45e3-40d1-9cbd-ddba6d405343)