Artur Plysiuk

Results 26 issues of Artur Plysiuk

I use Elixir LS. This is a snippet I have ```elixir test "success", %{conn: conn} do conn |> get("/oauth/authorize?#{URI.encode_query(%{ })}") end ``` And result: ![зображення](https://user-images.githubusercontent.com/588762/128867846-100e924a-3934-4a71-b377-235e5b7c8d47.png) but I'd expect a signature...

help wanted

### Is your feature request related to a problem? Please describe. We have some jobs in Cron, which are not frequent (few times per week). Currently, in order to test...

kind:feature
area:web

### Environment * Elixir & Erlang versions (elixir --version): 1.12.1 & 24.0.5 * Editor or IDE name (e.g. Emacs/VSCode): neovim * Editor Plugin/LSP Client name: built-in Code: ``` list =...

HTML and text bodies can be rendered as iodata. The idea is to encode iodata to string on an adapter level, or use iodata as is if possible. This approach...

more-info

repo: https://github.com/ananthakumaran/tree-sitter-elixir related issue: https://github.com/nvim-treesitter/nvim-treesitter/issues/1486 Benchmarks with different versions of tree-sitter. They were changed in package.json of tree-sitter-elixir repo. This is what I've got when running tree-sitter using version from...

redix doesn't allow to connect to sentinel when host or password is set: https://github.com/whatyouhide/redix/blob/44638994386a9372c2a270f8faba66d57c58f758/lib/redix/start_options.ex#L83-L85

How to reproduce: ```ruby module Macro class InTransaction def self.call(*, &block) ActiveRecord::Base.transaction do block.call end end end end class Qwerty < Trailblazer::Operation step Wrap(Macro::InTransaction) { step :a } def a(_,...

Dot format is sensitive to spaces. Quote from https://graphviz.org/doc/info/shapes.html#html > As is obvious from the above description, the interpretation of white space characters is one place where HTML-like labels is...

Hello. Thank you for your app! What I'm doing wrong? ``` $ ./poker go -e -p 2 JcJd AdAc - Js 6c 4d 6d Qs Equity Win Tie Pots won...