Oleksii Sholik

Results 129 comments of Oleksii Sholik

@js2702 Thank you for those details!

@whatyouhide Updated. Should work on any version of Elixir now.

Hi @thosil. This is expected behaviour. A URL has a fixed structure for parsing and splitting it into components: ``` scheme://username:password@host:port/path#hash?query ``` The separators `://`, `:`, `@`, `/`, `#`, `?`...

Yeah, I would say a good rule of thumb is to always [percent-encode](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1) URI components to avoid any conflict with reserved characters. The worst that'll happen is you'll get a...

For the sake of argument, I would like to mention that `psql` works with passwords that contain colons. Its URI parser seems to split on the first colon and treat...

This didn't use to be required until very recently, it's a new regression. I have detailed the problem in #1792. Once it is fixed, you won't be required to include...

Or we need to define a forward-compatible format for shape storage.

@kevin-dp I've made some changes to make OTEL_DEBUG and OTLP export compatible with each other. Tested my changes against both an OpenTelemetry Collector and Honeycomb, ensuring that batch export works...

> > In a follow-up PR, we should also remove the OTEL_EXPORT env var from the docs and explain that setting OTLP_ENDPOINT alone is enough to enable OT export. >...

@balegas https://github.com/electric-sql/electric/pull/1795