Rudolf Manusadzhian

Results 14 issues of Rudolf Manusadzhian

Hi there! I was working on the instrumentation of a project, particularly on the incoming events via channels. And apparently, learned that `handle_in` only emits `[:phoenix, :channel_handeled_in]` telemetry event after...

I was updating libraries in one of the elixir applications where phoenix is configured to use Poison as a `:json_library`. Unfortunately, current version of Poison is not compatible with Phoenix...

Our Rails 4 application encodes cookie with Marshal and for some reason its encoded value consists of newlines (`\n`) By default `Base.decode64/1` throws an ArgumentError ```elixir iex> content = "BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiKTk5ZDQ3YzdiLTdlODItNGUxZS1h\nYTMyLWE4MjIwOWVhNDA5ZQY7AFQ=\n"...

The Dialyzer error from https://github.com/andrewtimberlake/elixir-pdf/issues/37 is still there for `text_wrap/5` (with options passed). This should fix it.

I was adapting Tesla in a project when we encode query params with `:rfc3986` and I noticed that, while Tesla provides conveniences to build url encoding query params for us,...

### Summary When current buffer's filename is long and doesn't fit the statusline - everything from there disappears. ### Reproduction Steps I tried this: 1. `hx` 2. Open a file...

C-bug
E-has-instructions

Hi there! Sometimes I want to set an expectation that my app will call particular endpoint an exact number of times.. I figured I can achieve that by setting some...

I just figure that we can define expectations and stubs with params specified in endpoint path. Updated docs to add some artificial example of using params in path.

The ability to expand the context of the code around the change. There are definitely stuff to improve.. especially in my frontend spaghetti JS (not sure if it makes sense...

I see that > This catalog of refactorings aims to improve the quality of code developed in Elixir, helping developers promote the redesign of their code, making it simpler to...