Markus Heiser

Results 629 comments of Markus Heiser

@dalf I am a little unsure: this release includes https://github.com/pallets/flask/pull/4720 (see: https://github.com/pallets/flask/issues/4714) > The FLASK_ENV environment variable and app.env attribute are deprecated, removing the distinction between development and debug mode....

@unixfox sorry for the delay .. I think we have to fix #183 first / see my https://github.com/searxng/searxng/issues/183#issuecomment-873611982 .. not so easy .. :-(

Sorry I could not find a solution for paging support in google images. I leave this open, may be others have a clever idea how we can solve the *infinite...

@kennedn thanks for sharing your experience .. I can confirm; with the User-Agent from your examples, google-images returns to a paginated view. I gave this solution a try and analysed...

@kennedn thanks for pointing out _batchexecute_ / I already digging a into this API and I want to link here an article I found along others: - [Deciphering Google’s mysterious...

@dalf FYI I picked up this PR and continue to develop in (my) branch https://github.com/return42/searxng/commits/refactor_results .. its fare from usable .. I will ping you when I have something I...

> But `TypedDict` does not preserve the original bases `TypedDict` is a type in the world of "Type Hints". You can inherit "Type Hints" with similar concepts known from the...

> I'm sure if you talk about TypedDict or typing in general. > If the code editor supports them (typed annotation), IMO: Yes, I was talking about TypedDict :-1: .....

Hi @gustav2302, thanks a lot for your PR. The CI reported issue can be fixed by: make format.python FYI: before commit its recommend to test by `make test` / we...

@gustav2302 FYI the last commit adds broken code ae84fd03 / you need to solve a conflict when merge / BTW I recommend to rebase in a feature branche / do...