Marios Mitsios

Results 38 comments of Marios Mitsios

Unless there is an environment variable for the path of godot, it might be difficult and maybe not time efficient to implement this. I will look at my environment variables...

> This is not what I was talking about. This is more to align with the same feature that is setup with Projects, where you can right click on the...

> I would not recommend implementing this by adding more Python dependencies as it is easy to put CVE-Search behind a reverse proxy that can handle CORS. Why would I...

While this may not be the simplest option, after a bit of searching on a no dependency approach may be something like: ``` def create_app(version, run_path): global app, token_blacklist, socketio,...

> If you can implement this without new dependencies that is indeed a better solution. I would make it configurable, though, as most would like it to be a bit...

Where is the file location of the config file, I might make a quick draft.

Thanks, forked the repo, will implement changes later. I won't have access to a computer for the next couple of days but mobile will do!

Changes should be done, do I open a pull request?

I have investigated sprig testing in somewhat depth due to wanting to implement some soon. [Unity Test Framework](https://www.throwtheswitch.org/unity) is an interesting choice.