pySilver
pySilver
You might be interested in faststream project and this discussion to understand NATS consumer limits: https://github.com/airtai/faststream/issues/1114
I think the best approach right now is to use https://github.com/airtai/faststream/ - yep its an additional layer of code but it works out of the box.
> > I think the best approach right now is to use https://github.com/airtai/faststream/ - yep its an additional layer of code but it works out of the box. > >...
version / suffix would be nice, it can be set somewhere in project settings globally so if one really wants - all cache will be cleared when such option changes.
What are the benefits of having this behaviour at all actually? I'm using **el-transition** directly in controllers and it works great. I haven't had a situation when Transition was required...
@aviflombaum I'm just not sure about implementation. How would control `enter` and `leave` for multiple targets for controller? It can work as wrapper so you call `enter/leave` imported from `stimulus-use`...
I've tried to change model head this way: ```python rom sklearn.linear_model import LogisticRegression from sentence_transformers import SentenceTransformer from setfit import SetFitModel model_id = "allegro/herbert-base-cased" # model = SetFitModel.from_pretrained(model_id) model_body =...
@raiyankamal yes and no. It is quickly become tedious when you need this extra parameters in literally every usage of the decorator. Such as when you want your cache to...
Ok, this works for me: Add to pg_hba.conf: `host postgres postgres 10.0.0.1/32 trust` so, postgres user can authenticate from given IP without password (thats my localhost, but since im running...
@pkonotopov in my case its isolated network