Boris Kuznetsov
Boris Kuznetsov
array `colors['red', 'green']` must convert to `colors[]=red&colors[]=green` but not `colors=red&colors=green`
Hi, thank you for the library. I have tried to find `INCRBYFLOAT` but it seems like we are missing it. Here is original specification https://redis.io/commands/incrbyfloat. I think we ought to...
I have noticed that markdown didn't use any code highlighting and decided to add some.
I have a simple example file.ex ```elixir defmodule Module1 do def create do end end defmodule Module2 do def create do end end defmodule Module3 do def create do end...
Hi, thank you for the awesome tool. I think it'll be helpful to have docs about how to integrate the local storage with phoenix.
closes #50 This PR allows to get full quill's document model instead of just stripped text. Before changes ```elixir %{ "data" => %{ "quill" => %{ "content" => "hello world",...
How to reproduce ```sh $ mix phx.new myapp && cd myapp/ && mix ecto.create $ mix phx.gen.live Accounts User users name:string # copy routes from output to router.ex $ mix...
I'm looking through the code and fund the loop cycle. https://github.com/ndreynolds/ratatouille/blob/77bf3d642ead1526b147ddeed0a1d415ad71e368/lib/ratatouille/runtime.ex#L109 Right now on any Exception it'll abort the window. I think user wants to get a message that something...
**Is your feature request related to a problem? Please describe.** You can create a document with multiple headings and then use a docx feature called "Table of Contents" which will...
Due to some Hash160 so-called collisions we cant use `checkValueSent` function. For example, we can have two BTC addresses that both have the same Hash 160, for instance: https://blockchain.info/ru/address/17AXqoGmJ71Noc2hZvDnP1wGPZTVykXsPd https://blockchain.info/ru/address/37rYmLmCr1Kktmj8h1tNoeJCY5kDaGHpjp...