zelixir

Results 5 issues of zelixir

## Description This sql cannot execute in sqlserver 2008 `exec sp_executesql N'SELECT TOP @P1 a0."email" FROM "accounts" ORDER BY a0."id"',N'@P1 int',1`

Printing the original code will be better. ``` ./test/dbg_test.exs:135 list = [1, 2, 3] zero = 0 list |> Enum.map(&{&1, to_string(&1 * &1)}) |> Enum.into(%{}) |> Map.put(zero, to_string(zero)) #=> %{0...

通过"相关阅读"功能跳转多次文章之后, 想要回到主页貌似只能一路按返回, 希望有一个快速回到主页的方式 由于页面空间的问题, 增加一个按钮貌似也不太好, 所以考虑将原来的返回按钮替换成主页按钮 返回功能除了右上方按钮还有手机自带的返回按钮可以替代, 另外也可以增加侧滑手势返回的功能

如下图中的链接, 将跳转到app中对应的文章, 其他链接或找不到对应文章的则按原来的逻辑跳转 ![image](https://user-images.githubusercontent.com/39115813/213687441-e987f46e-683d-4291-96da-f7b4ff5798f6.png)

ref: https://dev.mysql.com/doc/refman/8.4/en/json-table-functions.html