Ophir LOJKINE
Ophir LOJKINE
I think the spec wants you to store the raw value in a cookie, and send only the hash. Then even if the hash is intercepted in flight between your...
I think this should be merged since this is a strict improvement on the current state. However, that would still not allow zed to re-use a previous chain of thought...
Hello! I'm not against it, and would love to be added as a maintainer under the asf governance, if we need some balance to avoid too much bias towards datafusion....
I sent my completed ICLA :)
Why not [migrating the existing repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository) instead of creating a new one ? This would keep the issues, pull requests, etc...
Yes, that would be nice indeed ! Pull request welcome ! The source is here https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/big_number.handlebars `target=_blank` is not very intuitive for people who are not already familiar with html,...
Yes, have a look at the command line options: https://github.com/lovasoa/dezoomify-rs?tab=readme-ov-file#command-line-options `--accept-invalid-certs` is probably what you are looking for.
You are probably using a computer with a recent apple ARM processor. You can install dezoomify-rs for your computer using homebrew: https://formulae.brew.sh/formula/dezoomify-rs#default
Homebrew provides compiled binaries for both ARM and Intel CPUs: https://formulae.brew.sh/formula/dezoomify-rs#default
The issue you're experiencing with inline partials not working inside `each_row` helpers is due to how SQLPage processes templates internally. In SQLPage the template rendering process involves splitting templates into...