Pavel Tatarskiy

Results 11 comments of Pavel Tatarskiy

Hello, @lucianleustean! This is your first Pull Request that will be reviewed by [Ebert](https://ebertapp.io/), an automatic Code Review service. It will leave comments on this diff with potential issues and...

Ebert has finished reviewing this Pull Request and has found: * 3 fixed issues! 🎉 You can see more details about this review at https://ebertapp.io/github/vintikzzz/cassandra_ecto/pulls/14.

Hi, it is quite tricky situation right here. According to https://github.com/elixir-ecto/ecto/blob/v2.1.3/lib/ecto/adapter.ex#L172 it is possible to return `{:invalid, constraints}`, but while doing `Repo.update(user, if: :exists)` we don't really hit any constraint....

@dylanjha you are definitely right, I came up with quite the same idea. It's part of my code (I am using hls.js along with mediaelement.js) ```javascript media.hlsPlayer.on(Hls.Events.MANIFEST_PARSED, function (event, data)...

Ok! I have a lot of golang microservices in development. Every microservice reads information about location of another services from environment variable (see [k8s docs](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service)). So it will be great...

@proAlexandr I'll try to add more details: **Initial conditions:** 1. I have k8s cluster 2. I have installed "Kube Forwarder" on my local machine 3. I have local project `A`...

https://webtor.io is using it in conjunction with https://github.com/Novage/p2p-media-loader to reduce server bandwidth usage. It is sad that mkv-support was discontinued...

I ended with quite the same solution.

Hi! To use platform SDK you have to install backend https://github.com/webtor-io/helm-charts Platform SDK will become deprecated in the nearest future, so it is better to use new rest API from...