Maxim Levkov
Maxim Levkov
Hello, I've discovered your library. Thank you for putting it together. While looking through test cases, I've noticed that assert_eq! has mismatched types. For example ```rust assert_eq!(root.find_child(|t| t.name == "child"),...
Hello, I've implemented your code with some minor adjustments to my rest endpoint, which takes a url with parameters and returns json document. In that scenario, your code is perfect...
Hello, I would like to know if it is possible to parse `iso8601` duration time format? I've tried to parse `"P0Y0M0DT0H5M52.352S" or "P0Y0M0DT0H0M14.976S"` without success. Regards, Maxim
Hello, Continued to test the deployment process. I stumbled upon another error: ```text ❯ task cdk:deploy task: [cdk:build-lambda] mkdir -p src/dist task: [cdk:build-lambda] pip install --quiet --target src/dist -r src/lambda_functions/metrics/requirements.txt...
I was trying the setup and stumbled upon an issue with inquiry about `tests/requirements.txt` directory/file specifically, the following error: ERROR: Could not open requirements file: [Errno 2] No such file...