Mojtaba Arezoomand

Results 13 issues of Mojtaba Arezoomand

I want to be able to update and create instances with two endpoints. does `odmantic` has any built-in ways to do it? I mean i want to not to let...

I want to change `update_or_create` method just like we did in `get_or_create` [#554](https://github.com/collerek/ormar/issues/554). The `update_or_create` method tries to fetch an object from database based on the given `kwargs`. If a...

enhancement

In the rendered PDF images are not loaded. here is `main.py` ``` import pydf html_str = """ بن اعتباری """ pdf = pydf.generate_pdf(html_str) with open("test_doc.pdf", "wb") as f: f.write(pdf) ```...

### Observed behavior Panics when calling server.Start() again after a successful shutdown. ### Expected behavior Shouldn't panic when calling server.Start() again after a successful shutdown. ### Server and client version...

stale
defect

Hey, I wanted to know how can we explicitly set max pool size in `gocql`? I mean changing the number of queries which will be run simultaneously. We are having...

When a node fails, it takes `15s` for `go-redis` to mark this node as a failed node. You can see it in this [line](https://github.com/redis/go-redis/blob/master/osscluster.go#L374). ## Possible Solution This `timeout` should...

Alpine docker image doesn't have `bash` installed **by default**. In some cases, we want to use this image in k8s manifests where the `wait4x` is used in bash scripts. Currently,...

Closes #32 This is just a minimal implementation to see if you're ok with the way I added this new feature or not. More test cases can be added.

Hello and thanks for your great package. I have a specific use case in which env var is using another names which is different with the name generated by the...

Can you please add CSS3 support? For example for flex, etc.

feature request
CSS