Michal Mazurek
Michal Mazurek
Hi @trentm, I've made an argparse version here: https://github.com/MichalMazurek/cmdln, have a look and would you consider pushing this to your repo?
Hi, I was also thought about putting it into a variable, but didn't had time. Please test it, especially the `test_algoidef_extract` as I can't to get it to work, embedding...
No no, don't worry :+1: Thank you for great work :)
Hey! I would also love to help, I'm using easysnmp too as the main core of one of the projects I work with, as I see people above are also...
I have some, I will try to fix it.
This works: ```python from typing import List from fastapi import FastAPI, Query app = FastAPI() @app.get("/test") async def test(query: List[int] = Query(...)) -> List[int]: return query ``` All the best...
I think the error points to missing `query` in the body of the request. That is what I understood :)
Hi, It would be also nice to disable certificate checking, I'm having a lot of issues with a self-signed certificate for private PyPI repo. I can fix that, but first,...
On my side, some are fine; some do not show the state after the run.