Ophir LOJKINE
Ophir LOJKINE
There hasn't been any update in years, and pull requests are pending. Is this project still maintained ? If not, then maybe the project should be donated to https://www.codeshelter.co/ ?
Hello ! I have a health certificate checking website (https://sanipasse.fr) for which I would like to add support for digital green certificates. In order to do so, I would like...
``` numeric.sub([[]], [0]); ``` starts an infinite loop, using 100% CPU.
When I run the following code: ```py print(int("3\n")) ``` The expected output is 3, as it is when run with the regular python interpreter. However, when run with codon, I...
The server returns gzip-compressed responses
See https://github.com/sveltejs/svelte/issues/8459 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue where it is discussed ahead...
**Describe the bug** Page scrollbars are not visible in google chrome. Initially reported in https://github.com/lovasoa/SQLpage/discussions/17 **Device** Google Chrome | 114.0.5735.198 (Official Build) (64-bit) -- | -- Revision | c3029382d11c5f499e4fc317353a43d411a5ce1c-refs/branch-heads/5735@{#1394} OS...
Hello ! I would like to use this crate with [`actix-web`](https://github.com/actix/actix-web). Is this possible ? I don't see any may to pass rustls-acme's output to [actix `HTTPServer`](https://docs.rs/actix-web/4.4.0/actix_web/struct.HttpServer.html) Maybe this crate...
Hello, and first, thank you for this great library ! Recently, I published a blog post titled [*I’m sorry I forked you*](https://sql.ophir.dev/blog.sql?post=I%E2%80%99m%20sorry%20I%20forked%20you). In the title, the second character is a...
I was creating a test for a case where a client sends an invalid multipart request without a closing boundary: ```rs use actix_multipart::{ form::{tempfile::TempFile, FieldReader}, Multipart, }; use actix_web::{ dev::{self,...