Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

We have a special compatibility tweak, but it comes with a warning: https://github.com/sqlpage/SQLPage/blob/main/src/webserver/database/sql.rs#L910-L917

The sqlite examples that rely on it should be updated

I have reversed their signature scheme, in case anyone is interested to implement it in dezoomify ```py def sign_aliyun_url(url): m = re.match(r'^(https*:\/\/[\w\-\.]*)(\/.*\.(jpeg|jpg|png))\?*(.*)$', url) domain, path, _, query = m.groups() query_str...

Why closing this ? The support is still not implemented in dezoomify or dezoomify-rs

And what do you mean by "fix it" ? Did you have troubles running the above python script?

Hi! Thanks for the quick report. This will be fixed in v0.36.1

Hi @rhysparry ! Looking at this in a little more details, the issue is similar to https://github.com/sqlpage/SQLPage/issues/721#issuecomment-3044928023 Postgres returns - textual money representations for static queries (so we can display...

Reopening with a new title to reflect how the bug occurs even in 0.36.1 when queries contain parameters

That would be a very useful feature indeed, but it does require some work. @otofoto , would you be interested to take on this task and open a draft pull...

Here is my best effort to explain lossy and lossless jpeg joining. #### **1. What is a JPG?** JPG reduces file size by discarding some image data. This is called...