Mojtaba Arezoomand
Mojtaba Arezoomand
The AIOEngine.save and AIOEngine.save_all methods are actually behaving as upsert operations. In other words, if the instance already exists it will be updated. Otherwise, the related document will be created...
If you think that’s ok, I can work on it.
The problem is that usually keys in `yaml` files are different from env names and I want to be able to read config from both of them. For example see...
This approach looks good to me. My only concern is about abbreviation words like USA turning into `u_s_a`. Overall it looks good.
I'm having this problem too.
It happened to me when I updated my `nats-server` from `v2.1.9` to `v2.10.5`. I think it's because of this line: https://github.com/nats-io/nats-server/blob/main/server/server.go#L2343.
> Hey, maybe not related, but when we were migrating to cassandra and tinkering with the gocql client, we saw similar latency difference due to the client not properly discovering...
> Hi! > > Just recently [scylladb#113](https://github.com/scylladb/gocql/pull/113) was merged to the ScyllaDB fork. It is not available in gocql/gocql yet. > > [scylladb#114](https://github.com/scylladb/gocql/pull/114) is also related. Do you have any...
hey guys, anyone planning to add FileField?
And there is another thing, in case of failures we call `node.MarkAsFailing()` multiple times which updates the timestamp of failure. As we call this method the timestamp gets updated and...