Mario Varas
Mario Varas
I think this is too necessary since some of the proposed configs in this library does not work with Starlette. I concretely mean Bitbucket and Azure ones. Implementing those two...
> @blackdwarf I've improved `create_azure_backend` function, I think this will solve all the problem. You can always pass a `compliance_fix` function to fix the returned value of server metadata. This...
Hi. I'm having the exact same issue as described here. With my .onnx model, when I call prepare I get "Error "No schema registered for 'Celu'!" I have the same...
Also, for @bratyslav model I get the same error. Just doing ``` onnx_model = onnx.load(f'{root_dir}/models/modnet.onnx') tf_rep = prepare(onnx_model) ```
Here is my Style. The only thing not working is format. ``` style = Style( size=width, alignment=Alignment(wrap_text=True), format=Format('mm/dd/yy') # '0.00%' with same behaviour ) ``` And then applying this to...
I've also checked your unittests but not found tests about that Format.