Roberto Prevato
Roberto Prevato
Hi @ohait BlackSheep does not alter the scope it receives from the ASGI server and never tries to set a `root_path`. AFAIK, the `root_path` in ASGI is thought for scenarios...
Ok I found how I did it. **Disclaimer:** I always avoid adding _performance fees_ for specific situations, adding code that would execute for each web request in all cases, even...
Well, this is a bad news for me. I find convenient to use the `upload-artifact` to write different files to the same folder in a build matrix. For example to...
@robherley Thank You! I appreciate your help very much, I try that as soon as I get the time.
Hi @tdg5 Sorry for replying so late. The reason why I didn't specify return self in the ContainerProtocol is only to keep simple the protocol that can be used to...
Hi @StummeJ I tried to understand the use case for supporting this scenario, but I don't get the rationale for it. Can you please give a more realistic example?
Why not something like the following, if you want to reason in terms of `Engine` in other functions that need it? ```python ReadOnlyDb = Annotated[Engine, intern("database_read_only")] ReadWriteDb = Annotated[Engine, intern("database_read_write")]...
Hi @StummeJ Thank You for your contribution, and sorry for not replying earlier. I reviewed this weekend. I tried to understand the use case for supporting this scenario, but I...
Hi @jon-harper Thank You for your kind words! I am open to add an option to control image height, I think it's a good idea. I prefer the idea of...
Hi @jon-harper, I finally opted for supporting defining a class for the `cards` element, if you install version `1.0.0` from PyPI, you will get this feature. :) I didn´t add...