Raphaël Vinot

Results 550 comments of Raphaël Vinot

On the long run, agreed, but due to the way the async is implemented, we will need to keep a `.pyi` file at least for that (or rewrite it completely)....

Hehe, thanks, I really need to get back on that, sorry, I've been sidetracked for a while. Hopefully soon...

@mkmkme that's probably a better approach TBH. The whole PR is somewhat overwhelming, and I haven't managed to do anything on it in the last few months, sorry for that...

I line systemd for that, it is very easy to deploy, I generally do it with a script that looks like that, directly with poetry: https://github.com/Lookyloo/lookyloo/blob/main/etc/systemd/system/lookyloo.service.sample. I generally avoid having...

It will work, but it won't stop the website cleanly (it will crash because the backend is gone) and we might have ports staying open so starting the website might...

Hi, thanks for your interest! (I misunderstood what the list was, sorry) That's a great list, thanks! We'll look what we can integrate.

If you enabled it in the website and stop/start, it will be fetched. If you see entries on the website, it's all good. jvndb has no API key, so I'm...

YOu should be able to do it from there: https://github.com/cve-search/vulnerability-lookup/blob/main/vulnerabilitylookup/feeders/jvndb_logging.json

@amirreza8002 Let's discuss about the state of the PR here. So my approach was to use the test suite as a baseline to have working type hints, so I gradually...

I'm working on something else right now, so I don't have anything going that is not in this PR. Feel free to work on anything you want. The next steps...