Replies: 2 comments 2 replies
-
|
I'm going to close this discussion / about "why?" .. please see #5067 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
For reference:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It was never my intent to get involved here at all but as a Searx user myself
I decided to propose a few ideas to improve the code as well as give
Searxng full support for Windows. There's a few ways to go about this but something
I found annoying was downloading the library as well as the config script
being completely jacked mainly because I can't seem to point the path correctly
to some of the CSS Scripts Other than that I wanted to pitch a few ideas to the
table while I have a couple of months on my hands to help out.
Here are 3 of my proposals.
anybody using windows, luckily I saw a maintainer here take interest
which was my original inspiration for wanting in (I'm also the founder of that project),
I have some other ideas for keeping the requirements clean and rational.
I can be very relentless when it comes to making things work on other
operating systems.
maintained libraries, an example might be migrating from flask to starlette
which I'm surprised that nobody here has suggested yet.
and making wrappers for it to have flask behavior would be pretty simple and would
only require one subclass around the main Starlette Application class surprisingly if we wanted to implement our own method wrappers we could use that custom subclass to do so.
Now the reason I didn't propose Fastapi is because it installs Pydantic and msgspec is faster and I prefer msgspec more and I don't believe in adding more requirements that aren't needed to this software.
fantastic job already with that. I guess I could go in and take some older
modules and optimize them.
Here's an Example snippet for helping migrate from flask to Starlette that I described doing in my 2nd proposal if we decide to do so
Beta Was this translation helpful? Give feedback.
All reactions