chunk_id
large_stringlengths
11
11
question_id
large_stringlengths
8
8
language
large_stringclasses
1 value
chunk_index
int64
0
7
chunk_text
large_stringlengths
113
2.53k
sparse_text
large_stringlengths
128
4.15k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
12
238
sparse_values
listlengths
12
238
export_source
large_stringclasses
1 value
41410806_c0
41410806
elixir
0
Title: Render partial located in child directory in Phoenix Problem title: Render partial located in child directory in Phoenix Tags: templates, partials, elixir, phoenix-framework Problem: Render partial located in child directory in Phoenix If a partial is in the same folder as another .eex file, you can just run ren...
Render partial located in child directory in Phoenix Render partial located in child directory in Phoenix templates partials elixir phoenix-framework Render Phoenix filename.html Render partial located in child directory in Phoenix If a partial is in the same folder as another .eex file, you can just run render "filena...
[ -0.01177978515625, -0.00860595703125, 0.005767822265625, -0.00024318695068359375, -0.004852294921875, 0.01446533203125, -0.006988525390625, -0.008544921875, -0.00011205673217773438, -0.019775390625, -0.013671875, -0.0026092529296875, 0.01483154296875, 0.0252685546875, 0.0024261474609375,...
[ 63137, 56, 2878, 289, 105866, 23, 29041, 14364, 53, 133720, 110934, 16765, 15296, 38308, 53073, 33, 4084, 160328, 11435, 11627, 7693, 5701, 78303, 13, 3355, 831, 11675, 89159, 29822, 1614, 42822, 147306, 70541, 19097, 159, 79855, 47989, 3444,...
[ 0.1956787109375, 0.14697265625, 0.1898193359375, 0.156982421875, 0.1011962890625, 0.05816650390625, 0.1728515625, 0.1339111328125, 0.038177490234375, 0.2255859375, 0.2119140625, 0.1513671875, 0.020263671875, 0.1483154296875, 0.013580322265625, 0.030029296875, 0.0799560546875, 0.065...
embed
39620468_c0
39620468
elixir
0
Title: How can I fetch only fields from ecto model? Problem title: How can I fetch only fields from ecto model? Tags: elixir, ecto Problem: How can I fetch only fields from ecto model? Let say I have a model, like that: defmodule User do use MyApp.Web, :model schema "users" do field :email, :string field :first_name, :...
How can I fetch only fields from ecto model? How can I fetch only fields from ecto model? elixir ecto ecto How User MyApp.Web first_name belongs_to Role has_many Comment __meta__ Ecto.Schema.Metadata Ecto.Association.NotLoaded google.com How can I fetch only fields from ecto model? Let say I have a model, like that: Us...
[ 0, -0.0096435546875, -0.01025390625, 0.0106201171875, 0.00122833251953125, 0.0089111328125, 0.00098419189453125, -0.00543212890625, 0.006622314453125, -0.06201171875, 0.0159912109375, -0.001739501953125, -0.0089111328125, 0.0126953125, 0.0185546875, 0.002288818359375, -0.009704589843...
[ 11249, 831, 7647, 206, 4734, 44457, 7, 1295, 60751, 3299, 87, 15296, 38308, 53400, 2646, 39179, 30474, 5117, 11627, 10617, 2777, 133, 1556, 669, 16277, 35273, 241, 44150, 25452, 11883, 102, 214813, 26484, 36716, 33636, 151747, 2046, 22288, ...
[ 0.05914306640625, 0.0703125, 0.1768798828125, 0.132080078125, 0.194091796875, 0.27490234375, 0.1158447265625, 0.139404296875, 0.267333984375, 0.236083984375, 0.011505126953125, 0.0438232421875, 0.1812744140625, 0.1861572265625, 0.0350341796875, 0.14404296875, 0.078125, 0.0671997070...
embed
40948356_c0
40948356
elixir
0
Title: Human friendly trim of a string Problem title: Human friendly trim of a string Tags: elixir Problem: Human friendly trim of a string I want to trim a string in a human friendly way. foobar="John Doe - CEO @ xyz" def human_trim(input, length) do ... end When human_trim(foobar, 10) the output should be John Doe . ...
Human friendly trim of a string Human friendly trim of a string elixir Human John Doe CEO human_trim Human friendly trim of a string I want to trim a string in a human friendly way. When human_trim(foobar, 10) the output should be John Doe . human_trim(foobar, 7) should result in John . So splitting by space and than c...
[ 0.01220703125, 0.021240234375, 0.00836181640625, 0.0223388671875, 0.00104522705078125, -0.00543212890625, 0.01556396484375, -0.002532958984375, 0.01361083984375, -0.0419921875, -0.0113525390625, -0.016845703125, -0.026123046875, 0.01708984375, 0.0211181640625, -0.016845703125, 0.0112...
[ 28076, 101786, 85247, 111, 79315, 10, 15296, 38308, 4939, 984, 13, 45733, 14135, 3996, 39, 87, 3444, 47, 23, 3917, 14847, 3584, 31, 1299, 4, 209, 140992, 5608, 186, 49413, 16750, 65450, 1916, 32628, 12765, 11177, 24189, 124850, 157578, 12...
[ 0.17138671875, 0.257568359375, 0.27490234375, 0.1163330078125, 0.26611328125, 0.041290283203125, 0.0880126953125, 0.2186279296875, 0.2332763671875, 0.1787109375, 0.2025146484375, 0.2144775390625, 0.18505859375, 0.232666015625, 0.190673828125, 0.006805419921875, 0.11328125, 0.017959...
embed
38996984_c0
38996984
elixir
0
Title: Using Phoenix Channels Cross Origin Problem title: Using Phoenix Channels Cross Origin Tags: websocket, phoenix-framework, elixir, socket.io, erlang Problem: Using Phoenix Channels Cross Origin I currently have an application that is using the Pusher API to enable real time messaging and would like to remove my ...
Using Phoenix Channels Cross Origin Using Phoenix Channels Cross Origin websocket phoenix-framework elixir socket.io erlang Using Phoenix Channels Cross Origin socket.io Using Phoenix Channels Cross Origin I currently have an application that is using the Pusher API to enable real time messaging and would like to remov...
[ 0.0091552734375, 0.017333984375, -0.005615234375, -0.002227783203125, 0.0050048828125, -0.0036773681640625, -0.007049560546875, -0.00121307373046875, -0.00090789794921875, -0.044921875, 0.002349853515625, -0.031982421875, 0.00830078125, 0.00396728515625, -0.0101318359375, 0.00241088867...
[ 345, 6953, 133720, 55969, 7, 47832, 119862, 1467, 991, 27853, 53073, 33, 4084, 160328, 18244, 15296, 38308, 221, 846, 72, 3066, 82424, 38415, 17368, 114405, 56, 61687, 2773, 1733, 115288, 2806, 1884, 87388, 42548, 311, 13695, 43581, 9157, 3...
[ 0.1063232421875, 0.046600341796875, 0.27001953125, 0.2216796875, 0.064697265625, 0.1900634765625, 0.2430419921875, 0.10888671875, 0.1236572265625, 0.2242431640625, 0.06695556640625, 0.102783203125, 0.126708984375, 0.1048583984375, 0.03668212890625, 0.04107666015625, 0.1785888671875, ...
embed
43051184_c0
43051184
elixir
0
Title: Phoenix Ecto tests not clearing on travis Problem title: Phoenix Ecto tests not clearing on travis Tags: ecto, phoenix-framework, travis-ci, elixir Problem: Phoenix Ecto tests not clearing on travis The repo I am working on is: https://github.com/inclusiveClassrooms/skills-wheel When running my tests on a non tr...
Phoenix Ecto tests not clearing on travis Phoenix Ecto tests not clearing on travis ecto phoenix-framework travis-ci elixir Phoenix Ecto Repo.all User Phoenix Ecto tests not clearing on travis The repo I am working on is: https://github.com/inclusiveClassrooms/skills-wheel When running my tests on a non travis computer...
[ 0.00799560546875, 0.0145263671875, 0.0028076171875, -0.005401611328125, 0.00182342529296875, 0.016845703125, -0.003509521484375, -0.0283203125, 0.003570556640625, -0.0111083984375, -0.0079345703125, 0.0262451171875, 0.0228271484375, 0.032958984375, -0.00665283203125, 0.0169677734375, ...
[ 133720, 241, 44150, 109921, 959, 34735, 214, 98, 1152, 1824, 60751, 4084, 160328, 318, 15296, 38308, 853, 771, 5584, 53400, 93392, 20697, 15769, 32102, 216134, 140803, 1336, 42458, 144009, 51042, 351, 13909, 756, 27875, 2161, 35782, 18499, 38...
[ 0.1875, 0.094482421875, 0.273193359375, 0.207763671875, 0.10791015625, 0.1900634765625, 0.051788330078125, 0.07275390625, 0.1329345703125, 0.2244873046875, 0.1768798828125, 0.019256591796875, 0.04608154296875, 0.06072998046875, 0.029693603515625, 0.10235595703125, 0.0538330078125, ...
embed
35362134_c0
35362134
elixir
0
Title: exrm fails due to unreachable_package Problem title: exrm fails due to unreachable_package Tags: release, elixir-mix, elixir, exrm Problem: exrm fails due to unreachable_package First time trying out exrm. Build failing because unreachable_package. Can't seem to find what package is the issue. Any insight into w...
exrm fails due to unreachable_package exrm fails due to unreachable_package release elixir-mix elixir exrm unreachable_package Provider app_discover Running resolve_release Solving Release telnet_client-0.0.1 rlx_prv_release failed_solve telnet_client Failed Please exrm fails due to unreachable_package First time tryin...
[ -0.008056640625, 0.03076171875, 0.0218505859375, 0.0078125, -0.006988525390625, -0.00433349609375, -0.0118408203125, -0.020751953125, -0.015869140625, 0.0223388671875, 0.005279541015625, -0.0225830078125, 0.0186767578125, 0.000911712646484375, 0.00092315673828125, 0.003387451171875, ...
[ 1119, 42, 39, 35782, 4743, 51, 70443, 2886, 29102, 54452, 15296, 38308, 62015, 123089, 4027, 63127, 28398, 103608, 233707, 6678, 152590, 8131, 1179, 222978, 102014, 54123, 425, 10287, 334, 165523, 86918, 190355, 30607, 31577, 1810, 121137, 214,...
[ 0.115478515625, 0.174560546875, 0.179443359375, 0.1806640625, 0.08221435546875, 0.046142578125, 0.17041015625, 0.145751953125, 0.174072265625, 0.08013916015625, 0.06317138671875, 0.188720703125, 0.179443359375, 0.0662841796875, 0.0849609375, 0.10675048828125, 0.007537841796875, 0.1...
embed
68172644_c2
68172644
elixir
2
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 Code signals: Logger, How, POST, Elixir, Plug, Plug.Router, ElixirHttpServer, Plug.ErrorHandler, Plug.Parsers, Plug.Logger, IO.inspect, Plug.Conn.read_body, send_resp, Uploaded, EEx, Plug.Conn, Plug.Cowboy.Conn, before_send, Plug.Logger.call, body_par...
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 Code signals: Logger, How, POST, Elixir, Plug, Plug.Router, ElixirHttpServer, Plug.ErrorHandler, Plug.Parsers, Plug.Logger, IO.inspect, Plug.Conn.read_body, send_resp, Uploaded, EEx, Plug.Conn, Plug.Cowboy.Conn, before_send, Plug.Logger.call, body_par...
[ 0.00811767578125, 0.010498046875, 0.006591796875, -0.01025390625, 0.0054931640625, 0.01190185546875, 0.007171630859375, -0.007568359375, 0.00055694580078125, 0.0040283203125, -0.0076904296875, -0.0186767578125, 0.0034332275390625, 0.01318359375, 0.00390625, -0.01611328125, -0.0368652...
[ 44, 9083, 169, 2298, 187461, 55450, 21579, 1495, 74, 24018, 4727, 11787, 1193, 209, 1837, 36076, 4129, 30474, 605, 217, 179973, 8659, 28864, 26073, 12, 64906, 56, 11249, 81903, 25318, 38308, 194351, 5, 12724, 25208, 3062, 254, 193348, 18468...
[ 0.000396728515625, 0.07269287109375, 0.1412353515625, 0.254150390625, 0.2279052734375, 0.09375, 0.1279296875, 0.0902099609375, 0.0009765625, 0.125, 0.118408203125, 0.111328125, 0.0609130859375, 0.08831787109375, 0.1090087890625, 0.038421630859375, 0.1573486328125, 0.1722412109375, ...
embed
50850703_c0
50850703
elixir
0
Title: error pattern match map ^key (key with pin) [Elixir] Problem title: error pattern match map ^key (key with pin) [Elixir] Tags: elixir Problem: error pattern match map ^key (key with pin) [Elixir] I'm studying some tutorial about elixir but I have a problem finding the solution in this example nola = %{ name: "Ne...
error pattern match map ^key (key with pin) [Elixir] error pattern match map ^key (key with pin) [Elixir] elixir SyntaxError Elixir Orleans city_founded iex:14 iex:15 Charlist iex:16 error pattern match map ^key (key with pin) [Elixir] I'm studying some tutorial about elixir but I have a problem finding the solution in...
[ -0.0260009765625, -0.00701904296875, -0.01312255859375, -0.01031494140625, 0.00506591796875, -0.0016937255859375, -0.01068115234375, 0.01312255859375, 0.0076904296875, -0.016357421875, 0.0206298828125, 0.00958251953125, 0.0260009765625, 0.00075531005859375, 0.00921630859375, -0.0135498...
[ 18499, 103510, 14858, 22288, 13331, 19770, 678, 6520, 647, 150, 38308, 15296, 19010, 86531, 18468, 25318, 118732, 26349, 151645, 297, 17, 3355, 22635, 12221, 21656, 6562, 22354, 57143, 2967, 90791, 29806, 27781, 23009, 903, 26785, 15935, 18, ...
[ 0.196533203125, 0.2137451171875, 0.1949462890625, 0.189453125, 0.05084228515625, 0.1806640625, 0.09429931640625, 0.170166015625, 0.03363037109375, 0.0853271484375, 0.275634765625, 0.1085205078125, 0.06524658203125, 0.1224365234375, 0.10467529296875, 0.134033203125, 0.28076171875, 0...
embed
35017387_c0
35017387
elixir
0
Title: Broadcast a message to a phoenix channel from a mix task Problem title: Broadcast a message to a phoenix channel from a mix task Tags: redis, phoenix-framework, elixir Problem: Broadcast a message to a phoenix channel from a mix task I found this answer to determine how to broadcast a message from a controller t...
Broadcast a message to a phoenix channel from a mix task Broadcast a message to a phoenix channel from a mix task redis phoenix-framework elixir a Broadcast Broadcast a message to a phoenix channel from a mix task I found this answer to determine how to broadcast a message from a controller to a channel: How to broadca...
[ 0.00665283203125, 0.0341796875, 0.002349853515625, 0.0306396484375, -0.00028228759765625, 0.0106201171875, -0.0120849609375, 0.0029144287109375, -0.002044677734375, -0.02099609375, 0.0024566650390625, -0.01318359375, 0.0244140625, 0.034423828125, -0.01019287109375, 0.026123046875, -0...
[ 213995, 26008, 47, 53073, 33, 4084, 86723, 1295, 17664, 66211, 4842, 164, 160328, 18244, 15296, 38308, 83324, 3642, 226347, 185373, 11249, 133720, 27131, 603, 55969, 80299, 98765, 864, 4488, 36279, 4527, 98323, 64792, 22144, 4420, 15917, 41, ...
[ 0.2020263671875, 0.1737060546875, 0.117431640625, 0.058990478515625, 0.058074951171875, 0.09442138671875, 0.2021484375, 0.08953857421875, 0.208984375, 0.19580078125, 0.1048583984375, 0.139892578125, 0.0843505859375, 0.0197601318359375, 0.041015625, 0.149169921875, 0.05096435546875, ...
embed
50463582_c0
50463582
elixir
0
Title: Elixir - update a map which has string keys Problem title: Elixir - update a map which has string keys Tags: elixir Problem: Elixir - update a map which has string keys How do I update a map which has string keys? I want to update the "brand" value. My code (product is a map with "brand" key): brand = URI.decode...
Elixir - update a map which has string keys Elixir - update a map which has string keys elixir Elixir URI.decode IO.inspect Poison.decode Map.put Elixir - update a map which has string keys How do I update a map which has string keys? I want to update the "brand" value. My code (product is a map with "brand" key): outp...
[ 0.0037841796875, 0.01220703125, -0.01153564453125, 0.020751953125, -0.006103515625, -0.0032806396484375, -0.01116943359375, 0.0074462890625, 0.00628662109375, 0.033447265625, -0.00238037109375, 0.017822265625, 0.028564453125, 0.012939453125, 0.0038299560546875, -0.002685546875, -0.02...
[ 25318, 38308, 28350, 22288, 3129, 1556, 79315, 22799, 10, 15296, 46492, 112, 40899, 17780, 16711, 64249, 191, 42719, 7077, 11249, 54, 3444, 43264, 34292, 18151, 57877, 678, 140992, 56112, 18, 1257, 56464, 12996, 8561, 8796, 12684, 105950, 164...
[ 0.138427734375, 0.26318359375, 0.2149658203125, 0.23876953125, 0.03338623046875, 0.0943603515625, 0.2001953125, 0.2186279296875, 0.047149658203125, 0.0999755859375, 0.08984375, 0.1439208984375, 0.1741943359375, 0.1163330078125, 0.1114501953125, 0.1571044921875, 0.1021728515625, 0.1...
embed
77576796_c0
77576796
elixir
0
Title: phoenix heex does not see a variable in a loop Problem title: phoenix heex does not see a variable in a loop Tags: elixir, phoenix-framework Problem: phoenix heex does not see a variable in a loop I'm new to Elixir and Phoenix, and I expect to get stuck, but this really surprises me. I'm fighting with the heex t...
phoenix heex does not see a variable in a loop phoenix heex does not see a variable in a loop elixir phoenix-framework live_component ColifeWeb.IssueLive.IssueComponent issue.id phoenix heex does not see a variable in a loop I'm new to Elixir and Phoenix, and I expect to get stuck, but this really surprises me. I'm fig...
[ 0.008056640625, -0.0238037109375, 0.010986328125, -0.0047607421875, 0.000972747802734375, -0.0074462890625, 0.00165557861328125, 0.021484375, -0.00689697265625, -0.0238037109375, -0.0027313232421875, -0.0036163330078125, 0.0306396484375, 0.024169921875, 0.0242919921875, -0.000698089599...
[ 53073, 33, 4084, 764, 3355, 959, 1957, 77336, 40956, 23, 15296, 38308, 160328, 6867, 54137, 24804, 30474, 54607, 70567, 31089, 532, 25318, 133720, 41206, 179933, 55640, 181952, 127446, 26518, 5426, 17378, 174404, 83, 51, 33740, 131148, 11814, ...
[ 0.032470703125, 0.041595458984375, 0.0804443359375, 0.1251220703125, 0.1990966796875, 0.09796142578125, 0.1842041015625, 0.25439453125, 0.17529296875, 0.0589599609375, 0.048797607421875, 0.1949462890625, 0.045074462890625, 0.1141357421875, 0.10577392578125, 0.10986328125, 0.042633056...
embed
56943306_c1
56943306
elixir
1
will certainly require more than 2950ms to run, I am wondering how I configure Postgrex to let my query take more time. I read about the :timeout option at https://hexdocs.pm/postgrex/Postgrex.html#transaction/3 but I'm not sure to how include it, or whether it's what I'm looking for. Any guidance is immensely appreci...
will certainly require more than 2950ms to run, I am wondering how I configure Postgrex to let my query take more time. I read about the :timeout option at https://hexdocs.pm/postgrex/Postgrex.html#transaction/3 but I'm not sure to how include it, or whether it's what I'm looking for. Any guidance is immensely appreci...
[ 0.00445556640625, 0.0186767578125, -0.004150390625, 0.003753662109375, 0.00311279296875, -0.014404296875, -0.0062255859375, -0.01708984375, -0.00616455078125, -0.04736328125, 0.017822265625, 0.004486083984375, 0.00051116943359375, 0.00421142578125, -0.017578125, 0.01324462890625, -0....
[ 1221, 68782, 64209, 1286, 3501, 1702, 2525, 4432, 47, 11675, 149016, 3642, 87, 222495, 2795, 7134, 425, 2633, 41, 1294, 5646, 1733, 12301, 152, 6032, 6056, 35829, 1106, 29713, 26822, 4594, 49411, 7693, 30145, 44713, 18113, 9077, 26698, 4, ...
[ 0.0479736328125, 0.1026611328125, 0.135009765625, 0.172607421875, 0.0160369873046875, 0.1746826171875, 0.2177734375, 0.1761474609375, 0.0172119140625, 0.14404296875, 0.0579833984375, 0.0721435546875, 0.0406494140625, 0.2435302734375, 0.1883544921875, 0.25830078125, 0.2181396484375, ...
embed
50004233_c1
50004233
elixir
1
app.json currently looks like this: "environments": { "test": { "env": { "IS_STAGING": { "required": false } }, "addons":[ "heroku-postgresql:hobby-dev", "heroku-redis:hobby-dev" ], "scripts": { "test-setup": "mix ecto.migrate", "test": "mix test", "postdeploy": "bash <(curl -s https://codecov.io/bash)" } } } Running ...
app.json currently looks like this: "environments": { "test": { "env": { "IS_STAGING": { "required": false } }, "addons":[ "heroku-postgresql:hobby-dev", "heroku-redis:hobby-dev" ], "scripts": { "test-setup": "mix ecto.migrate", "test": "mix test", "postdeploy": "bash <(curl -s https://codecov.io/bash)" } } } Running ...
[ -0.00531005859375, 0.0026702880859375, -0.00665283203125, 0.00543212890625, -0.0084228515625, -0.0029144287109375, -0.00848388671875, -0.0230712890625, -0.0181884765625, 0.00823974609375, 0.004974365234375, 0.0174560546875, -0.005279541015625, 0.0091552734375, 0.0101318359375, 0.017089...
[ 4027, 5, 170, 1681, 82424, 33342, 1884, 903, 153210, 9035, 6954, 33, 334, 9956, 22565, 724, 23186, 3181, 98320, 712, 4445, 90865, 319, 4594, 17562, 99247, 497, 60060, 18548, 107, 3827, 32032, 3509, 62015, 60751, 58849, 17957, 3034, 112, 1...
[ 0.2470703125, 0.0178680419921875, 0.19189453125, 0.24267578125, 0.113525390625, 0.145751953125, 0.0526123046875, 0.09271240234375, 0.1954345703125, 0.107177734375, 0.190673828125, 0.009918212890625, 0.12890625, 0.1373291015625, 0.182373046875, 0.1614990234375, 0.14501953125, 0.1860...
embed
51356546_c0
51356546
elixir
0
Title: Trying to connect to a Phoenix channel, but getting SOCKET is undefined Problem title: Trying to connect to a Phoenix channel, but getting SOCKET is undefined Tags: angularjs, elixir, phoenix-framework Problem: Trying to connect to a Phoenix channel, but getting SOCKET is undefined I'm a newbie in Phoenix and I ...
Trying to connect to a Phoenix channel, but getting SOCKET is undefined Trying to connect to a Phoenix channel, but getting SOCKET is undefined angularjs elixir phoenix-framework Trying Phoenix SOCKET node_modules phoenix.js localhost:4000 console.log WebSocket socket.connect Trying to connect to a Phoenix channel, but...
[ -0.00885009765625, 0.0201416015625, -0.000568389892578125, 0.006011962890625, 0.01361083984375, 0.00830078125, 0.007232666015625, -0.0025787353515625, -0.01611328125, -0.05615234375, -0.00927734375, -0.0281982421875, 0.006988525390625, 0.00811767578125, -0.00689697265625, 0.00640869140...
[ 40858, 37067, 47, 133720, 86723, 20949, 159, 29065, 63787, 9232, 5983, 1284, 348, 35975, 28175, 15296, 38308, 53073, 33, 4084, 160328, 110, 112, 83279, 4000, 40294, 68037, 130250, 4867, 4002, 8912, 27853, 221, 135457, 9014, 30698, 55969, 1291...
[ 0.0631103515625, 0.16357421875, 0.04840087890625, 0.252685546875, 0.1956787109375, 0.05621337890625, 0.048828125, 0.1680908203125, 0.2099609375, 0.10504150390625, 0.1875, 0.0091552734375, 0.024932861328125, 0.14306640625, 0.1300048828125, 0.018707275390625, 0.1385498046875, 0.05487...
embed
51393230_c0
51393230
elixir
0
Title: Erlang float_to_binary truncates decimals strangely Problem title: Erlang float_to_binary truncates decimals strangely Tags: elixir, erlang Problem: Erlang float_to_binary truncates decimals strangely The Erlang float_to_binary function truncates decimals strangely. For instance, I would expect it to convert 0.4...
Erlang float_to_binary truncates decimals strangely Erlang float_to_binary truncates decimals strangely elixir erlang Erlang float_to_binary erlang.float_to_binary Erlang float_to_binary truncates decimals strangely The Erlang float_to_binary function truncates decimals strangely. For instance, I would expect it to con...
[ 0.01434326171875, 0.0022735595703125, 0.0002765655517578125, -0.02099609375, 0.00665283203125, -0.0108642578125, -0.00445556640625, -0.00872802734375, 0.0126953125, 0.052490234375, -0.0047607421875, -0.01068115234375, 0.0050048828125, 0.041748046875, 0.0245361328125, -0.001594543457031...
[ 1004, 3066, 21917, 257, 188, 19155, 1294, 14617, 16336, 1636, 32380, 67553, 114453, 15296, 38308, 72, 52347, 32354, 2806, 41206, 96760, 757, 5, 4633, 110, 2749, 44677, 47, 2389, 175399, 11, 25318, 37202, 68807, 214, 190659, 720, 7108, 25737...
[ 0.1412353515625, 0.279541015625, 0.157470703125, 0.1036376953125, 0.13330078125, 0.1759033203125, 0.09521484375, 0.1361083984375, 0.1815185546875, 0.0625, 0.1859130859375, 0.1654052734375, 0.1497802734375, 0.0545654296875, 0.2076416015625, 0.06011962890625, 0.1173095703125, 0.13183...
embed
28060690_c0
28060690
elixir
0
Title: How to type cast decode JSON as if it came from the database Problem title: How to type cast decode JSON as if it came from the database Tags: ecto, elixir Problem: How to type cast decode JSON as if it came from the database When loading date/time types from the database, Ecto will cast to a Ecto.DateTime type....
How to type cast decode JSON as if it came from the database How to type cast decode JSON as if it came from the database ecto elixir the How JSON Rocket.User Rocket.Model created_at Poison.decode How to type cast decode JSON as if it came from the database When loading date/time types from the database, Ecto will cast...
[ 0.0020294189453125, 0.00213623046875, -0.01611328125, 0.0380859375, -0.004150390625, -0.01513671875, -0.02099609375, 0.00738525390625, -0.0028076171875, -0.037109375, -0.0155029296875, 0.00153350830078125, -0.004791259765625, 0.021484375, -0.00189971923828125, -0.00439453125, -0.0327...
[ 11249, 10644, 37702, 8, 40899, 821, 58627, 237, 2174, 21449, 1295, 70, 63399, 47, 60751, 15296, 38308, 14434, 126, 1062, 2189, 140290, 75935, 257, 64249, 191, 112, 72367, 5622, 64, 6032, 52895, 241, 44150, 1221, 86291, 70059, 831, 5701, 1...
[ 0.05059814453125, 0.21728515625, 0.214599609375, 0.147705078125, 0.2166748046875, 0.146484375, 0.234375, 0.0928955078125, 0.123779296875, 0.08892822265625, 0.12841796875, 0.0155181884765625, 0.198974609375, 0.03753662109375, 0.19775390625, 0.05810546875, 0.1610107421875, 0.08251953...
embed
36233306_c0
36233306
elixir
0
Title: Elixir: shortcut access to method/macro from another module Problem title: Elixir: shortcut access to method/macro from another module Tags: elixir Problem: Elixir: shortcut access to method/macro from another module So, I have mix project, with module Uploader.Server and module Uploader.Utility . Uploader.Utili...
Elixir: shortcut access to method/macro from another module Elixir: shortcut access to method/macro from another module elixir another Elixir Uploader.Server Uploader.Utility Uploader.Utility.request Elixir: shortcut access to method/macro from another module So, I have mix project, with module Uploader.Server and modu...
[ -0.013916015625, 0.021484375, 0.0189208984375, 0.0018310546875, 0.00616455078125, 0.01361083984375, 0.0087890625, -0.0002593994140625, -0.007293701171875, -0.036376953125, -0.016845703125, -0.00921630859375, 0.034912109375, 0.0201416015625, 0.0189208984375, -0.0205078125, -0.00628662...
[ 25318, 38308, 16610, 19774, 17203, 55300, 192, 15322, 1295, 15700, 88996, 15296, 171958, 56, 193348, 106742, 103133, 107, 75616, 47, 17664, 13452, 61924, 50336, 111789, 15649, 831, 1884, 11782, 4552, 2271, 2082, 10723, 128019, 101758, 39210, 10...
[ 0.15771484375, 0.2568359375, 0.1136474609375, 0.172607421875, 0.177490234375, 0.1634521484375, 0.05206298828125, 0.1715087890625, 0.07220458984375, 0.082763671875, 0.199951171875, 0.1103515625, 0.19140625, 0.10418701171875, 0.1744384765625, 0.1409912109375, 0.20654296875, 0.0689086...
embed
38510769_c0
38510769
elixir
0
Title: Searching for partial strings in Ecto using ilike Problem title: Searching for partial strings in Ecto using ilike Tags: phoenix-framework, elixir, ecto Problem: Searching for partial strings in Ecto using ilike I am trying to search in a database to see if a string matches part of another string in the database...
Searching for partial strings in Ecto using ilike Searching for partial strings in Ecto using ilike phoenix-framework elixir ecto ilike p Searching Ecto Repo.all Callme.Service p.locations zip.state Searching for partial strings in Ecto using ilike I am trying to search in a database to see if a string matches part of ...
[ -0.01141357421875, 0.00909423828125, -0.019287109375, 0.0247802734375, -0.01031494140625, 0.00811767578125, 0.016845703125, -0.017578125, -0.00482177734375, -0.04052734375, 0.00372314453125, -0.00640869140625, 0.01171875, 0.01806640625, -0.00124359130859375, 0.00433349609375, -0.0034...
[ 33086, 100, 2878, 289, 79315, 7, 241, 44150, 17368, 17, 5062, 23, 53073, 33, 4084, 160328, 18244, 15296, 38308, 60751, 915, 853, 771, 5584, 26265, 282, 121979, 87632, 68330, 61340, 31577, 33938, 63399, 1957, 2174, 10, 14858, 2831, 15700, ...
[ 0.1837158203125, 0.068115234375, 0.1793212890625, 0.1221923828125, 0.23486328125, 0.04595947265625, 0.113037109375, 0.287841796875, 0.06719970703125, 0.117919921875, 0.274658203125, 0.050323486328125, 0.012420654296875, 0.0380859375, 0.09942626953125, 0.113037109375, 0.03582763671875...
embed
33497700_c0
33497700
elixir
0
Title: How to run :pending tests from command line? Problem title: How to run :pending tests from command line? Tags: unit-testing, elixir Problem: How to run :pending tests from command line? I sometimes see that tests are taged as :pending ExUnit.start ExUnit.configure(exclude: :pending) defmodule SublistTest do use ...
How to run :pending tests from command line? How to run :pending tests from command line? unit-testing elixir command How ExUnit.start ExUnit.configure SublistTest ExUnit.Case Sublist.compare sublist_test.exs How to run :pending tests from command line? I sometimes see that tests are taged as :pending Obviously there a...
[ -0.0025787353515625, -0.0128173828125, 0.004425048828125, -0.016357421875, -0.0177001953125, 0.020751953125, 0.02490234375, -0.00045013427734375, 0.0019378662109375, -0.00262451171875, 0.0068359375, 0.0137939453125, 0.00909423828125, 0.033203125, -0.010498046875, 0.0106201171875, 0.0...
[ 11249, 11675, 152, 96819, 109921, 1295, 75101, 13315, 47, 25072, 6954, 15296, 38308, 5443, 85600, 17137, 18, 153837, 8273, 6562, 111337, 16082, 1614, 3355, 21825, 39041, 71924, 128019, 26698, 3034, 51042, 7909 ]
[ 0.04266357421875, 0.134765625, 0.0211944580078125, 0.245361328125, 0.2359619140625, 0.10137939453125, 0.1697998046875, 0.1265869140625, 0.0003662109375, 0.12158203125, 0.171630859375, 0.0155029296875, 0.1258544921875, 0.094482421875, 0.1142578125, 0.0270233154296875, 0.00125122070312...
embed
58543354_c0
58543354
elixir
0
Title: Elixir/Phoenix Framework authentication/authorization Problem title: Elixir/Phoenix Framework authentication/authorization Tags: phoenix-framework, elixir Problem: Elixir/Phoenix Framework authentication/authorization I am doing a project for an elixir / phoenix framework. There was a question on authorization. ...
Elixir/Phoenix Framework authentication/authorization Elixir/Phoenix Framework authentication/authorization phoenix-framework elixir Elixir Phoenix Framework DashboardController Elixir/Phoenix Framework authentication/authorization I am doing a project for an elixir / phoenix framework. There was a question on authoriz...
[ -0.00579833984375, -0.003753662109375, 0.0034637451171875, -0.003753662109375, 0.0042724609375, -0.00130462646484375, -0.005615234375, -0.0003032684326171875, 0.0103759765625, -0.0458984375, -0.007598876953125, -0.01495361328125, -0.0106201171875, 0.00909423828125, -0.010986328125, -0....
[ 25318, 38308, 64, 683, 497, 33, 4084, 202220, 195734, 2320, 1003, 5922, 53073, 160328, 18244, 15296, 133720, 1858, 127, 24351, 175904, 603, 47691, 13452, 248, 170846, 9655, 42179, 36439, 3444, 4734, 73088, 72095, 19048, 738, 903, 13379, 9433,...
[ 0.1204833984375, 0.241943359375, 0.0196990966796875, 0.0167236328125, 0.06561279296875, 0.1373291015625, 0.1693115234375, 0.232666015625, 0.2265625, 0.041351318359375, 0.119140625, 0.1763916015625, 0.1060791015625, 0.1375732421875, 0.0247955322265625, 0.104248046875, 0.2447509765625,...
embed
59440844_c1
59440844
elixir
1
: sentences) { erlangStrings.add(new OtpErlangString(sentence)); } // this will not work OtpErlangList erlangList = new OtpErlangList((OtpErlangObject[]) erlangStrings.toArray()); myOtpMbox.send(lastPid, erlangList); System.out.println(erlangList); } } } catch (Exception e) { e.printStackTrace(); } } If anybody has do...
: sentences) { erlangStrings.add(new OtpErlangString(sentence)); } // this will not work OtpErlangList erlangList = new OtpErlangList((OtpErlangObject[]) erlangStrings.toArray()); myOtpMbox.send(lastPid, erlangList); System.out.println(erlangList); } } } catch (Exception e) { e.printStackTrace(); } } If anybody has do...
[ 0.00823974609375, 0.02099609375, -0.020751953125, 0.00909423828125, -0.0019683837890625, -0.0269775390625, 0.0123291015625, 0.02099609375, 0.01141357421875, -0.0252685546875, 0.0262451171875, -0.0072021484375, 0.01806640625, 0.01019287109375, 0.0118408203125, -0.00189971923828125, 0....
[ 152, 149357, 7, 16, 72, 3066, 71713, 5180, 11, 4028, 54936, 19546, 254, 18468, 214, 12832, 6620, 903, 1221, 959, 4488, 154663, 3525, 670, 18, 46471, 75161, 188, 7614, 7092, 759, 594, 11728, 39285, 19777, 683, 532, 12353, 6056, 35662, 14...
[ 0.087158203125, 0.2440185546875, 0.101318359375, 0.0168304443359375, 0.115478515625, 0.23779296875, 0.1446533203125, 0.1309814453125, 0.0029296875, 0.1385498046875, 0.0927734375, 0.190185546875, 0.11328125, 0.11474609375, 0.082763671875, 0.1279296875, 0.1390380859375, 0.02333068847...
embed
36172340_c0
36172340
elixir
0
Title: Erlang/elixir: Difference between module redefine and hot code swap Problem title: Erlang/elixir: Difference between module redefine and hot code swap Tags: elixir Problem: Erlang/elixir: Difference between module redefine and hot code swap Code swap: Achieving code swapping in Erlang's gen_server Module redefin...
Erlang/elixir: Difference between module redefine and hot code swap Erlang/elixir: Difference between module redefine and hot code swap elixir Erlang Difference node2 Code.load_file mesngr.ex Mesngr mesngr.ex:1 Erlang/elixir: Difference between module redefine and hot code swap Code swap: Achieving code swapping in Erl...
[ -0.00191497802734375, 0.0038909912109375, -0.004791259765625, 0.017578125, 0.01336669921875, 0.000843048095703125, -0.007781982421875, -0.000972747802734375, 0.005340576171875, -0.0027008056640625, 0.0021514892578125, -0.01275634765625, 0.0242919921875, -0.01202392578125, 0.02001953125, ...
[ 1004, 3066, 6169, 38308, 803, 18234, 6620, 17721, 88996, 15265, 64552, 136, 8010, 18151, 202317, 15296, 110, 112, 304, 28864, 63033, 29822, 2409, 42, 3355, 12021, 449, 55391, 68062, 26783, 9226, 39642, 63014, 60212, 15937, 193348, 152028, 117...
[ 0.1473388671875, 0.267578125, 0.07806396484375, 0.200927734375, 0.08258056640625, 0.1781005859375, 0.0479736328125, 0.0679931640625, 0.20703125, 0.1697998046875, 0.2376708984375, 0.028564453125, 0.174072265625, 0.1761474609375, 0.2227783203125, 0.0760498046875, 0.0909423828125, 0.0...
embed
41321913_c0
41321913
elixir
0
Title: Elixir &quot;no match of right hand side value&quot; in controller Phoenix Problem title: Elixir &quot;no match of right hand side value&quot; in controller Phoenix Tags: elixir, ecto, match, phoenix-framework Problem: Elixir "no match of right hand side value" in controller Phoenix I'm using the framework Phoen...
Elixir &quot;no match of right hand side value&quot; in controller Phoenix Elixir &quot;no match of right hand side value&quot; in controller Phoenix elixir ecto match phoenix-framework Elixir Phoenix Group GlobalDocs.Repo.all __meta__ Ecto.Schema.Metadata avatar_url group_id TryGroup try_group Elixir "no match of righ...
[ -0.005401611328125, 0.007598876953125, -0.004425048828125, -0.0010223388671875, 0.00933837890625, 0.022705078125, -0.01434326171875, -0.00665283203125, 0.01251220703125, -0.0296630859375, -0.0002803802490234375, -0.00872802734375, 0.0228271484375, -0.006622314453125, 0.0181884765625, 0...
[ 25318, 38308, 157, 14858, 111, 7108, 3535, 5609, 34292, 185373, 133720, 15296, 60751, 33, 4084, 160328, 18244, 10760, 13453, 8331, 771, 5584, 35273, 44150, 102, 166204, 25002, 21115, 40858, 205072, 9790, 51588, 170846, 241, 7465, 519, 756, 31...
[ 0.1180419921875, 0.2474365234375, 0.083984375, 0.1812744140625, 0.0328369140625, 0.1129150390625, 0.1383056640625, 0.1351318359375, 0.1572265625, 0.2274169921875, 0.228271484375, 0.0153045654296875, 0.144775390625, 0.01849365234375, 0.057464599609375, 0.03900146484375, 0.010192871093...
embed
46300352_c0
46300352
elixir
0
Title: How do i use arc ecto files, with exmachina factories? Problem title: How do i use arc ecto files, with exmachina factories? Tags: arc-ecto, ecto, elixir Problem: How do i use arc ecto files, with exmachina factories? I have a Ecto schema, that uses a arc uploader as a field type. schema "files" do field :name, ...
How do i use arc ecto files, with exmachina factories? How do i use arc ecto files, with exmachina factories? arc-ecto ecto elixir How mime_type Splish.Assets.FilesUploader.Type belongs_to Splish.Accounts.User file_factory File Gyldendal image.png How do i use arc ecto files, with exmachina factories? I have a Ecto sch...
[ 0.0223388671875, 0.01025390625, -0.00421142578125, 0.028076171875, -0.0084228515625, 0.01324462890625, 0.00958251953125, -0.01019287109375, 0.000682830810546875, -0.0103759765625, -0.0036773681640625, 0.00567626953125, 0.0021820068359375, 0.039306640625, 0.0155029296875, -0.02197265625...
[ 11249, 17, 4527, 46552, 60751, 102158, 678, 1119, 192, 42072, 31461, 3387, 54, 15296, 38308, 324, 282, 50986, 8019, 15227, 53975, 174350, 53234, 63033, 56, 196707, 10617, 71013, 1062, 2189, 11435, 144810, 42724, 11998, 31314, 41434, 29569, 12...
[ 0.05621337890625, 0.049102783203125, 0.140380859375, 0.1988525390625, 0.268310546875, 0.200927734375, 0.1004638671875, 0.1817626953125, 0.09014892578125, 0.2210693359375, 0.179931640625, 0.093017578125, 0.002960205078125, 0.0765380859375, 0.1820068359375, 0.0999755859375, 0.108154296...
embed
41731142_c0
41731142
elixir
0
Title: Get value from nested tuple Problem title: Get value from nested tuple Tags: tuples, erlang, elixir Problem: Get value from nested tuple Here's a nested tuple from some Erlang library: tuple = {:Certificate, {:TBSCertificate, :v3, 3464270192823392628, {:AlgorithmIdentifier, {1, 2, 840, 113549, 1, 1, 11}, <<5, 0>...
Get value from nested tuple Get value from nested tuple tuples erlang elixir nested Get Certificate TBSCertificate AlgorithmIdentifier Validity asn1_NOVALUE get_in Get value from nested tuple Here's a nested tuple from some Erlang library: In order to find the :Validity tuple, I need to do I can do a pattern matching, ...
[ -0.00439453125, 0.006683349609375, -0.003143310546875, 0.0107421875, -0.005767822265625, 0.007232666015625, -0.00701904296875, -0.007537841796875, 0.02197265625, -0.022705078125, 0.0240478515625, 0.017333984375, -0.0152587890625, 0.03759765625, 0.004852294921875, 0.0076904296875, -0....
[ 20779, 34292, 1295, 8512, 71, 370, 8705, 99726, 72, 3066, 15296, 38308, 83991, 93753, 56, 61093, 109847, 37379, 85789, 25447, 185769, 22335, 647, 2046, 73, 1004, 35773, 7413, 42272, 532, 2481, 103510, 14858, 214, 5792, 5045, 19, 418, 3564, ...
[ 0.08990478515625, 0.2181396484375, 0.12841796875, 0.2376708984375, 0.1446533203125, 0.1292724609375, 0.207275390625, 0.17236328125, 0.04595947265625, 0.228759765625, 0.0340576171875, 0.1778564453125, 0.1163330078125, 0.037994384765625, 0.00555419921875, 0.05084228515625, 0.0101318359...
embed
55051767_c1
55051767
elixir
1
"), ssl: true, pool_size: 5 With SSL as true, I don't know why any non-SSL DB read/writes would be attempted. If it's something outside of Ecto, I don't know what it would be. Each attempt is coming from a unique IP, it seems, which seems unusual to me. I am trying to figure out what steps to take to track down what's ...
"), ssl: true, pool_size: 5 With SSL as true, I don't know why any non-SSL DB read/writes would be attempted. If it's something outside of Ecto, I don't know what it would be. Each attempt is coming from a unique IP, it seems, which seems unusual to me. I am trying to figure out what steps to take to track down what's ...
[ 0.0098876953125, 0.00982666015625, -0.021484375, 0.012939453125, -0.004486083984375, -0.00775146484375, -0.019287109375, -0.02490234375, -0.01043701171875, -0.01031494140625, 0.021728515625, -0.017578125, 0.016845703125, 0.01080322265625, -0.0030517578125, 0.003570556640625, -0.03759...
[ 44, 247, 91, 24861, 29568, 19361, 62539, 190, 17106, 103527, 237, 18, 3714, 15400, 2499, 351, 294, 30508, 57976, 12301, 64, 5429, 52164, 2806, 81887, 297, 442, 50782, 241, 44150, 98423, 38162, 1295, 36998, 8021, 37202, 225073, 26366, 98441,...
[ 0.058349609375, 0.06005859375, 0.05963134765625, 0.2156982421875, 0.17529296875, 0.1497802734375, 0.1329345703125, 0.059356689453125, 0.0718994140625, 0.259521484375, 0.050750732421875, 0.0068359375, 0.070556640625, 0.1246337890625, 0.021240234375, 0.1417236328125, 0.0828857421875, ...
embed
59833948_c0
59833948
elixir
0
Title: How to write ecto code with nested relation Problem title: How to write ecto code with nested relation Tags: elixir, phoenix-framework, ecto Problem: How to write ecto code with nested relation I have following DB table relation. Prefecture 1 - 1 Member 1 - N MemberAction I would like to get data, in case of SQL...
How to write ecto code with nested relation How to write ecto code with nested relation elixir phoenix-framework ecto a How Prefecture Member MemberAction SELECT A.action M.member_name JOIN M.id A.member_id M.prefecture_id P.id a.id action_id Repo.all How to write ecto code with nested relation I have following DB tabl...
[ -0.0203857421875, -0.0035400390625, 0.0033416748046875, 0.0033721923828125, 0.006317138671875, -0.00238037109375, 0.0026397705078125, 0.001617431640625, -0.00102996826171875, -0.0556640625, -0.002838134765625, 0.0184326171875, 0.01373291015625, 0.017578125, -0.006744384765625, -0.02392...
[ 11249, 47, 33022, 60751, 18151, 678, 8512, 71, 41911, 15296, 38308, 53073, 33, 4084, 160328, 1914, 17928, 6644, 74057, 284, 10763, 6755, 144832, 44713, 39, 27417, 11627, 21253, 532, 4692, 22631, 771, 5584, 25632, 57976, 23180, 106, 541, 204...
[ 0.083740234375, 0.032470703125, 0.198974609375, 0.275634765625, 0.2398681640625, 0.09912109375, 0.228271484375, 0.13427734375, 0.2037353515625, 0.055816650390625, 0.1707763671875, 0.034332275390625, 0.053466796875, 0.115234375, 0.09063720703125, 0.05389404296875, 0.1331787109375, 0...
embed
37882285_c0
37882285
elixir
0
Title: Echo Schema with field that is both a primary key and a foreign key Problem title: Echo Schema with field that is both a primary key and a foreign key Tags: ecto, elixir Problem: Echo Schema with field that is both a primary key and a foreign key My database design has two entities: Employee and Manager. Manager...
Echo Schema with field that is both a primary key and a foreign key Echo Schema with field that is both a primary key and a foreign key ecto elixir Echo Schema primary_key on_delete delete_all Echo Schema with field that is both a primary key and a foreign key My database design has two entities: Employee and Manager. ...
[ 0.019287109375, 0.0196533203125, -0.01214599609375, 0.019775390625, -0.0101318359375, 0.020751953125, 0.00543212890625, -0.0169677734375, -0.004425048828125, -0.0186767578125, 0.0111083984375, 0.0306396484375, -0.001556396484375, 0.0242919921875, 0.01171875, -0.005096435546875, -0.01...
[ 241, 3089, 34702, 192, 678, 44457, 450, 83, 15044, 158978, 22799, 136, 110613, 60751, 15296, 38308, 19770, 98, 8520, 67, 154109, 5584, 63399, 4331, 6626, 77630, 31678, 365, 1033, 30195, 36256, 13, 61924, 93215, 31095, 23180, 9077, 2646, 391...
[ 0.0638427734375, 0.2666015625, 0.210205078125, 0.1697998046875, 0.0682373046875, 0.2138671875, 0.021820068359375, 0.04449462890625, 0.104736328125, 0.1619873046875, 0.2220458984375, 0.061981201171875, 0.189697265625, 0.2021484375, 0.07476806640625, 0.182861328125, 0.19873046875, 0....
embed
66327530_c0
66327530
elixir
0
Title: how use big json data with HTTPoison? Problem title: how use big json data with HTTPoison? Tags: json, httpoison, elixir Problem: how use big json data with HTTPoison? Sorry, I am using Phonenix Framwork / Elixir, I need use HTTPoison with a large json in PUT method, but always send a response error, What i can ...
how use big json data with HTTPoison? how use big json data with HTTPoison? json httpoison elixir HTTPoison HTTPoison.start HTTPoison.post Content-Type recv_timeout response.body put_resp_content_type put_resp_header LB.pdf Plug.Conn.send_resp how use big json data with HTTPoison? Sorry, I am using Phonenix Framwork / ...
[ -0.02294921875, 0.013671875, 0.00640869140625, 0.0128173828125, -0.00176239013671875, -0.0091552734375, -0.0181884765625, -0.00909423828125, 0.0037384033203125, -0.02294921875, 0.00041961669921875, -0.00823974609375, 0.002044677734375, 0.0096435546875, 0.02197265625, -0.0079345703125, ...
[ 3642, 4527, 6957, 1647, 1681, 2053, 678, 135913, 31, 40514, 32, 1621, 15296, 38308, 17137, 4594, 70870, 196707, 21954, 334, 6032, 6056, 57553, 37873, 3884, 2109, 254, 69246, 50986, 31251, 48097, 15483, 194351, 11935, 39285, 90502, 17368, 4176...
[ 0.0765380859375, 0.12939453125, 0.1279296875, 0.1195068359375, 0.1982421875, 0.130126953125, 0.089111328125, 0.196533203125, 0.12353515625, 0.2303466796875, 0.007049560546875, 0.1094970703125, 0.08380126953125, 0.1900634765625, 0.07244873046875, 0.064453125, 0.091064453125, 0.13854...
embed
65000145_c0
65000145
elixir
0
Title: Elixir: defmacro and benchmark of pipline Problem title: Elixir: defmacro and benchmark of pipline Tags: benchmarking, duration, macros, elixir Problem: Elixir: defmacro and benchmark of pipline I have macro which should help me to meaaure latency: defmacro instrument_duration(endpoint_name, block) do quote do {...
Elixir: defmacro and benchmark of pipline Elixir: defmacro and benchmark of pipline benchmarking duration macros elixir Elixir instrument_duration endpoint_name timer.tc Histogram.observe endpoint_duration_seconds Instrumenter.instrument_duration do_handle prepare_response Reason:undef Elixir: defmacro and benchmark of...
[ -0.0250244140625, -0.00009059906005859375, -0.00665283203125, -0.0023651123046875, 0.01080322265625, 0.00677490234375, -0.0067138671875, -0.015869140625, -0.01287841796875, -0.053955078125, -0.01348876953125, -0.00836181640625, 0.026611328125, 0.00579833984375, 0.0098876953125, 0.00089...
[ 25318, 38308, 8, 420, 192, 15322, 136, 240057, 111, 2147, 42454, 13, 115, 30494, 111789, 15296, 13984, 3020, 3564, 38496, 11627, 21991, 18763, 83814, 86687, 191633, 73750, 56, 87705, 79628, 114606, 134719, 236267, 59437, 12, 765, 5608, 4358, ...
[ 0.1356201171875, 0.27001953125, 0.126708984375, 0.1541748046875, 0.026336669921875, 0.1690673828125, 0.06854248046875, 0.2122802734375, 0.042938232421875, 0.1048583984375, 0.1865234375, 0.12060546875, 0.0528564453125, 0.0240631103515625, 0.2200927734375, 0.09478759765625, 0.190917968...
embed
39577806_c1
39577806
elixir
1
class: "btn btn-default btn-xs" %> <%= link "Edit", to: student_path(@conn, :edit, student), class: "btn btn-default btn-xs" %> <%= link "Delete", to: student_path(@conn, :delete, student), method: :delete, data: [confirm: "Are you sure?"], class: "btn btn-danger btn-xs" %> </td> </tr> <% end %> But the using the form...
class: "btn btn-default btn-xs" %> <%= link "Edit", to: student_path(@conn, :edit, student), class: "btn btn-default btn-xs" %> <%= link "Delete", to: student_path(@conn, :delete, student), method: :delete, data: [confirm: "Are you sure?"], class: "btn btn-danger btn-xs" %> </td> </tr> <% end %> But the using the form...
[ -0.01068115234375, -0.00689697265625, 0.000537872314453125, -0.01263427734375, -0.005340576171875, -0.00787353515625, 0.023681640625, -0.009033203125, -0.006927490234375, -0.0257568359375, 0.01177978515625, -0.0030517578125, 0.0001621246337890625, 0.0042724609375, -0.00159454345703125, ...
[ 18507, 16723, 19, 876, 18, 214810, 425, 7, 3126, 125270, 47, 9836, 128405, 981, 2271, 45082, 4657, 46485, 8520, 55300, 2053, 38949, 9077, 549, 1505, 17368, 3173, 357, 316, 29362, 206, 136, 13448, 11627, 4488, 104250, 112140, 18499, 91363, ...
[ 0.1939697265625, 0.0948486328125, 0.09033203125, 0.04498291015625, 0.103271484375, 0.26953125, 0.114013671875, 0.0740966796875, 0.0994873046875, 0.1695556640625, 0.055419921875, 0.238037109375, 0.174072265625, 0.0419921875, 0.01708984375, 0.1212158203125, 0.107421875, 0.18774414062...
embed
50566904_c0
50566904
elixir
0
Title: How to view database created using Amnesia Problem title: How to view database created using Amnesia Tags: phoenix-framework, mnesia, erlang, elixir Problem: How to view database created using Amnesia I'm very new to Amnesia and Elixir. I write a custom mix task,Mix.Tasks.PopulateDB, which just populate some tes...
How to view database created using Amnesia How to view database created using Amnesia phoenix-framework mnesia erlang elixir Amnesia How How to view database created using Amnesia I'm very new to Amnesia and Elixir. I write a custom mix task,Mix.Tasks.PopulateDB, which just populate some test data to the Database, whic...
[ 0.0093994140625, 0.0098876953125, -0.0057373046875, 0.033935546875, 0.0189208984375, 0.01214599609375, 0.007354736328125, 0.00518798828125, -0.00408935546875, -0.054931640625, 0.018798828125, -0.01409912109375, 0.0155029296875, -0.01165771484375, -0.01251220703125, -0.009521484375, -...
[ 11249, 47, 21455, 63399, 75935, 17368, 2022, 86, 3478, 53073, 33, 4084, 160328, 18244, 49097, 72, 3066, 15296, 38308, 3525, 25318, 33022, 114122, 17664, 66211, 594, 9874, 1042, 42943, 67, 39463, 27623, 3034, 2053, 187781, 444, 7612, 71, 376...
[ 0.07098388671875, 0.03289794921875, 0.243408203125, 0.24951171875, 0.1556396484375, 0.107666015625, 0.15087890625, 0.1964111328125, 0.205078125, 0.0511474609375, 0.0833740234375, 0.1309814453125, 0.0947265625, 0.01947021484375, 0.0888671875, 0.043365478515625, 0.1871337890625, 0.03...
embed
33262679_c0
33262679
elixir
0
Title: Elli with Elixir Basic usage issue Problem title: Elli with Elixir Basic usage issue Tags: elixir Problem: Elli with Elixir Basic usage issue I am using elli https://github.com/knutin/elli in my Elixir application. The sample code is provided below. It is quite basic, every time it is run, I only get "Internal S...
Elli with Elixir Basic usage issue Elli with Elixir Basic usage issue elixir Elli Elixir Basic Client.TestHttp elli_handler _Req _Args elli_request.method Req elli_request.path Args handle_event GET OkGet elli.start_link Elli with Elixir Basic usage issue I am using elli https://github.com/knutin/elli in my Elixir appl...
[ -0.01104736328125, 0.01275634765625, -0.006591796875, -0.0096435546875, -0.005340576171875, 0.0024261474609375, 0.00384521484375, -0.01446533203125, -0.0025634765625, -0.03369140625, -0.0025634765625, 0.004364013671875, 0.006072998046875, 0.0250244140625, 0.0091552734375, -0.0059814453...
[ 540, 150, 678, 25318, 38308, 91692, 127689, 31089, 15296, 91732, 111337, 3062, 88, 74258, 4332, 864, 7614, 9405, 75616, 1928, 7352, 128405, 1172, 34831, 90141, 79794, 9972, 17137, 10187, 17368, 15769, 32102, 89928, 73, 24134, 38415, 121413, 1...
[ 0.1802978515625, 0.2410888671875, 0.1695556640625, 0.128173828125, 0.24462890625, 0.1904296875, 0.1634521484375, 0.1114501953125, 0.09210205078125, 0.145263671875, 0.1097412109375, 0.0140228271484375, 0.154541015625, 0.1646728515625, 0.0189361572265625, 0.0753173828125, 0.04315185546...
embed
48419364_c0
48419364
elixir
0
Title: Use fields from Mariaex.Result struct Problem title: Use fields from Mariaex.Result struct Tags: mysql, ecto, elixir Problem: Use fields from Mariaex.Result struct I have written an Elixir script which sends a MySQL query to my database using the Mariaex library. The query works perfectly. Now, I want to use the...
Use fields from Mariaex.Result struct Use fields from Mariaex.Result struct mysql ecto elixir Mariaex.Result Use num_rows IO.puts Query Unsuccessful Successful Use fields from Mariaex.Result struct I have written an Elixir script which sends a MySQL query to my database using the Mariaex library. The query works perfec...
[ -0.00860595703125, 0.032470703125, 0.00360107421875, 0.0234375, 0.007659912109375, 0.0191650390625, 0.021484375, -0.0048828125, 0.01422119140625, 0.0081787109375, 0.01080322265625, -0.0341796875, 0.00799560546875, -0.011962890625, -0.0062255859375, 0.002105712890625, -0.0053100585937...
[ 36836, 44457, 1295, 5379, 3355, 4332, 7, 7136, 36716, 759, 99247, 60751, 15296, 38308, 13269, 454, 15555, 17780, 7077, 58836, 992, 226534, 144053, 59121, 25318, 26499, 157146, 41, 63399, 35773, 1294, 43240, 169123, 3444, 4527, 176377, 18151, ...
[ 0.109375, 0.2086181640625, 0.060394287109375, 0.2010498046875, 0.2073974609375, 0.06640625, 0.089111328125, 0.1585693359375, 0.1875, 0.0704345703125, 0.09832763671875, 0.159423828125, 0.0740966796875, 0.2122802734375, 0.1788330078125, 0.041778564453125, 0.2247314453125, 0.123535156...
embed
78874271_c0
78874271
elixir
0
Title: What are the values in the acc and x in every enumeration in the Elixir code below found in the Enumerable Protocol official docs? Problem title: What are the values in the acc and x in every enumeration in the Elixir code below found in the Enumerable Protocol official docs? Tags: elixir, functional-programming...
What are the values in the acc and x in every enumeration in the Elixir code below found in the Enumerable Protocol official docs? What are the values in the acc and x in every enumeration in the Elixir code below found in the Enumerable Protocol official docs? elixir functional-programming What Elixir Enumerable Proto...
[ -0.00555419921875, 0.00159454345703125, -0.0135498046875, 0.021484375, -0.0111083984375, 0.01177978515625, -0.00482177734375, 0.01007080078125, 0.0146484375, -0.0093994140625, 0.003814697265625, -0.0096435546875, 0.0216064453125, 0.0150146484375, 0.01953125, -0.00982666015625, -0.010...
[ 4865, 621, 142424, 23, 50015, 136, 1022, 11907, 189085, 1363, 25318, 38308, 18151, 35064, 14037, 357, 316, 56, 2886, 151607, 51521, 54, 4439, 15296, 123309, 28966, 107, 106357, 5303, 37676, 28219, 107838, 34390, 42, 4488, 28032, 73342, 72134,...
[ 0.05615234375, 0.00701904296875, 0.197998046875, 0.037841796875, 0.1529541015625, 0.1461181640625, 0.1630859375, 0.111083984375, 0.221923828125, 0.0335693359375, 0.08349609375, 0.2275390625, 0.1737060546875, 0.0860595703125, 0.04412841796875, 0.033905029296875, 0.2049560546875, 0.1...
embed
52608487_c0
52608487
elixir
0
Title: Invalid association `account` in schema Project.Feature, associated schema Project.Account does not exist Problem title: Invalid association `account` in schema Project.Feature, associated schema Project.Account does not exist Tags: ecto, elixir, mysql, phoenix-framework Problem: Invalid association `account` in...
Invalid association `account` in schema Project.Feature, associated schema Project.Account does not exist Invalid association `account` in schema Project.Feature, associated schema Project.Account does not exist ecto elixir mysql phoenix-framework Invalid Project.Feature Project.Account Invalid association `account` in...
[ 0.00860595703125, 0.0009918212890625, -0.0036468505859375, 0.016845703125, -0.01507568359375, 0.005706787109375, -0.004058837890625, -0.005615234375, 0.00439453125, 0.00311279296875, 0.012451171875, -0.01361083984375, -0.00762939453125, 0.03564453125, -0.0011444091796875, -0.0057983398...
[ 360, 7013, 125413, 213499, 61903, 27331, 30154, 11, 6644, 137272, 39450, 71013, 959, 32316, 60751, 15296, 38308, 759, 99247, 53073, 33, 4084, 160328, 17368, 5941, 188, 669, 76755, 116, 23180, 61417, 136, 106594, 43240, 33245, 137265, 25944, 1...
[ 0.0418701171875, 0.2108154296875, 0.2420654296875, 0.29931640625, 0.248046875, 0.1533203125, 0.0927734375, 0.070068359375, 0.02435302734375, 0.1522216796875, 0.09088134765625, 0.262939453125, 0.0703125, 0.193603515625, 0.2314453125, 0.0662841796875, 0.1851806640625, 0.0849609375, ...
embed
45331452_c1
45331452
elixir
1
nil} and the documentation in a file api.apib is not generated. The project configuration has erlang 19.2 , elixir 1.4.2 , Phoenix v1.2.4 , nodejs 7.4.0 , Erlang/OTP 20 I would like some help in this case Code signals: UndefinedFunctionError, Using, phoenix_api_docs, PhoenixApiDocs.start, ExUnit.start, ExUnit.CLIForma...
nil} and the documentation in a file api.apib is not generated. The project configuration has erlang 19.2 , elixir 1.4.2 , Phoenix v1.2.4 , nodejs 7.4.0 , Erlang/OTP 20 I would like some help in this case Code signals: UndefinedFunctionError, Using, phoenix_api_docs, PhoenixApiDocs.start, ExUnit.start, ExUnit.CLIForma...
[ -0.0157470703125, 0.0089111328125, 0.00152587890625, -0.0089111328125, -0.0098876953125, 0.0084228515625, -0.005340576171875, -0.0106201171875, 0.002685546875, -0.007568359375, 0.011962890625, 0.0186767578125, -0.004486083984375, 0.002899169921875, 0.026123046875, -0.0103759765625, -...
[ 17324, 8152, 136, 209806, 11435, 31470, 2631, 2566, 83, 959, 139392, 13452, 180346, 72, 3066, 6529, 304, 15296, 38308, 117904, 133720, 81, 48400, 617, 110, 36294, 7, 151152, 1004, 670, 23658, 387, 4358, 7225, 28864, 26073, 79912, 5983, 9724...
[ 0.187744140625, 0.099609375, 0.007904052734375, 0.287109375, 0.127197265625, 0.2265625, 0.1297607421875, 0.232421875, 0.05633544921875, 0.135986328125, 0.2091064453125, 0.1322021484375, 0.2032470703125, 0.07000732421875, 0.2288818359375, 0.1195068359375, 0.0716552734375, 0.01306152...
embed
39277015_c1
39277015
elixir
1
try to read it (using a couple of player), i can surreptitiously see one image from the cam and it stops rightafter. Size (depending on parameters) can be important and when editing the file, i can clearly guess these are successive Jpeg files. Here is the beginning of the file. --myboundary Content-Type: image/jpeg C...
try to read it (using a couple of player), i can surreptitiously see one image from the cam and it stops rightafter. Size (depending on parameters) can be important and when editing the file, i can clearly guess these are successive Jpeg files. Here is the beginning of the file. --myboundary Content-Type: image/jpeg C...
[ -0.0054931640625, 0.00433349609375, 0.00970458984375, -0.01251220703125, 0.018310546875, 0.017822265625, -0.007049560546875, -0.0086669921875, 0.00677490234375, 0.005828857421875, 0.00787353515625, 0.052978515625, -0.00732421875, 0.00799560546875, 0.0147705078125, -0.01544189453125, ...
[ 9790, 12301, 442, 223, 24941, 58585, 17, 831, 33581, 31821, 1957, 1632, 29569, 1295, 70, 7384, 7279, 7108, 46327, 80378, 96819, 171859, 5526, 27211, 11435, 123019, 57767, 6097, 621, 208479, 821, 1081, 177, 102158, 11853, 86595, 1176, 99091, ...
[ 0.106201171875, 0.1944580078125, 0.04827880859375, 0.001068115234375, 0.05535888671875, 0.16845703125, 0.0234222412109375, 0.0594482421875, 0.06329345703125, 0.06256103515625, 0.17626953125, 0.099365234375, 0.181884765625, 0.0909423828125, 0.0214691162109375, 0.2020263671875, 0.17480...
embed
41372022_c0
41372022
elixir
0
Title: String comparison in Elixir Problem title: String comparison in Elixir Tags: elixir Problem: String comparison in Elixir I'm trying to compare to bits of string in Elixir - if they're equal then the if block fires or the else block should fire. def show(conn, %{"id" => id}) do Logger.info id Logger.info "-------...
String comparison in Elixir String comparison in Elixir elixir Elixir Logger.info conn.assigns.current_user Repo.get Professional show.html put_flash You site_path String comparison in Elixir I'm trying to compare to bits of string in Elixir - if they're equal then the if block fires or the else block should fire. In t...
[ -0.0233154296875, -0.00286865234375, -0.01483154296875, 0.0113525390625, 0.00665283203125, 0.012451171875, -0.0032196044921875, 0.000782012939453125, 0.01300048828125, -0.01263427734375, 0.0126953125, 0.00189208984375, 0.0113525390625, 0.01336669921875, 0.001922607421875, -0.005859375,...
[ 23351, 214, 225490, 25318, 38308, 15296, 64906, 56, 7319, 158, 19, 31304, 163812, 65918, 771, 61928, 7639, 7693, 3884, 5544, 2583, 1764, 128405, 31577, 69101, 4785, 79315, 2174, 105950, 46389, 11476, 37076, 5608, 3447, 162, 30646, 5701, 8306,...
[ 0.188232421875, 0.07733154296875, 0.2420654296875, 0.09814453125, 0.2418212890625, 0.060546875, 0.1474609375, 0.13037109375, 0.1859130859375, 0.058380126953125, 0.051025390625, 0.181396484375, 0.1788330078125, 0.1666259765625, 0.09326171875, 0.14013671875, 0.1112060546875, 0.036560...
embed
55913275_c0
55913275
elixir
0
Title: elixir: what are pros/cons of putting :inets:start in a function? Problem title: elixir: what are pros/cons of putting :inets:start in a function? Tags: ssl, initialization, inets, elixir Problem: elixir: what are pros/cons of putting :inets:start in a function? Currently I have :inets.start and :ssl.start in th...
elixir: what are pros/cons of putting :inets:start in a function? elixir: what are pros/cons of putting :inets:start in a function? ssl initialization inets elixir inets:start jsontest.ex Jsontest example.com IO.inspect IO.puts to_string Time.utc_now httpc.request inets.start ssl.start elixir: what are pros/cons of put...
[ -0.009765625, -0.00579833984375, 0.00089263916015625, 0.020263671875, -0.005401611328125, -0.0291748046875, 0.0096435546875, -0.00020885467529296875, -0.00537109375, -0.0174560546875, 0.023681640625, -0.0007476806640625, 0.0054931640625, 0.01318359375, 0.013427734375, 0.000463485717773...
[ 15296, 38308, 38280, 64, 25553, 118620, 73, 7831, 17137, 23, 32354, 12, 24861, 61475, 47691, 1647, 1681, 6954, 3355, 821, 27781, 17780, 16711, 47, 91693, 19055, 35613, 1621, 75616, 91, 2367, 152, 136, 7, 33600, 31, 107838, 209806, 18151, ...
[ 0.0960693359375, 0.2274169921875, 0.171142578125, 0.1263427734375, 0.2147216796875, 0.101318359375, 0.08935546875, 0.204345703125, 0.23828125, 0.08319091796875, 0.2239990234375, 0.058074951171875, 0.2054443359375, 0.1661376953125, 0.0992431640625, 0.03302001953125, 0.0592041015625, ...
embed
50684053_c0
50684053
elixir
0
Title: Use a map for module attribute accumulate: true Problem title: Use a map for module attribute accumulate: true Tags: elixir Problem: Use a map for module attribute accumulate: true I can register a module attribute with the option accumulate as true like this Module.register_attribute __MODULE__, :structs, accum...
Use a map for module attribute accumulate: true Use a map for module attribute accumulate: true elixir Use Module.register_attribute __MODULE__ test1 test2 Struct Test.Struct Enum.each Use a map for module attribute accumulate: true I can register a module attribute with the option accumulate as true like this Then I h...
[ -0.00628662109375, 0.0086669921875, -0.0269775390625, -0.001495361328125, -0.006256103515625, 0.00885009765625, 0.01007080078125, -0.00002384185791015625, 0.01318359375, -0.024658203125, 0.01068115234375, 0.025634765625, 0.03466796875, 0.01513671875, 0.0157470703125, 0.00457763671875, ...
[ 36836, 10, 22288, 100, 88996, 150380, 13, 183278, 67, 29568, 15296, 38308, 63014, 105199, 257, 191145, 12013, 397, 129984, 3034, 418, 304, 63667, 15390, 8647, 71713, 18190, 357, 316, 41581, 831, 68067, 35829, 237, 1884, 903, 25632, 5303, 34...
[ 0.1337890625, 0.125244140625, 0.2783203125, 0.1058349609375, 0.25634765625, 0.240478515625, 0.1202392578125, 0.25244140625, 0.1898193359375, 0.1932373046875, 0.1046142578125, 0.233154296875, 0.1856689453125, 0.195556640625, 0.0445556640625, 0.180908203125, 0.044464111328125, 0.0759...
embed
66895792_c0
66895792
elixir
0
Title: How do I garbage collect the Elixir REPL, iex? Problem title: How do I garbage collect the Elixir REPL, iex? Tags: elixir, elixir-iex Problem: How do I garbage collect the Elixir REPL, iex? In python if I'm playing around with the REPL I can force garbage collection with import gc; gc.collect() . How do I do the...
How do I garbage collect the Elixir REPL, iex? How do I garbage collect the Elixir REPL, iex? elixir elixir-iex gc How Elixir REPL gc.collect How do I garbage collect the Elixir REPL, iex? In python if I'm playing around with the REPL I can force garbage collection with import gc; gc.collect() . How do I do the same wi...
[ -0.00372314453125, 0.0245361328125, 0.01019287109375, 0.0166015625, -0.01165771484375, 0.0027618408203125, -0.005035400390625, 0.0004177093505859375, 0.003936767578125, -0.03076171875, 0.011962890625, 0.0028839111328125, -0.0037384033203125, 0.02197265625, 0.0311279296875, 0.0094604492...
[ 11249, 3671, 402, 429, 43799, 25318, 38308, 9069, 21130, 17, 3355, 70, 15296, 14, 22109, 196352, 87, 360, 17198, 50828, 75169, 10932, 831, 37772, 42486, 24927, 5, 132, 8108, 21334, 77336, 128239, 10044, 594, 26959, 11814, 2668, 202317, 2053...
[ 0.06585693359375, 0.1546630859375, 0.23974609375, 0.190673828125, 0.249267578125, 0.1302490234375, 0.283935546875, 0.155517578125, 0.27490234375, 0.1331787109375, 0.2332763671875, 0.013824462890625, 0.10028076171875, 0.116455078125, 0.185302734375, 0.2232666015625, 0.1104736328125, ...
embed
46738345_c0
46738345
elixir
0
Title: Guardian permissions in phoenix app Problem title: Guardian permissions in phoenix app Tags: api, phoenix-framework, elixir Problem: Guardian permissions in phoenix app I have the following in my users controller: plug Guardian.Plug.EnsurePermissions, handler: MyAppWeb.AuthController, admin: [:manage_users] def ...
Guardian permissions in phoenix app Guardian permissions in phoenix app api phoenix-framework elixir Guardian Guardian.Plug.EnsurePermissions MyAppWeb.AuthController manage_users method_to_find_user Guardian permissions in phoenix app I have the following in my users controller: So with this code, guardian will send a ...
[ -0.018798828125, 0.0257568359375, 0.0244140625, -0.0194091796875, 0.00171661376953125, 0.015380859375, -0.00396728515625, 0.0023956298828125, -0.0019683837890625, -0.06298828125, 0.0012969970703125, 0.0137939453125, 0.005584716796875, 0.018798828125, -0.0255126953125, 0.01116943359375,...
[ 81589, 168081, 7, 23, 53073, 33, 4084, 4027, 31470, 160328, 18244, 15296, 38308, 35159, 7768, 56851, 15277, 54916, 2646, 39179, 30474, 67362, 175904, 603, 111240, 223, 1314, 55300, 111607, 65918, 25632, 72095, 185373, 903, 18151, 158031, 19, ...
[ 0.3271484375, 0.298583984375, 0.09844970703125, 0.035247802734375, 0.1175537109375, 0.132568359375, 0.1748046875, 0.1922607421875, 0.1761474609375, 0.083984375, 0.02716064453125, 0.0640869140625, 0.1793212890625, 0.1285400390625, 0.00408935546875, 0.08984375, 0.170654296875, 0.1448...
embed
56397539_c0
56397539
elixir
0
Title: When should I generate a mix umbrella vs a phoenix umbrella? Problem title: When should I generate a mix umbrella vs a phoenix umbrella? Tags: elixir-mix, elixir, phoenix-framework, umbrella Problem: When should I generate a mix umbrella vs a phoenix umbrella? I'm not sure when to use mix and when to use phoenix...
When should I generate a mix umbrella vs a phoenix umbrella? When should I generate a mix umbrella vs a phoenix umbrella? elixir-mix elixir phoenix-framework umbrella When app_name app_name_web UMBRELLA NAME phx.new When should I generate a mix umbrella vs a phoenix umbrella? I'm not sure when to use mix and when to us...
[ 0.01031494140625, -0.0020904541015625, 0.0198974609375, 0.0184326171875, -0.00836181640625, 0.0284423828125, -0.01177978515625, 0.011962890625, 0.0216064453125, 0.018310546875, 0.00860595703125, -0.0264892578125, 0.045654296875, 0.01446533203125, -0.0064697265625, -0.0198974609375, -...
[ 14847, 5608, 139392, 17664, 286, 4134, 1165, 20209, 53073, 33, 4084, 15296, 38308, 62015, 160328, 18244, 4027, 11627, 14051, 31357, 38101, 125816, 182512, 11521, 425, 54936, 10, 3229, 4527, 105233, 86685, 31635, 17368, 645, 76199, 3525, 11893, ...
[ 0.10443115234375, 0.05377197265625, 0.1923828125, 0.25830078125, 0.091064453125, 0.171142578125, 0.1427001953125, 0.1737060546875, 0.0980224609375, 0.130615234375, 0.166259765625, 0.0030517578125, 0.134765625, 0.2275390625, 0.057403564453125, 0.0235595703125, 0.138916015625, 0.0140...
embed
40392944_c0
40392944
elixir
0
Title: Elixir Phoenix pattern matching &quot;params&quot; Problem title: Elixir Phoenix pattern matching &quot;params&quot; Tags: pattern-matching, phoenix-framework, elixir Problem: Elixir Phoenix pattern matching "params" I am struggling to understand pattern matching in my specific case; I'm trying to get the values...
Elixir Phoenix pattern matching &quot;params&quot; Elixir Phoenix pattern matching &quot;params&quot; pattern-matching phoenix-framework elixir MatchError Elixir Phoenix a15e-11e6-8bc7-38c986312498 job_slug erl_eval.expr Elixir Phoenix pattern matching "params" I am struggling to understand pattern matching in my speci...
[ -0.017333984375, 0.0027313232421875, -0.00482177734375, -0.0238037109375, -0.002044677734375, 0.01434326171875, -0.035888671875, -0.0113525390625, 0.003631591796875, -0.0184326171875, -0.00421142578125, 0.0015869140625, 0.0155029296875, 0.00189208984375, 0.0128173828125, 0.003723144531...
[ 25318, 38308, 133720, 103510, 14858, 214, 2500, 8256, 98753, 53073, 33, 4084, 160328, 15296, 67407, 18468, 10, 1837, 16675, 910, 135750, 204225, 165611, 12447, 35159, 72, 141, 1405, 83613, 42, 237875, 28219, 29458, 31577, 2046, 142424, 1295, ...
[ 0.08544921875, 0.2198486328125, 0.261962890625, 0.2247314453125, 0.2435302734375, 0.0762939453125, 0.117431640625, 0.1658935546875, 0.205078125, 0.0268402099609375, 0.06451416015625, 0.094482421875, 0.0816650390625, 0.05682373046875, 0.180419921875, 0.0653076171875, 0.022689819335937...
embed
36629942_c0
36629942
elixir
0
Title: Include Javascript on Certain Pages in Phoenix Framework Application Problem title: Include Javascript on Certain Pages in Phoenix Framework Application Tags: javascript, elixir, phoenix-framework Problem: Include Javascript on Certain Pages in Phoenix Framework Application I've got a bit of Javascript that I on...
Include Javascript on Certain Pages in Phoenix Framework Application Include Javascript on Certain Pages in Phoenix Framework Application javascript elixir phoenix-framework Include Javascript Certain Pages Phoenix Framework Application form.html.eex app.js Include Javascript on Certain Pages in Phoenix Framework Appli...
[ 0.00019741058349609375, 0.0091552734375, -0.01708984375, -0.018798828125, 0.00408935546875, 0.00836181640625, 0.007537841796875, 0.01080322265625, 0.006011962890625, -0.056396484375, 0.01025390625, -0.03564453125, -0.01507568359375, 0.046630859375, 0.0027618408203125, 0.023193359375, ...
[ 8942, 822, 74181, 98, 8759, 25500, 14231, 23, 133720, 202220, 104921, 136951, 15296, 38308, 53073, 33, 4084, 160328, 18244, 3173, 7693, 13, 3355, 4027, 28175, 4785, 4734, 3444, 26698, 24233, 37967, 38415, 46132, 26499, 7909, 759, 9007, 14051,...
[ 0.1156005859375, 0.1685791015625, 0.2998046875, 0.06451416015625, 0.0655517578125, 0.08984375, 0.1859130859375, 0.0286865234375, 0.259033203125, 0.2147216796875, 0.168701171875, 0.263427734375, 0.060028076171875, 0.1795654296875, 0.020050048828125, 0.07025146484375, 0.12060546875, ...
embed
42390967_c0
42390967
elixir
0
Title: how to associate two models with multiple has many associations? Problem title: how to associate two models with multiple has many associations? Tags: elixir, ecto Problem: how to associate two models with multiple has many associations? For eg: Class and Students. A Class will have many students in a has many r...
how to associate two models with multiple has many associations? how to associate two models with multiple has many associations? elixir ecto has_many Students foreign_key student_id student_section Student belongs_to how to associate two models with multiple has many associations? For eg: Class and Students. A Class w...
[ -0.009033203125, 0.00921630859375, -0.0106201171875, 0.01123046875, -0.01226806640625, 0.01904296875, -0.0113525390625, -0.0255126953125, 0.0084228515625, -0.033935546875, -0.0068359375, 0.00860595703125, 0.0113525390625, 0.030517578125, -0.0030975341796875, -0.0260009765625, -0.0086...
[ 3642, 30699, 67, 6626, 115774, 678, 48716, 1556, 5941, 151747, 47, 15296, 38308, 60751, 669, 53, 26696, 110613, 19770, 9836, 532, 7, 58994, 10617, 35014, 136, 765, 25921, 76755, 37769, 160675, 40059, 484, 4527, 9393, 3714, 125413, 17721, 77...
[ 0.08563232421875, 0.208740234375, 0.116455078125, 0.1402587890625, 0.238525390625, 0.07720947265625, 0.253173828125, 0.111083984375, 0.1632080078125, 0.233154296875, 0.0133056640625, 0.057373046875, 0.169189453125, 0.219482421875, 0.066162109375, 0.0450439453125, 0.193115234375, 0....
embed
63779368_c0
63779368
elixir
0
Title: How is Mnesia disc_copies table stored in ram when application starts? Problem title: How is Mnesia disc_copies table stored in ram when application starts? Tags: elixir, database, ram, mnesia, erlang Problem: How is Mnesia disc_copies table stored in ram when application starts? I have a table A of type disc_co...
How is Mnesia disc_copies table stored in ram when application starts? How is Mnesia disc_copies table stored in ram when application starts? elixir database ram mnesia erlang How Mnesia disc_copies How is Mnesia disc_copies table stored in ram when application starts? I have a table A of type disc_copies. It has two f...
[ 0.023193359375, -0.0087890625, -0.00848388671875, 0.037353515625, 0.00579833984375, 0.0150146484375, 0.010986328125, -0.017333984375, 0.00439453125, -0.015625, 0.027099609375, -0.0111083984375, -0.0030670166015625, 0.0341796875, 0.0208740234375, 0.0021820068359375, -0.009521484375, ...
[ 11249, 83, 276, 86, 3478, 17116, 454, 59935, 90, 23180, 4343, 71, 23, 13969, 3229, 38415, 4034, 7, 15296, 38308, 63399, 49097, 72, 3066, 62, 10644, 6626, 102158, 28338, 397, 16069, 73197, 496, 23177, 37486, 18925, 21693, 100094, 12684, 11...
[ 0.085693359375, 0.04638671875, 0.06591796875, 0.184326171875, 0.212646484375, 0.1346435546875, 0.0506591796875, 0.2039794921875, 0.09375, 0.2406005859375, 0.1690673828125, 0.05889892578125, 0.0887451171875, 0.1788330078125, 0.101318359375, 0.14404296875, 0.1898193359375, 0.05764770...
embed
48525912_c0
48525912
elixir
0
Title: Elixir phoenix debugging leads to interactive shell instead of pry Problem title: Elixir phoenix debugging leads to interactive shell instead of pry Tags: elixir-iex, elixir, debugging, phoenix-framework Problem: Elixir phoenix debugging leads to interactive shell instead of pry I've been trying to debug a phoen...
Elixir phoenix debugging leads to interactive shell instead of pry Elixir phoenix debugging leads to interactive shell instead of pry elixir-iex elixir debugging phoenix-framework IEx Elixir IEx.pry phx.server Elixir phoenix debugging leads to interactive shell instead of pry I've been trying to debug a phoenix applica...
[ -0.00244140625, 0.015625, 0.001220703125, 0.0211181640625, -0.00141143798828125, 0.03076171875, -0.021728515625, 0.0115966796875, 0.00238037109375, -0.0498046875, 0.01116943359375, 0.017822265625, 0.026611328125, 0.02392578125, 0.0220947265625, 0.030029296875, -0.00189208984375, -0...
[ 25318, 38308, 53073, 33, 4084, 8, 978, 36659, 37105, 212398, 128019, 64457, 78829, 15296, 14, 3355, 160328, 87, 19279, 254, 1294, 11521, 425, 39642, 31577, 85779, 38415, 11814, 25632, 167934, 5423, 36356, 6275, 64209, 4034, 10723, 17, 17664, ...
[ 0.1246337890625, 0.223876953125, 0.10321044921875, 0.15625, 0.161376953125, 0.1343994140625, 0.1873779296875, 0.1014404296875, 0.10101318359375, 0.20703125, 0.2291259765625, 0.1307373046875, 0.18408203125, 0.0855712890625, 0.041534423828125, 0.1549072265625, 0.058441162109375, 0.07...
embed
68747720_c0
68747720
elixir
0
Title: Phoenix keep conn from redirecting away from Liveview Problem title: Phoenix keep conn from redirecting away from Liveview Tags: elixir, phoenix-framework, phoenix-live-view Problem: Phoenix keep conn from redirecting away from Liveview I have a Liveview with a form where the user makes a couple choices and then...
Phoenix keep conn from redirecting away from Liveview Phoenix keep conn from redirecting away from Liveview elixir phoenix-framework phoenix-live-view redirecting Liveview Phoenix get_report send_download test.csv _msg do_something_pub_subby Phoenix keep conn from redirecting away from Liveview I have a Liveview with a...
[ -0.0262451171875, 0.0111083984375, 0.02734375, -0.0164794921875, -0.0093994140625, -0.01904296875, -0.0185546875, -0.000701904296875, 0.00518798828125, -0.03662109375, -0.004547119140625, -0.0233154296875, -0.00148773193359375, 0.02490234375, -0.01422119140625, 0.023681640625, -0.025...
[ 133720, 13695, 158, 19, 1295, 456, 80581, 16065, 9251, 22751, 15296, 38308, 53073, 33, 4084, 160328, 24056, 2046, 79770, 25379, 61754, 3034, 334, 64113, 111596, 22144, 1272, 3173, 38937, 24941, 44126, 137447, 106443, 1305, 50336, 5570, 185373, ...
[ 0.27880859375, 0.1298828125, 0.15087890625, 0.125, 0.058807373046875, 0.0809326171875, 0.2147216796875, 0.109130859375, 0.1544189453125, 0.285888671875, 0.020843505859375, 0.1468505859375, 0.0657958984375, 0.0692138671875, 0.07281494140625, 0.07342529296875, 0.11962890625, 0.017608...
embed
44989281_c0
44989281
elixir
0
Title: Mock an XML response using Phoenix the Elixir framework Problem title: Mock an XML response using Phoenix the Elixir framework Tags: elixir Problem: Mock an XML response using Phoenix the Elixir framework The response body of my HTTP request is XML. The XML is quite complex and contains may double quotes. I'd li...
Mock an XML response using Phoenix the Elixir framework Mock an XML response using Phoenix the Elixir framework elixir Phoenix Mock XML Elixir Title xmlns:xsi www.w3.org XMLSchema-instance Mock an XML response using Phoenix the Elixir framework The response body of my HTTP request is XML. The XML is quite complex and c...
[ 0.0050048828125, 0.021240234375, 0.00156402587890625, -0.00136566162109375, 0.0234375, 0.0162353515625, 0.0035858154296875, -0.014892578125, 0.0032501220703125, -0.0037078857421875, 0.015625, 0.01446533203125, 0.0096435546875, 0.00946044921875, 0.013427734375, 0.00433349609375, -0.02...
[ 2501, 2594, 92537, 57553, 17368, 133720, 70, 25318, 38308, 170846, 142, 15296, 48962, 131492, 1779, 425, 172, 434, 363, 1478, 25452, 11883, 116071, 14361, 135913, 50336, 83, 32233, 27140, 70541, 1543, 41929, 66747, 8698, 92, 27781, 222201, 18...
[ 0.185546875, 0.1630859375, 0.2646484375, 0.19189453125, 0.028106689453125, 0.228515625, 0.061370849609375, 0.1402587890625, 0.2607421875, 0.193603515625, 0.000274658203125, 0.09765625, 0.057861328125, 0.19580078125, 0.1220703125, 0.05401611328125, 0.117919921875, 0.02789306640625, ...
embed
46719696_c1
46719696
elixir
1
: n.user1_id in [2,3,4] I want to make it dynamic. Here's where I am lost. I would like to do something that resembles this: subquery = from f in Follow, where: f.following_id == 1, select: f.follower_id query = from n in Newsfeeditem, where: n.user_id in (Repo.all(subquery)) Obviously this doesn't work, but I'm not su...
: n.user1_id in [2,3,4] I want to make it dynamic. Here's where I am lost. I would like to do something that resembles this: subquery = from f in Follow, where: f.following_id == 1, select: f.follower_id query = from n in Newsfeeditem, where: n.user_id in (Repo.all(subquery)) Obviously this doesn't work, but I'm not su...
[ -0.01708984375, -0.02734375, 0.0167236328125, 0.00628662109375, -0.00567626953125, 0.0179443359375, -0.00604248046875, 0.0028533935546875, 0.00634765625, -0.07177734375, -0.00885009765625, 0.006317138671875, 0.0036773681640625, 0.01446533203125, 0.010498046875, -0.01190185546875, 0.0...
[ 653, 65918, 418, 532, 23, 304, 82449, 3444, 3249, 442, 84079, 72856, 2806, 1884, 3332, 195, 13566, 1614, 944, 1294, 1295, 1238, 77168, 94015, 214, 69112, 106, 36849, 56, 41, 1833, 106095, 217, 4332, 771, 5584, 22144, 18, 4488, 45646, 89...
[ 0.1241455078125, 0.225830078125, 0.0841064453125, 0.216064453125, 0.0706787109375, 0.044189453125, 0.16357421875, 0.092041015625, 0.119873046875, 0.080322265625, 0.274169921875, 0.0667724609375, 0.00653076171875, 0.068359375, 0.03533935546875, 0.1385498046875, 0.00341796875, 0.2180...
embed
67944534_c0
67944534
elixir
0
Title: Jason decode twice to pattern match correctly Problem title: Jason decode twice to pattern match correctly Tags: elixir-jason, elixir Problem: Jason decode twice to pattern match correctly I'm really new to elixir, so forgive my ignorance. I have a json response in body (coming from a public api) that i need to ...
Jason decode twice to pattern match correctly Jason decode twice to pattern match correctly elixir-jason elixir Jason access_token r5f3w73pjjjoembe4azhp892475wah expires_in token_type Jason.decode Jason decode twice to pattern match correctly I'm really new to elixir, so forgive my ignorance. I have a json response in ...
[ -0.000782012939453125, 0.016845703125, -0.0022735595703125, 0.01373291015625, 0.006500244140625, -0.01171875, -0.019287109375, 0.0140380859375, 0.004913330078125, -0.00787353515625, 0.023193359375, 0.034423828125, -0.0010986328125, 0.0118408203125, 0.014404296875, 0.0130615234375, -0...
[ 85613, 8, 40899, 186351, 47, 103510, 14858, 26785, 15296, 38308, 145, 1681, 17203, 6448, 33, 18949, 16571, 14700, 50964, 1098, 50986, 112, 6183, 96259, 80523, 1647, 57553, 23, 14361, 3835, 31470, 3871, 20653, 2046, 22288, 831, 28219, 15400, ...
[ 0.2734375, 0.1607666015625, 0.2225341796875, 0.2099609375, 0.0760498046875, 0.219970703125, 0.2080078125, 0.1068115234375, 0.0987548828125, 0.2166748046875, 0.11279296875, 0.1480712890625, 0.1356201171875, 0.0941162109375, 0.01275634765625, 0.001861572265625, 0.05859375, 0.11901855...
embed
45309496_c0
45309496
elixir
0
Title: Could not render &quot;app.html&quot; for X.Web.LayoutView, please define a matching clause for render/2 Problem title: Could not render &quot;app.html&quot; for X.Web.LayoutView, please define a matching clause for render/2 Tags: elixir, phoenix-framework Problem: Could not render "app.html" for X.Web.LayoutVie...
Could not render &quot;app.html&quot; for X.Web.LayoutView, please define a matching clause for render/2 Could not render &quot;app.html&quot; for X.Web.LayoutView, please define a matching clause for render/2 elixir phoenix-framework Could app.html X.Web.LayoutView phx.server Citybuilder.Web.LayoutView Citybuilder Cou...
[ -0.01043701171875, 0.0283203125, 0.0159912109375, -0.01190185546875, -0.015380859375, 0.019775390625, 0.00885009765625, -0.0029449462890625, 0.033203125, -0.01495361328125, -0.013427734375, -0.02001953125, 0.0224609375, 0.0034637451171875, 0.007659912109375, 0.020263671875, -0.011413...
[ 191147, 959, 89159, 9007, 5, 7693, 41502, 1193, 30474, 53, 6056, 100474, 61924, 14858, 214, 70731, 13, 12477, 15296, 38308, 53073, 33, 4084, 160328, 4027, 11521, 425, 39642, 6406, 177149, 56, 120514, 14578, 9251, 86385, 831, 18, 83184, 1766...
[ 0.0740966796875, 0.0750732421875, 0.218505859375, 0.200439453125, 0.026763916015625, 0.257568359375, 0.00738525390625, 0.132568359375, 0.110107421875, 0.0982666015625, 0.0863037109375, 0.2425537109375, 0.1275634765625, 0.1346435546875, 0.093994140625, 0.14306640625, 0.091064453125, ...
embed
43905262_c2
43905262
elixir
2
How, API, Simple, CORS, localhost:3000, Processing, KegCopRAPI.Web.UserController.create, Parameters, example.com, FILTERED, Pipelines, Sent, kegcopr_api, user_controller.ex:17, Plug.Conn, Plug.Adapters.Cowboy.Conn, before_send, Plug.Logger.call, Phoenix.LiveReloader.before_send_inject_reloader, body_params, Plug.Conn...
How, API, Simple, CORS, localhost:3000, Processing, KegCopRAPI.Web.UserController.create, Parameters, example.com, FILTERED, Pipelines, Sent, kegcopr_api, user_controller.ex:17, Plug.Conn, Plug.Adapters.Cowboy.Conn, before_send, Plug.Logger.call, Phoenix.LiveReloader.before_send_inject_reloader, body_params, Plug.Conn...
[ 0.003570556640625, -0.0030059814453125, 0.0029296875, -0.01483154296875, 0.0201416015625, -0.001617431640625, 0.02783203125, -0.0096435546875, 0.013916015625, -0.0025177001953125, -0.00347900390625, 0.01373291015625, -0.01031494140625, 0.00176239013671875, 0.007080078125, -0.0081787109...
[ 11249, 4, 61687, 60552, 70555, 294, 4000, 40294, 12, 36605, 123996, 214, 1345, 177, 441, 2146, 132191, 568, 5, 30474, 1062, 2189, 175904, 603, 7612, 2182, 1720, 29089, 27781, 277, 141669, 14755, 17610, 93128, 59760, 63999, 311, 587, 10287, ...
[ 0.1944580078125, 0.02569580078125, 0.27783203125, 0.257568359375, 0.2081298828125, 0.1817626953125, 0.137451171875, 0.1920166015625, 0.062103271484375, 0.237060546875, 0.1573486328125, 0.07830810546875, 0.15673828125, 0.15283203125, 0.072998046875, 0.1207275390625, 0.1998291015625, ...
embed
61808572_c1
61808572
elixir
1
refused) while connecting to upstream, client: ipaddress, server: _, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:4013/", host: "ipaddress" Edit: Last two entries of OTP logs confirming app is alive ===== ALIVE Fri May 15 07:33:19 UTC 2020 ===== ALIVE Fri May 15 07:48:19 UTC 2020 Edit 2: I have posted a Gist...
refused) while connecting to upstream, client: ipaddress, server: _, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:4013/", host: "ipaddress" Edit: Last two entries of OTP logs confirming app is alive ===== ALIVE Fri May 15 07:33:19 UTC 2020 ===== ALIVE Fri May 15 07:48:19 UTC 2020 Edit 2: I have posted a Gist...
[ -0.004364013671875, 0.0277099609375, 0.003509521484375, -0.0361328125, 0.015869140625, 0.0000858306884765625, 0.001190185546875, -0.000946044921875, 0.01214599609375, 0.01190185546875, 0.000972747802734375, -0.00872802734375, 0.01080322265625, 0.01708984375, -0.016845703125, -0.0035858...
[ 128120, 71, 16, 12960, 37067, 214, 47, 1257, 86429, 23282, 17, 4299, 107421, 10723, 50336, 79794, 135913, 92134, 5475, 696, 1530, 129884, 102014, 22932, 2681, 27980, 14, 21672, 6626, 112820, 180, 23658, 12684, 39563, 4027, 83, 923, 272, 62,...
[ 0.291015625, 0.1761474609375, 0.013580322265625, 0.0947265625, 0.1986083984375, 0.04974365234375, 0.1026611328125, 0.1181640625, 0.260009765625, 0.166748046875, 0.0572509765625, 0.1212158203125, 0.2362060546875, 0.1636962890625, 0.1749267578125, 0.1734619140625, 0.205810546875, 0.1...
embed
63254767_c0
63254767
elixir
0
Title: Elixir: pattern match function arguments to struct Problem title: Elixir: pattern match function arguments to struct Tags: pattern-matching, elixir, struct Problem: Elixir: pattern match function arguments to struct Using {:typed_struct, "~> 0.2.1"} library I have following struct: defmodule RequestParams do use...
Elixir: pattern match function arguments to struct Elixir: pattern match function arguments to struct pattern-matching elixir struct Elixir RequestParams TypedStruct String.t do_handle _context Only Elixir: pattern match function arguments to struct Using {:typed_struct, "~> 0.2.1"} library I have following struct: I a...
[ -0.01318359375, 0.0194091796875, 0.005859375, -0.01239013671875, -0.000576019287109375, 0.01129150390625, -0.0126953125, -0.0189208984375, -0.006805419921875, -0.005126953125, 0.01116943359375, -0.017578125, 0.007781982421875, -0.00848388671875, 0.033935546875, -0.007171630859375, -0...
[ 25318, 38308, 103510, 14858, 32354, 10750, 7, 47, 36716, 98753, 15296, 853, 75616, 28636, 8256, 60457, 71, 71713, 18190, 18, 23351, 214, 79628, 22829, 87293, 50986, 2306, 757, 68107, 35773, 1294, 25632, 31577, 171859, 131527, 44691, 7722 ]
[ 0.095703125, 0.243896484375, 0.204345703125, 0.22314453125, 0.162841796875, 0.177734375, 0.010528564453125, 0.10308837890625, 0.2296142578125, 0.1549072265625, 0.0623779296875, 0.009979248046875, 0.10107421875, 0.072509765625, 0.03631591796875, 0.145751953125, 0.0362548828125, 0.12...
embed
32020684_c1
32020684
elixir
1
apters.SQL.query/6 (ecto) lib/ecto/adapters/sql.ex:191: Ecto.Adapters.SQL.query/5 (elixir) lib/enum.ex:1261: Enum."-reduce/3-lists^foldl/2-0-"/3 but I just created the table. Checking in Postgres: ~:.psql -d template1 psql (9.4.4) Type "help" for help. template1=# CREATE TABLE mpa_dev(); ERROR: relation "mpa_dev" alrea...
apters.SQL.query/6 (ecto) lib/ecto/adapters/sql.ex:191: Ecto.Adapters.SQL.query/5 (elixir) lib/enum.ex:1261: Enum."-reduce/3-lists^foldl/2-0-"/3 but I just created the table. Checking in Postgres: ~:.psql -d template1 psql (9.4.4) Type "help" for help. template1=# CREATE TABLE mpa_dev(); ERROR: relation "mpa_dev" alrea...
[ 0.006622314453125, -0.003448486328125, 0.006439208984375, 0.0107421875, 0.0091552734375, -0.015625, -0.006195068359375, -0.005859375, -0.002105712890625, -0.0296630859375, 0.0167236328125, -0.00811767578125, 0.0064697265625, 0.0079345703125, 0.005218505859375, 0.0233154296875, -0.032...
[ 1747, 23962, 158897, 944, 1294, 20155, 60751, 25474, 177528, 99247, 3355, 23988, 241, 44150, 22409, 2631, 12147, 6169, 38308, 33, 316, 20927, 11540, 357, 107, 106357, 18113, 6562, 42822, 141, 203808, 1284, 1660, 75935, 23180, 38679, 2795, 175...
[ 0.1490478515625, 0.19140625, 0.195068359375, 0.1060791015625, 0.05584716796875, 0.0999755859375, 0.1990966796875, 0.09765625, 0.209228515625, 0.2060546875, 0.13623046875, 0.085205078125, 0.03466796875, 0.1890869140625, 0.090087890625, 0.1336669921875, 0.032867431640625, 0.042785644...
embed
43112383_c1
43112383
elixir
1
Workers.Domain.worker/0], [id: {Workers.Domain, i}]) end) opts = [strategy: :one_for_one, name: Workers.DomainSupervisor] Supervisor.start_link(children, opts) end end Worker defmodule Workers.Domain do def worker do case Store.Domains.pop do :empty -> IO.puts "[Domain] none found, waiting..." :timer.sleep(1000) {crawl...
Workers.Domain.worker/0], [id: {Workers.Domain, i}]) end) opts = [strategy: :one_for_one, name: Workers.DomainSupervisor] Supervisor.start_link(children, opts) end end Worker defmodule Workers.Domain do def worker do case Store.Domains.pop do :empty -> IO.puts "[Domain] none found, waiting..." :timer.sleep(1000) {crawl...
[ -0.004791259765625, -0.00153350830078125, 0.0026702880859375, 0.003753662109375, -0.0103759765625, 0.00946044921875, 0.022216796875, -0.011474609375, 0.0001163482666015625, -0.034912109375, -0.00616455078125, 0.0135498046875, 0.0023956298828125, -0.00092315673828125, -0.002685546875, -...
[ 27985, 1314, 5, 8331, 24931, 18244, 56, 107838, 4, 532, 108259, 17, 3564, 233, 933, 2203, 151895, 3432, 3630, 2472, 9351, 73903, 51858, 4265, 17137, 10187, 237052, 8, 420, 83279, 54, 4488, 7225, 14934, 33554, 33548, 17780, 7077, 351, 1403...
[ 0.197265625, 0.2073974609375, 0.0069580078125, 0.182373046875, 0.2293701171875, 0.183837890625, 0.170166015625, 0.1351318359375, 0.012786865234375, 0.09912109375, 0.1502685546875, 0.0638427734375, 0.1595458984375, 0.1790771484375, 0.1767578125, 0.04412841796875, 0.1588134765625, 0....
embed
44639056_c0
44639056
elixir
0
Title: Compare keys from two different maps Problem title: Compare keys from two different maps Tags: elixir, maps, phoenix-framework Problem: Compare keys from two different maps I'm trying to compare two different maps. The first one is a constant in my module: @list_items %{apples: 2, orange: 1, banana: 3} This is a...
Compare keys from two different maps Compare keys from two different maps elixir maps phoenix-framework two Compare list_items Map.merge ProblemModule.purchase Compare keys from two different maps I'm trying to compare two different maps. The first one is a constant in my module: This is acting as key : item name, valu...
[ 0.00897216796875, 0.009521484375, 0.0025482177734375, -0.011474609375, 0.005523681640625, 0.0096435546875, -0.01123046875, 0.0142822265625, 0.0068359375, 0.003936767578125, 0.00933837890625, 0.041259765625, 0.0238037109375, 0.047607421875, 0.00286865234375, 0.0003509521484375, 0.0052...
[ 113307, 13, 22799, 7, 1295, 6626, 12921, 22288, 15296, 38308, 53073, 33, 4084, 160328, 18244, 5303, 1486, 42719, 1991, 429, 15649, 91616, 8782, 4717, 1436, 31577, 69101, 5117, 53697, 88996, 1030, 237, 35735, 9351, 34292, 27167, 32354, 33342, ...
[ 0.20947265625, 0.0679931640625, 0.20849609375, 0.076416015625, 0.151611328125, 0.1705322265625, 0.17822265625, 0.1915283203125, 0.03558349609375, 0.181640625, 0.0120849609375, 0.041259765625, 0.111572265625, 0.074951171875, 0.0291748046875, 0.121337890625, 0.064453125, 0.1354980468...
embed
53065864_c0
53065864
elixir
0
Title: Define another macro inside __using__ Problem title: Define another macro inside __using__ Tags: elixir, macros Problem: Define another macro inside __using__ I have a module called Interfaces: defmodule Interfaces do defmacro __using__(module) do @module unquote(module) |> List.first |> elem(1) defmacro expose(...
Define another macro inside __using__ Define another macro inside __using__ elixir macros CompileError Define __using__ Interfaces List.first IO.inspect Expanding IO.puts Interfaces.MyModule Something.DefinedElseWhere my_module.ex:6 Define another macro inside __using__ I have a module called Interfaces: Another module...
[ -0.002288818359375, 0.0019683837890625, -0.023681640625, 0.0308837890625, 0.006072998046875, 0.0125732421875, -0.0057373046875, 0.01043701171875, 0.0003681182861328125, -0.04296875, -0.00616455078125, -0.023193359375, 0.01519775390625, -0.00072479248046875, 0.01385498046875, -0.0136718...
[ 262, 64552, 15700, 111789, 46132, 5953, 223, 214, 14005, 15296, 38308, 7, 15612, 1340, 18468, 31611, 220237, 32036, 13448, 271, 17780, 16711, 31852, 91616, 8782, 187423, 759, 83279, 13, 910, 88996, 116267, 4966, 9969, 1733, 2046 ]
[ 0.04229736328125, 0.1822509765625, 0.1387939453125, 0.262451171875, 0.166015625, 0.046722412109375, 0.1341552734375, 0.1422119140625, 0.00970458984375, 0.07135009765625, 0.2425537109375, 0.0367431640625, 0.1282958984375, 0.1827392578125, 0.0924072265625, 0.10760498046875, 0.232055664...
embed
41032130_c0
41032130
elixir
0
Title: How to insert a parent model and a few child ones at once in Phoenix/Elixir? Problem title: How to insert a parent model and a few child ones at once in Phoenix/Elixir? Tags: phoenix-framework, ecto, elixir, ruby-on-rails Problem: How to insert a parent model and a few child ones at once in Phoenix/Elixir? I hav...
How to insert a parent model and a few child ones at once in Phoenix/Elixir? How to insert a parent model and a few child ones at once in Phoenix/Elixir? phoenix-framework ecto elixir ruby-on-rails How Phoenix Elixir Article Commentary Article.create title1 body1 article.commentaries Commentary.create body2 body3 artic...
[ -0.005859375, -0.0252685546875, 0.004974365234375, 0.006072998046875, 0.00738525390625, 0.00775146484375, -0.00762939453125, -0.03125, -0.004486083984375, -0.0693359375, 0.0081787109375, 0.003173828125, 0.011474609375, 0.0245361328125, -0.01385498046875, -0.021240234375, -0.017944335...
[ 11249, 47, 183540, 49129, 3299, 136, 10846, 29041, 64333, 24145, 23, 133720, 150, 38308, 33, 4084, 160328, 18244, 60751, 15296, 21922, 53, 191, 68823, 7, 25318, 24241, 16277, 6635, 7612, 44759, 14361, 5582, 53470, 363, 108999, 64, 647, 1157...
[ 0.079833984375, 0.020843505859375, 0.253173828125, 0.1925048828125, 0.24658203125, 0.1104736328125, 0.1151123046875, 0.166748046875, 0.0653076171875, 0.157958984375, 0.08447265625, 0.25439453125, 0.07342529296875, 0.226318359375, 0.0143585205078125, 0.0672607421875, 0.0863037109375, ...
embed
43413095_c0
43413095
elixir
0
Title: How to keep a user subscribed to every chat it is following Problem title: How to keep a user subscribed to every chat it is following Tags: phoenix-framework, phoenix-channels, elixir Problem: How to keep a user subscribed to every chat it is following Thats the messenger's facebook UI If you were implementing ...
How to keep a user subscribed to every chat it is following How to keep a user subscribed to every chat it is following phoenix-framework phoenix-channels elixir How How to keep a user subscribed to every chat it is following Thats the messenger's facebook UI If you were implementing that with phoenix (elixir framework...
[ 0.0025482177734375, 0.0093994140625, 0.007354736328125, 0.002349853515625, -0.0242919921875, 0.0020294189453125, -0.00665283203125, 0.00634765625, 0.0177001953125, -0.068359375, -0.00579833984375, -0.01116943359375, 0.01416015625, 0.0208740234375, -0.006591796875, 0.0205078125, -0.01...
[ 11249, 47, 13695, 38937, 1614, 34601, 11907, 3245, 442, 83, 25632, 53073, 33, 4084, 160328, 18244, 17032, 8876, 15296, 38308, 10, 235446, 10899, 111481, 29479, 6169, 170846, 154559, 28282, 1632, 9, 100, 35388, 23282, 86831, 1467, 9803, 86723,...
[ 0.0784912109375, 0.1275634765625, 0.2255859375, 0.2113037109375, 0.1756591796875, 0.236328125, 0.1534423828125, 0.2135009765625, 0.06390380859375, 0.0853271484375, 0.21240234375, 0.124267578125, 0.1549072265625, 0.2034912109375, 0.1090087890625, 0.05517578125, 0.1922607421875, 0.20...
embed
43996349_c0
43996349
elixir
0
Title: How to View Production Logs in Phoenix Web Application Deployed using Edeliver? Problem title: How to View Production Logs in Phoenix Web Application Deployed using Edeliver? Tags: devops, elixir, erlang, phoenix-framework, logging Problem: How to View Production Logs in Phoenix Web Application Deployed using Ed...
How to View Production Logs in Phoenix Web Application Deployed using Edeliver? How to View Production Logs in Phoenix Web Application Deployed using Edeliver? devops elixir erlang phoenix-framework logging Edeliver How View Production Logs Phoenix Web Application Deployed How to View Production Logs in Phoenix Web App...
[ 0.0096435546875, 0.0279541015625, 0.00384521484375, 0.01190185546875, 0.016845703125, 0.019287109375, 0.00157928466796875, 0.01202392578125, -0.015625, -0.0224609375, 0.01251220703125, -0.006622314453125, 0.024169921875, -0.019775390625, -0.0008544921875, 0.0087890625, -0.01879882812...
[ 11249, 29805, 118479, 13146, 7, 133720, 4002, 104921, 262, 13158, 131175, 14, 814, 47, 23, 17368, 30396, 6423, 15296, 38308, 72, 3066, 53073, 33, 4084, 160328, 18244, 459, 36659, 4027, 73303, 68311, 619, 803, 178043, 98441, 32102, 67669, 22...
[ 0.054443359375, 0.2408447265625, 0.23828125, 0.237060546875, 0.06866455078125, 0.263916015625, 0.138671875, 0.1624755859375, 0.03631591796875, 0.1322021484375, 0.1756591796875, 0.1287841796875, 0.2393798828125, 0.007598876953125, 0.03387451171875, 0.040252685546875, 0.15673828125, ...
embed
30585697_c0
30585697
elixir
0
Title: How to rewrite Erlang combinations algorithm in Elixir? Problem title: How to rewrite Erlang combinations algorithm in Elixir? Tags: functional-programming, elixir, erlang Problem: How to rewrite Erlang combinations algorithm in Elixir? I've been tinkering with Elixir for the last few weeks. I just came across t...
How to rewrite Erlang combinations algorithm in Elixir? How to rewrite Erlang combinations algorithm in Elixir? functional-programming elixir erlang How Erlang Elixir N-1 How to rewrite Erlang combinations algorithm in Elixir? I've been tinkering with Elixir for the last few weeks. I just came across this succinct comb...
[ -0.040283203125, 0.0286865234375, 0.008544921875, -0.0050048828125, -0.000080108642578125, 0.0101318359375, -0.011474609375, 0.00152587890625, 0.005462646484375, -0.01080322265625, -0.0054931640625, -0.010986328125, 0.0296630859375, 0.01312255859375, -0.0028228759765625, 0.011779785156...
[ 11249, 47, 456, 434, 18781, 1004, 3066, 162515, 7, 234873, 23, 25318, 38308, 123309, 28966, 15296, 72, 541, 5759, 49947, 4209, 40859, 36880, 42593, 6333, 199332, 1284, 179933, 11389, 1257, 903, 959, 26785, 89536, 127689, 214552, 50339, 20594,...
[ 0.09027099609375, 0.04315185546875, 0.1392822265625, 0.121337890625, 0.1668701171875, 0.14501953125, 0.26953125, 0.2406005859375, 0.082275390625, 0.228759765625, 0.0677490234375, 0.119873046875, 0.244140625, 0.1201171875, 0.08642578125, 0.0787353515625, 0.0771484375, 0.013519287109...
embed
67508536_c0
67508536
elixir
0
Title: Ecto: run sql script before or after each migration Problem title: Ecto: run sql script before or after each migration Tags: elixir, ecto, dynamic, partitioning, migration Problem: Ecto: run sql script before or after each migration I would like to create(if not exists) partition tables for each month for some t...
Ecto: run sql script before or after each migration Ecto: run sql script before or after each migration elixir ecto dynamic partitioning migration Ecto CREATE TABLE NOT EXISTS start_date.year PARTITION VALUES start_date stop_date Repo Ecto: run sql script before or after each migration I would like to create(if not exi...
[ 0.00927734375, -0.022705078125, -0.0025177001953125, 0.00958251953125, -0.018310546875, -0.01519775390625, -0.01544189453125, -0.00970458984375, -0.006744384765625, -0.0166015625, -0.0052490234375, 0.029052734375, 0.01458740234375, 0.00830078125, 0.01397705078125, 0.000835418701171875,...
[ 241, 44150, 12, 11675, 99247, 26499, 8108, 707, 7103, 12638, 212416, 91, 15296, 38308, 60751, 84079, 2878, 1363, 175151, 8241, 384, 183057, 86725, 29426, 35602, 4034, 17489, 46799, 180070, 35213, 310, 89994, 7279, 853, 771, 1884, 28282, 3190,...
[ 0.112548828125, 0.282470703125, 0.033294677734375, 0.130615234375, 0.1981201171875, 0.21142578125, 0.1470947265625, 0.06585693359375, 0.119873046875, 0.09991455078125, 0.2119140625, 0.010406494140625, 0.05810546875, 0.162109375, 0.234130859375, 0.1693115234375, 0.183837890625, 0.12...
embed
37099525_c0
37099525
elixir
0
Title: Rails engine like with Phoenix Problem title: Rails engine like with Phoenix Tags: elixir, phoenix-framework Problem: Rails engine like with Phoenix I'm quite new with Elixir / Phoenix and I'm wondering how to bring Rails engines features-like in Phoenix. What I want is simple, I want to be able to create a core...
Rails engine like with Phoenix Rails engine like with Phoenix elixir phoenix-framework Rails Phoenix Rails engine like with Phoenix I'm quite new with Elixir / Phoenix and I'm wondering how to bring Rails engines features-like in Phoenix. What I want is simple, I want to be able to create a core app, let's say a tiny c...
[ -0.00384521484375, 0.006500244140625, 0.0012969970703125, -0.005828857421875, 0.004638671875, 0.00982666015625, -0.0003871917724609375, 0.00775146484375, 0.003082275390625, -0.0308837890625, -0.00640869140625, 0.0089111328125, 0.011474609375, 0.03564453125, 0.006744384765625, -0.000021...
[ 85736, 7, 87907, 1884, 678, 133720, 15296, 38308, 53073, 33, 4084, 160328, 18244, 3525, 25318, 149016, 3642, 47, 19095, 66139, 5062, 23, 3444, 8781, 19048, 28282, 56458, 4027, 57278, 22684, 38415, 24927, 81988, 16912, 115774, 63335, 20450, 26...
[ 0.2646484375, 0.1502685546875, 0.238037109375, 0.14892578125, 0.1390380859375, 0.2509765625, 0.07342529296875, 0.20166015625, 0.0626220703125, 0.068359375, 0.1285400390625, 0.0965576171875, 0.024169921875, 0.0438232421875, 0.1002197265625, 0.047393798828125, 0.05499267578125, 0.002...
embed
33292548_c0
33292548
elixir
0
Title: current_user in Phoenix controller passed by Plug Problem title: current_user in Phoenix controller passed by Plug Tags: elixir, phoenix-framework Problem: current_user in Phoenix controller passed by Plug Takes this code example as a Plug to handle authentication: defmodule Financeweb.APIAuth do ... def call(co...
current_user in Phoenix controller passed by Plug current_user in Phoenix controller passed by Plug elixir phoenix-framework current_user Phoenix Plug Financeweb.APIAuth _opts authenticated_user send_resp Plug.Conn.assign user_id conn.assigns.current_user.id current_user in Phoenix controller passed by Plug Takes this ...
[ -0.0238037109375, -0.001068115234375, 0.00008678436279296875, 0.001068115234375, -0.00860595703125, 0.01312255859375, -0.005645751953125, -0.005096435546875, 0.0211181640625, -0.0703125, 0.004119873046875, 0.01409912109375, -0.00970458984375, 0.01019287109375, -0.0146484375, 0.00494384...
[ 43581, 454, 65918, 23, 133720, 185373, 115081, 194351, 15296, 38308, 53073, 33, 4084, 160328, 81163, 14051, 74220, 67362, 2146, 195734, 25379, 2109, 254, 11935, 19, 162, 31304, 38937, 532, 158, 163812, 390, 18151, 27781, 34831, 452, 6953, 773...
[ 0.260498046875, 0.05181884765625, 0.27783203125, 0.03167724609375, 0.2783203125, 0.29345703125, 0.099609375, 0.219482421875, 0.06494140625, 0.1856689453125, 0.04168701171875, 0.045318603515625, 0.08416748046875, 0.08807373046875, 0.16650390625, 0.1329345703125, 0.0709228515625, 0.0...
embed
49028402_c0
49028402
elixir
0
Title: How to tell Absinthe it should issue a query to send an update for an outstanding subscription? Problem title: How to tell Absinthe it should issue a query to send an update for an outstanding subscription? Tags: elixir, absinthe Problem: How to tell Absinthe it should issue a query to send an update for an outs...
How to tell Absinthe it should issue a query to send an update for an outstanding subscription? How to tell Absinthe it should issue a query to send an update for an outstanding subscription? elixir absinthe How Absinthe Absinthe.Subscription.publish How to tell Absinthe it should issue a query to send an update for an...
[ 0.0068359375, 0.03515625, 0.008544921875, 0.0185546875, -0.00262451171875, 0.01531982421875, -0.00982666015625, 0.0228271484375, 0.002166748046875, -0.01031494140625, 0.0096435546875, 0.01312255859375, -0.00518798828125, 0.03271484375, 0.0047607421875, -0.00579833984375, 0.0002689361...
[ 11249, 14192, 27174, 73, 2347, 5608, 31089, 41, 1294, 25379, 28350, 216348, 1614, 59478, 47, 100, 15296, 38308, 1563, 1596, 96472, 179193, 442, 6524, 11727, 2737, 866, 10723, 4420, 3611, 47353, 38162, 50782, 5465, 9677, 683, 114141, 73659, ...
[ 0.061004638671875, 0.1795654296875, 0.170166015625, 0.16455078125, 0.26416015625, 0.1103515625, 0.15625, 0.169189453125, 0.1279296875, 0.1201171875, 0.2099609375, 0.1949462890625, 0.162109375, 0.1922607421875, 0.028839111328125, 0.046783447265625, 0.012451171875, 0.1302490234375, ...
embed
38811750_c0
38811750
elixir
0
Title: How to restart phoenix automatically in-case of host reboot? Problem title: How to restart phoenix automatically in-case of host reboot? Tags: elixir, phoenix-framework Problem: How to restart phoenix automatically in-case of host reboot? As we can start phoenix server in detached mode as: $ MIX_ENV=prod PORT=40...
How to restart phoenix automatically in-case of host reboot? How to restart phoenix automatically in-case of host reboot? elixir phoenix-framework How MIX_ENV PORT phoenix.server Linux Ubuntu SMP Fri Jun UTC DISTRIB_ID DISTRIB_RELEASE DISTRIB_CODENAME DISTRIB_DESCRIPTION LTS How to restart phoenix automatically in-case...
[ 0.01068115234375, 0.0228271484375, 0.01251220703125, 0.02099609375, 0.00188446044921875, 0.01190185546875, -0.006988525390625, 0.004638671875, -0.0027618408203125, -0.0164794921875, 0.005218505859375, -0.002044677734375, 0.00762939453125, 0.0216064453125, 0.006103515625, 0.011657714843...
[ 11249, 47, 456, 17137, 53073, 33, 4084, 191082, 23, 58437, 27980, 80765, 111, 38308, 160328, 276, 21487, 856, 122390, 39642, 29908, 116890, 124174, 9173, 13328, 99577, 62353, 7146, 27587, 9688, 182512, 4034, 10723, 149, 934, 13736, 237, 3642,...
[ 0.059539794921875, 0.021484375, 0.1312255859375, 0.21728515625, 0.10693359375, 0.159423828125, 0.197998046875, 0.190185546875, 0.03570556640625, 0.1434326171875, 0.1231689453125, 0.1748046875, 0.050140380859375, 0.1207275390625, 0.03472900390625, 0.007568359375, 0.0897216796875, 0....
embed
71419663_c0
71419663
elixir
0
Title: How to update all diagonal values in Matrex matrix Problem title: How to update all diagonal values in Matrex matrix Tags: elixir Problem: How to update all diagonal values in Matrex matrix I work with Elixir Matrex ( https://hexdocs.pm/matrex/Matrex.html ) and want to update or set all diagonals elements to zer...
How to update all diagonal values in Matrex matrix How to update all diagonal values in Matrex matrix elixir How Matrex matrix_size Matrex.random index_i Matrex.update How to update all diagonal values in Matrex matrix I work with Elixir Matrex ( https://hexdocs.pm/matrex/Matrex.html ) and want to update or set all dia...
[ -0.0205078125, 0.01190185546875, 0.00909423828125, 0.003173828125, 0.007415771484375, 0.00689697265625, -0.0038909912109375, 0.0146484375, 0, 0.000621795654296875, 0.023681640625, 0.0181884765625, 0.006439208984375, 0.0069580078125, 0.018310546875, 0.00543212890625, -0.00015926361083...
[ 11249, 47, 28350, 756, 207997, 142424, 23, 7656, 107, 425, 50944, 15296, 38308, 62539, 46258, 39, 63262, 14, 117008, 4488, 25318, 1106, 29713, 26822, 2227, 79520, 7693, 3444, 5423, 80854, 45234, 14432, 64333, 37842, 51515, 114419, 96759, 192,...
[ 0.05303955078125, 0.05963134765625, 0.214111328125, 0.140869140625, 0.25390625, 0.1871337890625, 0.0628662109375, 0.132080078125, 0.1318359375, 0.17041015625, 0.1949462890625, 0.080078125, 0.198974609375, 0.125732421875, 0.1268310546875, 0.0175628662109375, 0.076904296875, 0.019577...
embed
57971049_c1
57971049
elixir
1
Test) bob_test.exs:71 Assertion with == failed code: assert Bob.hey("1, 2, 3") == "Whatever." left: "Whoa, chill out!" right: "Whatever." stacktrace: bob_test.exs:72: (test) ...... 2) test question with numbers (BobTest) bob_test.exs:76 Assertion with == failed code: assert Bob.hey("4?") == "Sure." left: "Calm down, I ...
Test) bob_test.exs:71 Assertion with == failed code: assert Bob.hey("1, 2, 3") == "Whatever." left: "Whoa, chill out!" right: "Whatever." stacktrace: bob_test.exs:72: (test) ...... 2) test question with numbers (BobTest) bob_test.exs:76 Assertion with == failed code: assert Bob.hey("4?") == "Sure." left: "Calm down, I ...
[ 0.00836181640625, -0.01141357421875, -0.01171875, 0.0294189453125, 0.0137939453125, 0.0130615234375, 0.0037689208984375, 0.0028533935546875, 0.01104736328125, 0.051513671875, -0.0186767578125, -0.01434326171875, -0.010009765625, 0.031494140625, 0.004058837890625, 0.006622314453125, 0...
[ 8647, 21895, 6954, 3355, 15770, 16865, 678, 69112, 165523, 18151, 237, 33657, 25027, 5, 59028, 418, 116, 138, 52231, 30441, 25737, 497, 11, 149031, 1810, 3890, 7108, 177261, 39989, 12825, 4958, 3034, 9655, 101935, 571, 3522, 111337, 11835, ...
[ 0.175048828125, 0.2239990234375, 0.2205810546875, 0.10400390625, 0.1505126953125, 0.1817626953125, 0.10247802734375, 0.149169921875, 0.2083740234375, 0.197021484375, 0.09765625, 0.1478271484375, 0.233154296875, 0.013214111328125, 0.1942138671875, 0.02996826171875, 0.08935546875, 0....
embed
44741691_c0
44741691
elixir
0
Title: How to launch Cowboy on 0.0.0.0 in Elixir? Problem title: How to launch Cowboy on 0.0.0.0 in Elixir? Tags: phoenix-framework, elixir, cowboy Problem: How to launch Cowboy on 0.0.0.0 in Elixir? I am using Exrm to deploy my Phoenix app. I have configured my application to bind to 0.0.0.0 in my config/prod.exs : co...
How to launch Cowboy on 0.0.0.0 in Elixir? How to launch Cowboy on 0.0.0.0 in Elixir? phoenix-framework elixir cowboy http://localhost:4000 How Cowboy Elixir prod.exs ApiServer.Endpoint sitenamehere.co cache_static_manifest manifest.json Mix.Project.config Running localhost:4000 How to launch Cowboy on 0.0.0.0 in Elixi...
[ -0.004974365234375, 0.004852294921875, 0.0042724609375, 0.0024261474609375, -0.0019989013671875, -0.01165771484375, -0.005035400390625, -0.00750732421875, -0.002227783203125, -0.0062255859375, -0.002899169921875, -0.0140380859375, -0.003936767578125, 0.0146484375, -0.0017547607421875, ...
[ 11249, 47, 83184, 1311, 434, 30885, 98, 89678, 5, 99929, 23, 25318, 38308, 53073, 33, 4084, 160328, 18244, 15296, 552, 98908, 40294, 68037, 502, 71, 3355, 5787, 14, 193348, 152378, 38496, 11627, 35593, 587, 82365, 201939, 9051, 13576, 24874...
[ 0.080810546875, 0.05706787109375, 0.201171875, 0.1243896484375, 0.1866455078125, 0.305419921875, 0.0712890625, 0.218994140625, 0.059844970703125, 0.2371826171875, 0.0802001953125, 0.1478271484375, 0.2578125, 0.00701904296875, 0.02447509765625, 0.0882568359375, 0.054595947265625, 0....
embed
66375527_c0
66375527
elixir
0
Title: Elixir Phoenix application with Channels websockets not working on Google AppEngin Problem title: Elixir Phoenix application with Channels websockets not working on Google AppEngin Tags: websocket, elixir, google-app-engine, phoenix-channels, phoenix-framework Problem: Elixir Phoenix application with Channels we...
Elixir Phoenix application with Channels websockets not working on Google AppEngin Elixir Phoenix application with Channels websockets not working on Google AppEngin websocket elixir google-app-engine phoenix-channels phoenix-framework Elixir Phoenix Channels Google AppEngin Elixir Phoenix application with Channels web...
[ -0.0014495849609375, 0.0361328125, 0.00096893310546875, -0.031982421875, -0.0107421875, 0.0081787109375, 0.00025177001953125, -0.0174560546875, -0.007476806640625, -0.00238037109375, 0.00164031982421875, -0.022705078125, 0.02587890625, 0.01263427734375, 0.0103759765625, -0.003601074218...
[ 25318, 38308, 133720, 38415, 678, 55969, 7, 1467, 991, 27853, 959, 20697, 98, 1815, 5659, 91384, 15296, 26484, 9007, 128897, 53073, 33, 4084, 17032, 8876, 160328, 73, 37842, 11675, 4027, 18, 4488, 1212, 153033, 903, 167934, 182422, 59875, 7...
[ 0.1405029296875, 0.264892578125, 0.281982421875, 0.1676025390625, 0.08740234375, 0.2161865234375, 0.07830810546875, 0.11572265625, 0.1300048828125, 0.165283203125, 0.0115966796875, 0.138916015625, 0.04736328125, 0.14111328125, 0.13427734375, 0.2030029296875, 0.050933837890625, 0.08...
embed
32164370_c0
32164370
elixir
0
Title: Does Elixir infinite recursion ever overflow the stack? Problem title: Does Elixir infinite recursion ever overflow the stack? Tags: stack-overflow, elixir Problem: Does Elixir infinite recursion ever overflow the stack? A number of different how-tos on Elixir programming express the view that storing state or r...
Does Elixir infinite recursion ever overflow the stack? Does Elixir infinite recursion ever overflow the stack? stack-overflow elixir Does Elixir Does Elixir infinite recursion ever overflow the stack? A number of different how-tos on Elixir programming express the view that storing state or running an infinite loop is...
[ 0.0026397705078125, 0.01153564453125, 0.0081787109375, 0.019287109375, 0.00860595703125, -0.0126953125, -0.0142822265625, 0.00107574462890625, 0.0087890625, -0.0260009765625, 0.0185546875, -0.0125732421875, -0.001373291015625, 0.02392578125, 0.03466796875, 0.02099609375, -0.000036716...
[ 101790, 25318, 38308, 54241, 13, 195625, 1830, 17669, 645, 118664, 177261, 5465, 15296, 70, 1952, 56037, 21455, 3082, 11341, 51042, 40956, 16940, 49666, 25927, 2053, 5773, 54603, 9598, 32354, 27117, 17475, 53894, 143383, 150, 208124, 142027, 55...
[ 0.0213623046875, 0.1036376953125, 0.2431640625, 0.1263427734375, 0.06781005859375, 0.1939697265625, 0.1043701171875, 0.11328125, 0.08819580078125, 0.232421875, 0.171142578125, 0.08001708984375, 0.0745849609375, 0.008514404296875, 0.0855712890625, 0.0753173828125, 0.038055419921875, ...
embed
70806383_c0
70806383
elixir
0
Title: Phoenix Framework : Enum.map while using with statement. Is it possible? Problem title: Phoenix Framework : Enum.map while using with statement. Is it possible? Tags: elixir, phoenix-framework Problem: Phoenix Framework : Enum.map while using with statement. Is it possible? I want to get a result from the functi...
Phoenix Framework : Enum.map while using with statement. Is it possible? Phoenix Framework : Enum.map while using with statement. Is it possible? elixir phoenix-framework with Phoenix Framework Enum.map get_validation_result get_role validate_role IO.puts Phoenix Framework : Enum.map while using with statement. Is it p...
[ -0.001373291015625, -0.0029144287109375, 0.006561279296875, -0.002593994140625, -0.0201416015625, -0.01263427734375, 0.0079345703125, -0.009521484375, -0.0013275146484375, -0.017822265625, 0.01251220703125, 0.0101318359375, 0.0093994140625, 0.028076171875, -0.0072021484375, 0.009826660...
[ 133720, 202220, 357, 316, 5, 62346, 12960, 17368, 678, 63805, 2071, 442, 7722, 15296, 38308, 53073, 33, 4084, 160328, 18244, 2046, 7013, 85, 2109, 7136, 516, 133, 44622, 67, 17780, 7077, 3444, 16750, 1295, 32354, 903, 12638, 15555, 31486, ...
[ 0.273193359375, 0.255615234375, 0.1241455078125, 0.2142333984375, 0.0391845703125, 0.2357177734375, 0.0994873046875, 0.0943603515625, 0.172607421875, 0.2474365234375, 0.0699462890625, 0.0513916015625, 0.187744140625, 0.051727294921875, 0.16748046875, 0.0758056640625, 0.107421875, 0...
embed
56034682_c1
56034682
elixir
1
) do [{pid, _}] = Registry.lookup(Rover.Registry, name) pid end end ** (ArgumentError) unknown registry: Rover.Registry code: {:ok, _} = Rover.start_link({9, 9, :N, "rover0"}) stacktrace: (elixir) lib/registry.ex:1154: Registry.key_info!/1 (elixir) lib/registry.ex:213: Registry.whereis_name/2 (stdlib) gen.erl:76: :gen....
) do [{pid, _}] = Registry.lookup(Rover.Registry, name) pid end end ** (ArgumentError) unknown registry: Rover.Registry code: {:ok, _} = Rover.start_link({9, 9, :N, "rover0"}) stacktrace: (elixir) lib/registry.ex:1154: Registry.key_info!/1 (elixir) lib/registry.ex:213: Registry.whereis_name/2 (stdlib) gen.erl:76: :gen....
[ -0.007232666015625, 0.01019287109375, -0.0118408203125, -0.0029449462890625, -0.005615234375, -0.0064697265625, 0.00927734375, -0.01806640625, 0.00592041015625, -0.023193359375, 0.006591796875, 0.004730224609375, 0.005157470703125, 0.0017547607421875, 0.01055908203125, -0.0131225585937...
[ 54, 45226, 19685, 53, 64747, 2037, 1052, 5465, 54601, 14, 38904, 9351, 3564, 7614, 1234, 18468, 31611, 69723, 21478, 107059, 18151, 685, 17137, 10187, 1126, 483, 42, 2389, 177261, 39989, 6169, 38308, 25474, 49005, 3355, 12338, 19770, 7319, ...
[ 0.048248291015625, 0.1934814453125, 0.19873046875, 0.06927490234375, 0.0279083251953125, 0.038421630859375, 0.07928466796875, 0.2001953125, 0.1070556640625, 0.144775390625, 0.1103515625, 0.06927490234375, 0.0706787109375, 0.02716064453125, 0.1759033203125, 0.098388671875, 0.098510742...
embed
43381901_c0
43381901
elixir
0
Title: elixir constantize a string to get the module (String.to_module/1)? Problem title: elixir constantize a string to get the module (String.to_module/1)? Tags: elixir, phoenix-framework Problem: elixir constantize a string to get the module (String.to_module/1)? I'm storing some metadata in a session to access diff...
elixir constantize a string to get the module (String.to_module/1)? elixir constantize a string to get the module (String.to_module/1)? elixir phoenix-framework String.to_module MyApp.Vendor MyApp.Customer account_type Repo.get account_id do_something_with Customer Vendor elixir constantize a string to get the module (...
[ 0.0005035400390625, -0.00909423828125, -0.016357421875, 0.01336669921875, 0.016357421875, 0.0216064453125, -0.00145721435546875, 0.0025177001953125, -0.00186920166015625, -0.06396484375, -0.00009393692016601562, -0.0218505859375, 0.0096435546875, 0.015625, -0.021728515625, -0.008483886...
[ 15296, 38308, 53697, 20650, 79315, 2046, 88996, 71713, 214, 188, 83279, 11583, 53073, 33, 4084, 160328, 23351, 2646, 39179, 85512, 63749, 15426, 50986, 853, 771, 3794, 532, 76228, 124765, 10146, 1846, 47, 3082, 23550, 10135, 56002, 17203, 129...
[ 0.1063232421875, 0.2362060546875, 0.2427978515625, 0.1546630859375, 0.2421875, 0.08209228515625, 0.242431640625, 0.1229248046875, 0.057861328125, 0.1944580078125, 0.16845703125, 0.1248779296875, 0.033203125, 0.04742431640625, 0.1033935546875, 0.054290771484375, 0.150634765625, 0.02...
embed
61086646_c0
61086646
elixir
0
Title: Elixir&#x27;s :binary.bin_to_list atom is not working properly Problem title: Elixir&#x27;s :binary.bin_to_list atom is not working properly Tags: elixir Problem: Elixir's :binary.bin_to_list atom is not working properly I am trying to create a simple app for creating Identicons. Hash.input should return first 3...
Elixir&#x27;s :binary.bin_to_list atom is not working properly Elixir&#x27;s :binary.bin_to_list atom is not working properly elixir Elixir binary.bin_to_list Hash.input Hash crypto.hash md5 IO.inspect _tail Elixir's :binary.bin_to_list atom is not working properly I am trying to create a simple app for creating Identi...
[ -0.022216796875, -0.00335693359375, -0.0152587890625, 0.0191650390625, -0.0007476806640625, 0.00811767578125, -0.008056640625, 0.000759124755859375, -0.0155029296875, -0.0235595703125, 0.0091552734375, -0.010009765625, 0.033935546875, 0.037841796875, -0.0027618408203125, 0.007415771484...
[ 25318, 38308, 3768, 19155, 1294, 7568, 188, 6562, 34627, 83, 959, 20697, 155965, 15296, 2394, 6635, 162087, 73, 215637, 126234, 71, 758, 17780, 16711, 46741, 31577, 28282, 8781, 4027, 105233, 71257, 14, 25553, 5, 7077, 5608, 30646, 5117, 13...
[ 0.126220703125, 0.259033203125, 0.066650390625, 0.1497802734375, 0.1109619140625, 0.1781005859375, 0.1365966796875, 0.2027587890625, 0.2030029296875, 0.010406494140625, 0.0863037109375, 0.167724609375, 0.1719970703125, 0.0897216796875, 0.137939453125, 0.1170654296875, 0.1904296875, ...
embed
78226407_c1
78226407
elixir
1
when timeout == :infinity or is_integer(timeout) and timeout >= 0 (elixir 1.16.2) Task.await/2 (elixir 1.16.2) lib/enum.ex:1708: anonymous fn/3 in Enum.map/2 (elixir 1.16.2) lib/enum.ex:4396: anonymous fn/3 in Enum.map/2 (elixir 1.16.2) lib/task/supervised.ex:386: Task.Supervised.stream_deliver/7 (elixir 1.16.2) lib/e...
when timeout == :infinity or is_integer(timeout) and timeout >= 0 (elixir 1.16.2) Task.await/2 (elixir 1.16.2) lib/enum.ex:1708: anonymous fn/3 in Enum.map/2 (elixir 1.16.2) lib/enum.ex:4396: anonymous fn/3 in Enum.map/2 (elixir 1.16.2) lib/task/supervised.ex:386: Task.Supervised.stream_deliver/7 (elixir 1.16.2) lib/e...
[ -0.0235595703125, -0.002655029296875, 0.01104736328125, -0.0191650390625, 0.00982666015625, 0.0145263671875, 0.01275634765625, -0.00799560546875, 0.022705078125, -0.00494384765625, 0.010009765625, -0.000804901123046875, -0.00142669677734375, 0.0263671875, 0.01165771484375, -0.011413574...
[ 3229, 1733, 6056, 69112, 73, 5983, 2481, 707, 83, 6191, 1505, 6032, 757, 6169, 38308, 38245, 178121, 9598, 92, 7978, 217, 12477, 25474, 33, 316, 3355, 22950, 8318, 52184, 10821, 14783, 18113, 357, 62346, 33210, 11648, 1073, 59104, 1824, 1...
[ 0.0294952392578125, 0.2100830078125, 0.2232666015625, 0.1136474609375, 0.01141357421875, 0.154296875, 0.0946044921875, 0.011749267578125, 0.1083984375, 0.1351318359375, 0.1279296875, 0.1771240234375, 0.134521484375, 0.0704345703125, 0.1806640625, 0.04754638671875, 0.1507568359375, ...
embed
58888335_c0
58888335
elixir
0
Title: Unable to load crypto library. Failed with error:~n\&quot;~p, ~s\&quot;~n~s Problem title: Unable to load crypto library. Failed with error:~n\&quot;~p, ~s\&quot;~n~s Tags: aws-lambda, amazon-web-services, elixir, erlang, phoenix-framework Problem: Unable to load crypto library. Failed with error:~n\"~p, ~s\"~n~...
Unable to load crypto library. Failed with error:~n\&quot;~p, ~s\&quot;~n~s Unable to load crypto library. Failed with error:~n\&quot;~p, ~s\&quot;~n~s aws-lambda amazon-web-services elixir erlang phoenix-framework Unable Failed load_failed NIF crypto-4.5 libcrypto.so.1.0.0 OpenSSL error_logger error_msg Unable to load...
[ -0.01318359375, 0.006103515625, -0.007080078125, -0.0047607421875, -0.001800537109375, -0.013427734375, -0.00433349609375, 0.0074462890625, -0.01483154296875, -0.00604248046875, 0.00982666015625, -0.035400390625, 0.0213623046875, 0.00738525390625, 0.00799560546875, -0.00946044921875, ...
[ 992, 2886, 72367, 215637, 35773, 1294, 190355, 678, 18499, 254, 6780, 7, 19, 19725, 6492, 85, 2527, 5870, 14051, 22584, 15296, 38308, 72, 3066, 33, 4084, 160328, 120540, 541, 29836, 104867, 25474, 136791, 31, 991, 22892, 13527, 30508, 365, ...
[ 0.033203125, 0.1585693359375, 0.19921875, 0.2252197265625, 0.2294921875, 0.1142578125, 0.167724609375, 0.0258636474609375, 0.1826171875, 0.0352783203125, 0.02581787109375, 0.0184783935546875, 0.002044677734375, 0.083251953125, 0.1439208984375, 0.1341552734375, 0.05645751953125, 0.1...
embed
45632648_c0
45632648
elixir
0
Title: How disable ecto insert cache? Problem title: How disable ecto insert cache? Tags: ecto, elixir Problem: How disable ecto insert cache? My app inserts millions records. Every second size ets data table increases on several mb. In deps/ecto/lib/ecto/query/planner.ex I find cache_insert function that inserts data ...
How disable ecto insert cache? How disable ecto insert cache? ecto elixir How planner.ex cache_insert to_cache Enum.uniq Enum.filter Enum.map Enum.each Crawler.MongoLinks Crawler.MongoLinks.changeset Crawler.MongoRepo.insert Crawler.Links example.com page.html How disable ecto insert cache? My app inserts millions reco...
[ -0.004913330078125, -0.0089111328125, 0.01116943359375, -0.005859375, -0.00579833984375, 0.0087890625, -0.028076171875, -0.024169921875, -0.0091552734375, -0.056396484375, -0.00628662109375, 0.010498046875, 0.0208740234375, -0.005340576171875, 0.0166015625, 0.006866455078125, -0.0192...
[ 11249, 2837, 2886, 60751, 183540, 82365, 15296, 38308, 1774, 1679, 3355, 73, 33657, 47, 408, 1430, 357, 316, 5980, 120337, 62346, 41581, 34734, 434, 603, 31525, 64287, 152028, 771, 27781, 4027, 43077, 115923, 87769, 17932, 13267, 82, 7, 205...
[ 0.06640625, 0.10595703125, 0.2060546875, 0.233642578125, 0.263671875, 0.25244140625, 0.07403564453125, 0.208740234375, 0.2091064453125, 0.167236328125, 0.15087890625, 0.105712890625, 0.2069091796875, 0.037017822265625, 0.1158447265625, 0.14306640625, 0.059539794921875, 0.1387939453...
embed
43554569_c0
43554569
elixir
0
Title: Issue getting data sent in send_resp Problem title: Issue getting data sent in send_resp Tags: elixir, phoenix-framework Problem: Issue getting data sent in send_resp So I am trying to just build a plug with some error handling and if the user is not authenticated to send a response. Here is my code: def unautho...
Issue getting data sent in send_resp Issue getting data sent in send_resp elixir phoenix-framework ArgumentError Issue send_resp response_type Unauthorized accept_header Regex.match get_req_header List.first put_resp_content_type Poison.encode IO.inspect put_status put_view ChatApp.Web.UsersView error_user_creation.jso...
[ -0.0185546875, 0.0115966796875, 0.0107421875, -0.007080078125, -0.01080322265625, 0.006103515625, -0.00982666015625, -0.007415771484375, -0.00909423828125, -0.0166015625, 0.0279541015625, -0.007598876953125, 0.0189208984375, 0.016845703125, 0.00457763671875, 0.02392578125, -0.0157470...
[ 223317, 20949, 2053, 9325, 23, 25379, 2109, 254, 15296, 38308, 53073, 33, 4084, 160328, 112140, 18468, 57553, 50986, 5922, 26946, 31251, 11678, 3355, 98753, 3884, 69246, 64249, 191, 40899, 17780, 16711, 45215, 22751, 18032, 39179, 7, 100474, ...
[ 0.1507568359375, 0.08563232421875, 0.16748046875, 0.1282958984375, 0.06707763671875, 0.1708984375, 0.1942138671875, 0.1683349609375, 0.05572509765625, 0.2081298828125, 0.0360107421875, 0.0582275390625, 0.08905029296875, 0.081787109375, 0.1513671875, 0.04803466796875, 0.1734619140625,...
embed
49335936_c0
49335936
elixir
0
Title: How to translate this SQL join statement into an Ecto query? Problem title: How to translate this SQL join statement into an Ecto query? Tags: elixir, phoenix-framework, ecto Problem: How to translate this SQL join statement into an Ecto query? I have a SQL query returns the only the latest messages sent to a us...
How to translate this SQL join statement into an Ecto query? How to translate this SQL join statement into an Ecto query? elixir phoenix-framework ecto messages How SQL Ecto inserted_at sender_id messages.inserted_at latest.maxtime messages.sender_id latest.sender_id messages.receiver_id How to translate this SQL join ...
[ -0.0002422332763671875, 0.012939453125, -0.00604248046875, 0.002227783203125, 0.005126953125, 0.012939453125, -0.032470703125, -0.0191650390625, 0.0230712890625, -0.06494140625, -0.00933837890625, 0.00144195556640625, 0.006561279296875, -0.0118408203125, -0.01226806640625, 0.0166015625...
[ 11249, 3900, 19309, 903, 80866, 33284, 63805, 3934, 241, 44150, 41, 1294, 15296, 38308, 53073, 33, 4084, 160328, 18244, 60751, 89914, 183540, 257, 59146, 532, 33657, 42850, 24084, 6032, 152452, 74105, 30646, 4734, 9325, 38937, 2499, 3789, 191...
[ 0.048065185546875, 0.1451416015625, 0.182861328125, 0.049468994140625, 0.2218017578125, 0.2149658203125, 0.1839599609375, 0.0941162109375, 0.113525390625, 0.29052734375, 0.1068115234375, 0.1234130859375, 0.026641845703125, 0.1376953125, 0.0258636474609375, 0.0501708984375, 0.11364746...
embed
46695987_c0
46695987
elixir
0
Title: Elixir - how to dynamically fetch library version used in project? Problem title: Elixir - how to dynamically fetch library version used in project? Tags: elixir, version, elixir-mix, dependencies Problem: Elixir - how to dynamically fetch library version used in project? I have a problem with fetching dependenc...
Elixir - how to dynamically fetch library version used in project? Elixir - how to dynamically fetch library version used in project? elixir version elixir-mix dependencies Elixir dependency_version Mix.Dep.cached Enum.filter d.app dependency_name Map.fetch MIX_NO_DEPS Elixir - how to dynamically fetch library version ...
[ -0.0037841796875, 0.0030670166015625, 0.0245361328125, 0.003509521484375, 0.009765625, -0.0011138916015625, -0.01483154296875, 0.0240478515625, -0.002899169921875, -0.0296630859375, -0.01275634765625, -0.0228271484375, 0.0024871826171875, 0.017578125, 0.0194091796875, 0.01422119140625,...
[ 25318, 38308, 3642, 84079, 25958, 7647, 206, 35773, 1294, 11389, 11814, 13452, 15296, 62015, 42548, 27771, 46354, 37286, 4657, 254, 59863, 357, 316, 120337, 9007, 42719, 29362, 276, 21487, 8575, 8399, 9059, 2967, 59207, 4527, 77635, 4488, 344...
[ 0.1094970703125, 0.2322998046875, 0.051513671875, 0.144775390625, 0.08154296875, 0.1575927734375, 0.121337890625, 0.1619873046875, 0.055877685546875, 0.24560546875, 0.1051025390625, 0.11279296875, 0.06939697265625, 0.1529541015625, 0.1688232421875, 0.07440185546875, 0.1968994140625, ...
embed
34357121_c0
34357121
elixir
0
Title: Permutations in Elixir Problem title: Permutations in Elixir Tags: elixir Problem: Permutations in Elixir I am struggling to wrap my head around creating a permutation of a set in Elixir. Permuate([1,2,3]) [[1, 2, 3], [1, 3, 2], [2, 3, 1], [2, 1, 3], [3, 2, 1], [3, 1, 2]] However each attempt I've come up with e...
Permutations in Elixir Permutations in Elixir elixir Permutations Elixir Permuate permutate_set Set.size Set.to_list Enum.map Set.delete Permutations in Elixir I am struggling to wrap my head around creating a permutation of a set in Elixir. However each attempt I've come up with ends up with some similar version of: o...
[ 0.003021240234375, 0.01953125, -0.00787353515625, -0.0035552978515625, -0.0016326904296875, -0.00830078125, -0.02783203125, -0.00004649162292480469, 0.007354736328125, -0.0244140625, 0.0015106201171875, 0.027587890625, 0.0201416015625, 0.0185546875, -0.01129150390625, 0.0177001953125, ...
[ 908, 14311, 21094, 23, 25318, 38308, 15296, 561, 2182, 117, 68754, 13, 3509, 19943, 62539, 188, 6562, 357, 316, 62346, 8520, 67, 237875, 137565, 10336, 105233, 22062, 5423, 12638, 81887, 3564, 678, 21373, 11389, 130078, 39555, 2685, 3871, 2...
[ 0.1453857421875, 0.2431640625, 0.096435546875, 0.0947265625, 0.1427001953125, 0.263671875, 0.0975341796875, 0.183349609375, 0.043853759765625, 0.0906982421875, 0.1988525390625, 0.03131103515625, 0.1527099609375, 0.1693115234375, 0.0765380859375, 0.04083251953125, 0.1287841796875, 0...
embed
60220863_c0
60220863
elixir
0
Title: Can I expand a macro inside a quote of another macro in Elixir? Problem title: Can I expand a macro inside a quote of another macro in Elixir? Tags: elixir, macros, metaprogramming Problem: Can I expand a macro inside a quote of another macro in Elixir? Given the below code, the line use Composite, user_opts: us...
Can I expand a macro inside a quote of another macro in Elixir? Can I expand a macro inside a quote of another macro in Elixir? elixir macros metaprogramming Can Elixir Composite user_opts MockUserNode1 Automaton.Node __using__ Enum.member Composite.types node_type IO.inspect bind_quoted DynamicSupervisor Action Can I ...
[ -0.00994873046875, 0.00811767578125, -0.01116943359375, 0.02978515625, -0.0037078857421875, 0.0026092529296875, 0.0123291015625, -0.00909423828125, -0.00005626678466796875, -0.050048828125, -0.036376953125, -0.002960205078125, 0.01470947265625, 0.02197265625, -0.000919342041015625, 0.0...
[ 4171, 71062, 111789, 46132, 66747, 111, 15700, 25318, 38308, 10, 15296, 23550, 28966, 3288, 77087, 38937, 2146, 933, 2501, 2594, 1062, 2189, 5021, 112, 418, 51719, 191, 223, 357, 316, 27417, 50986, 110, 17780, 16711, 68557, 68726, 73327, 21...
[ 0.075927734375, 0.2415771484375, 0.23974609375, 0.1705322265625, 0.2449951171875, 0.03778076171875, 0.076416015625, 0.1085205078125, 0.2308349609375, 0.025634765625, 0.043975830078125, 0.06524658203125, 0.021942138671875, 0.058258056640625, 0.16650390625, 0.1641845703125, 0.183837890...
embed
36966475_c0
36966475
elixir
0
Title: any? for a has_many association Problem title: any? for a has_many association Tags: elixir, phoenix-framework Problem: any? for a has_many association I have a User model which has_many groups . web/models/user.ex defmodule MyApp.User do use MyApp.Web, :model use Arc.Ecto.Model schema "users" do field :first_na...
any? for a has_many association any? for a has_many association elixir phoenix-framework has_many User MyApp.User MyApp.Web Arc.Ecto.Model first_name last_name MyApp.Group user.groups Groups group.name user.groups.any any? for a has_many association I have a User model which has_many groups . web/models/user.ex In the ...
[ -0.0037689208984375, -0.006103515625, 0.00457763671875, -0.00457763671875, -0.0027313232421875, 0.025390625, 0.021240234375, -0.00946044921875, 0.01953125, -0.0228271484375, -0.0208740234375, -0.00732421875, 0.0096435546875, 0.0208740234375, 0.00738525390625, 0.01611328125, -0.027099...
[ 2499, 32, 100, 1556, 669, 53, 125413, 10, 15296, 38308, 53073, 33, 4084, 160328, 18244, 53400, 39179, 1062, 2189, 30474, 51210, 44150, 140290, 11627, 2646, 205072, 38937, 51588, 10760, 21115, 4848, 3299, 94407, 1467, 51734, 65918, 3355, 31374...
[ 0.2408447265625, 0.007659912109375, 0.10302734375, 0.1826171875, 0.1673583984375, 0.1488037109375, 0.27734375, 0.0229949951171875, 0.0794677734375, 0.212158203125, 0.04815673828125, 0.056549072265625, 0.10498046875, 0.10791015625, 0.0833740234375, 0.24609375, 0.1595458984375, 0.068...
embed
59027417_c1
59027417
elixir
1
-form").serialize() }, success: function(response) { alert(response.message); }, error: function(response) { alert('AJAX ERROR'); } }); }); Such a string is passed to the controller. _csrf_token=KnNgSz9UKy80eyFdNVoMAFEwDSw9GiE3EFRswlOkR9CiRk9mgWFhtVsp&email-prefix=test&scanner%5B%5D=ps&scanner%5B%5D=clamdscan&subject=t...
-form").serialize() }, success: function(response) { alert(response.message); }, error: function(response) { alert('AJAX ERROR'); } }); }); Such a string is passed to the controller. _csrf_token=KnNgSz9UKy80eyFdNVoMAFEwDSw9GiE3EFRswlOkR9CiRk9mgWFhtVsp&email-prefix=test&scanner%5B%5D=ps&scanner%5B%5D=clamdscan&subject=t...
[ 0.00167083740234375, 0.02392578125, -0.0277099609375, -0.0225830078125, 0.01043701171875, 0.0021209716796875, -0.017578125, 0.0302734375, -0.01434326171875, -0.023193359375, 0.017822265625, -0.01202392578125, -0.0023040771484375, 0.0169677734375, -0.01519775390625, -0.007720947265625, ...
[ 5037, 51029, 7, 25435, 119066, 36272, 32354, 134719, 110342, 74157, 18499, 51302, 1542, 151206, 24638, 62771, 79315, 115081, 47, 185373, 4439, 22206, 6448, 33, 69656, 88740, 4836, 46290, 7008, 25501, 55923, 6954, 16275, 6423, 60397, 4398, 22144...
[ 0.2471923828125, 0.0125732421875, 0.0751953125, 0.19091796875, 0.1790771484375, 0.1824951171875, 0.140869140625, 0.15673828125, 0.169921875, 0.0357666015625, 0.17578125, 0.169921875, 0.114501953125, 0.131103515625, 0.1226806640625, 0.045440673828125, 0.168212890625, 0.0849609375, ...
embed
36036480_c0
36036480
elixir
0
Title: Which Situations Require Throw/Catch In Elixir? Problem title: Which Situations Require Throw/Catch In Elixir? Tags: elixir Problem: Which Situations Require Throw/Catch In Elixir? So a conversation arose for me and some friends around a passage in this page of Elixir documentation. In Elixir, a value can be thr...
Which Situations Require Throw/Catch In Elixir? Which Situations Require Throw/Catch In Elixir? elixir Which Situations Require Throw Catch Elixir Which Situations Require Throw/Catch In Elixir? So a conversation arose for me and some friends around a passage in this page of Elixir documentation. Which situations would...
[ -0.0064697265625, 0.025634765625, 0.00726318359375, 0.0024261474609375, -0.003936767578125, -0.006072998046875, -0.01031494140625, 0.00299072265625, 0.01470947265625, 0.0107421875, -0.003692626953125, -0.0311279296875, -0.00531005859375, 0.01318359375, 0.037353515625, -0.0166015625, ...
[ 130078, 53577, 7, 3181, 6003, 15555, 64, 76775, 206, 360, 25318, 38308, 15296, 107, 18826, 853, 77104, 75287, 23902, 209806, 113949, 2806, 64209, 17368, 9790, 927, 4460, 20209, 114777, 1940, 91468, 144573, 1004, 3066, 35773, 121413, 18151, 55...
[ 0.0533447265625, 0.2156982421875, 0.0426025390625, 0.13232421875, 0.0728759765625, 0.19921875, 0.066162109375, 0.1695556640625, 0.125732421875, 0.0968017578125, 0.12646484375, 0.255859375, 0.10791015625, 0.028656005859375, 0.184326171875, 0.0103759765625, 0.03662109375, 0.002624511...
embed
36309403_c0
36309403
elixir
0
Title: Phoenix Rendering 404 and 500 as JSON Problem title: Phoenix Rendering 404 and 500 as JSON Tags: phoenix-framework, elixir Problem: Phoenix Rendering 404 and 500 as JSON I started a phoenix project without using the --no-html option, and am now trying to ensure that the 404 and 500 errors render as JSON. The pro...
Phoenix Rendering 404 and 500 as JSON Phoenix Rendering 404 and 500 as JSON phoenix-framework elixir Phoenix Rendering JSON config.exs render_errors my_app MyApp.Endpoint MyApp.ErrorView web.ex error_view.ex Phoenix Rendering 404 and 500 as JSON I started a phoenix project without using the --no-html option, and am now...
[ -0.033447265625, 0.02685546875, -0.006439208984375, -0.0242919921875, -0.004364013671875, -0.002105712890625, -0.033203125, -0.00104522705078125, 0.0106201171875, -0.0196533203125, -0.0038909912109375, 0.0062255859375, 0.01043701171875, -0.002349853515625, 0.006195068359375, 0.01550292...
[ 133720, 63137, 4209, 1112, 617, 136, 2101, 237, 821, 58627, 53073, 33, 4084, 160328, 15296, 38308, 153837, 3355, 89159, 188800, 759, 9007, 2646, 39179, 152378, 38496, 18468, 31611, 100474, 1467, 18499, 22751, 26859, 13452, 15490, 4210, 157, 7...
[ 0.259521484375, 0.1630859375, 0.0863037109375, 0.1881103515625, 0.1932373046875, 0.074951171875, 0.25, 0.0640869140625, 0.1505126953125, 0.223876953125, 0.06597900390625, 0.1029052734375, 0.1553955078125, 0.06768798828125, 0.04974365234375, 0.1661376953125, 0.144287109375, 0.123657...
embed
45717555_c0
45717555
elixir
0
Title: Interface applications in different languages Problem title: Interface applications in different languages Tags: elixir, interface, node.js, sockets Problem: Interface applications in different languages For some Languages there are some libraries, my concern is limited, what should I do for Elixir and NodeJS ?(...
Interface applications in different languages Interface applications in different languages elixir interface node.js sockets Interface node.js Interface applications in different languages For some Languages there are some libraries, my concern is limited, what should I do for Elixir and NodeJS ?(Cannot find a reputed ...
[ 0.0027618408203125, 0.0033416748046875, -0.0184326171875, 0.020751953125, 0.016357421875, 0.00145721435546875, -0.01336669921875, -0.000018358230590820312, -0.005950927734375, -0.00726318359375, 0.01068115234375, -0.01806640625, 0.01434326171875, 0.01422119140625, 0.003387451171875, -0...
[ 220237, 86685, 23, 12921, 46876, 15296, 38308, 101758, 110, 112, 28175, 221, 27853, 3060, 83658, 35773, 50509, 84046, 2367, 5608, 54, 100, 25318, 136, 438, 64977, 10869, 7413, 7077, 60042, 78301, 149201, 3642, 127219, 678, 77947, 37842, 1916,...
[ 0.2734375, 0.2138671875, 0.048583984375, 0.1849365234375, 0.230712890625, 0.07769775390625, 0.2359619140625, 0.22314453125, 0.1220703125, 0.1829833984375, 0.193359375, 0.0706787109375, 0.205810546875, 0.032440185546875, 0.172607421875, 0.162841796875, 0.07550048828125, 0.0979003906...
embed
42495146_c1
42495146
elixir
1
processes unless there is an actual error, I think this solution will come with big problems, like tracing problems. Although I am not familiar enough to know if this might actually cause problems, or if this is a bad solution for other reasons. Use Guardian with Guardian_DB, which then defeats the purpose of using to...
processes unless there is an actual error, I think this solution will come with big problems, like tracing problems. Although I am not familiar enough to know if this might actually cause problems, or if this is a bad solution for other reasons. Use Guardian with Guardian_DB, which then defeats the purpose of using to...
[ 0.0025634765625, 0.04248046875, 0.0111083984375, -0.031494140625, 0.01226806640625, 0.007171630859375, -0.026611328125, -0.005096435546875, -0.0247802734375, -0.045166015625, 0.01495361328125, 0.013427734375, -0.001495361328125, -0.0031280517578125, -0.015869140625, 0.01129150390625, ...
[ 9433, 90, 117934, 8561, 18499, 5351, 29806, 1380, 678, 6957, 44402, 1152, 21896, 16031, 13648, 22304, 6494, 36836, 81589, 454, 39463, 88981, 60042, 17368, 47, 84694, 19713, 765, 28560, 2886, 56002, 4734, 2967, 1774, 72367, 173212, 42, 2174, ...
[ 0.1954345703125, 0.100341796875, 0.0246429443359375, 0.0367431640625, 0.104248046875, 0.042755126953125, 0.1395263671875, 0.0191192626953125, 0.04583740234375, 0.03570556640625, 0.132568359375, 0.1571044921875, 0.1148681640625, 0.058074951171875, 0.0133056640625, 0.00714111328125, 0....
embed
57103037_c0
57103037
elixir
0
Title: Any way to read a file and get list of modules defined in that file in Elixir without using ParallelCompiler methods? Problem title: Any way to read a file and get list of modules defined in that file in Elixir without using ParallelCompiler methods? Tags: elixir Problem: Any way to read a file and get list of m...
Any way to read a file and get list of modules defined in that file in Elixir without using ParallelCompiler methods? Any way to read a file and get list of modules defined in that file in Elixir without using ParallelCompiler methods? elixir ParallelCompiler Any Elixir Kernel.ParallelCompiler.compile Kernel.ParallelCo...
[ 0.000560760498046875, -0.0022125244140625, -0.0162353515625, 0.005950927734375, 0.004913330078125, 0.00579833984375, -0.01116943359375, -0.0186767578125, -0.0033416748046875, -0.038330078125, -0.01226806640625, -0.007293701171875, 0.007720947265625, 0.0155029296875, -0.0018768310546875, ...
[ 3917, 12301, 11435, 2046, 5303, 88996, 61924, 25318, 38308, 15490, 211485, 108161, 34759, 150624, 15296, 119125, 583, 55292, 1229, 58875, 3181, 27781, 29822, 3355, 12477, 30646, 685, 1631, 6977, 452, 102158, 11, 33209, 21771, 5974, 11782, 9969,...
[ 0.0157012939453125, 0.1669921875, 0.166015625, 0.054443359375, 0.09796142578125, 0.1959228515625, 0.1197509765625, 0.1109619140625, 0.2386474609375, 0.055908203125, 0.1790771484375, 0.095703125, 0.10723876953125, 0.054351806640625, 0.0450439453125, 0.09161376953125, 0.08978271484375,...
embed
42637623_c1
42637623
elixir
1
static String top= "---+"; static String side= "|"; static int spaces=col*row; static int columns; static int dash; static String player="A"; public static void main(String args[]){ for ( int i=0; i < row; i++ ){ for ( int j=0; j < col; j++ ){ if ( j==0) System.out.print("+"); System.out.print(top); } System.out.print...
static String top= "---+"; static String side= "|"; static int spaces=col*row; static int columns; static int dash; static String player="A"; public static void main(String args[]){ for ( int i=0; i < row; i++ ){ for ( int j=0; j < col; j++ ){ if ( j==0) System.out.print("+"); System.out.print(top); } System.out.print...
[ -0.003509521484375, 0.0205078125, -0.005584716796875, 0.01116943359375, -0.004364013671875, -0.01123046875, 0.00013637542724609375, 0.006866455078125, -0.0145263671875, 0.01495361328125, 0.013427734375, -0.0166015625, 0.0096435546875, -0.001953125, -0.03369140625, -0.0159912109375, 0...
[ 201939, 23351, 214, 2663, 1369, 55479, 1328, 56128, 5609, 58745, 23, 18, 32628, 7, 8447, 1639, 15555, 74, 3365, 316, 1779, 6, 381, 127, 58585, 284, 3835, 2292, 71, 5201, 71713, 79459, 100, 17, 145407, 4426, 37223, 1647, 2174, 69112, 774...
[ 0.2481689453125, 0.213623046875, 0.1258544921875, 0.2113037109375, 0.0914306640625, 0.158203125, 0.220458984375, 0.068115234375, 0.1937255859375, 0.0377197265625, 0.095703125, 0.1080322265625, 0.209228515625, 0.0220794677734375, 0.08990478515625, 0.056549072265625, 0.160400390625, ...
embed
55579922_c0
55579922
elixir
0
Title: ecto jsonb array and map cast issue Problem title: ecto jsonb array and map cast issue Tags: jsonb, postgresql, ecto, elixir Problem: ecto jsonb array and map cast issue I want to store data using jsonb that could be either an array or a map. The source data arrives as either an array or a map, and we want to un...
ecto jsonb array and map cast issue ecto jsonb array and map cast issue jsonb postgresql ecto elixir Map.has_key is_list value_array ecto jsonb array and map cast issue I want to store data using jsonb that could be either an array or a map. The source data arrives as either an array or a map, and we want to unify this...
[ 0.0087890625, -0.0093994140625, 0.01080322265625, 0.01214599609375, -0.024658203125, -0.006866455078125, -0.0185546875, 0.006195068359375, 0.0198974609375, -0.0186767578125, 0.00750732421875, 0.006134033203125, 0.00927734375, 0.01116943359375, 0.000885009765625, -0.0245361328125, -0....
[ 60751, 1647, 1681, 275, 10298, 53, 136, 22288, 37702, 31089, 1305, 17562, 99247, 15296, 38308, 42719, 10557, 19770, 83, 6562, 34292, 19305, 3444, 4343, 2053, 17368, 5809, 31344, 54410, 237, 51, 40383, 10723, 12912, 3611, 4488, 678, 11001, 1...
[ 0.266357421875, 0.0972900390625, 0.1939697265625, 0.2066650390625, 0.2020263671875, 0.153076171875, 0.049346923828125, 0.1788330078125, 0.2169189453125, 0.1385498046875, 0.0396728515625, 0.1634521484375, 0.1209716796875, 0.0794677734375, 0.1986083984375, 0.1995849609375, 0.0610046386...
embed
57609188_c0
57609188
elixir
0
Title: des-ecb Encryption in elixir/erlang Problem title: des-ecb Encryption in elixir/erlang Tags: erlang, elixir Problem: des-ecb Encryption in elixir/erlang How do i pass a 24 byte key to elixir/erlang block_encrypt des-ecb cipher. As a follow up to my previous question How to set a 24 byte length key to elixir/erla...
des-ecb Encryption in elixir/erlang des-ecb Encryption in elixir/erlang erlang elixir Encryption Fget63htyu3nvu28nuineiru34 key_1::binary-8 key_2::binary-8 key_3::binary-8 crypto.block_encrypt des_ecb key_1 key_2 key_3 des-ecb Encryption in elixir/erlang How do i pass a 24 byte key to elixir/erlang block_encrypt des-ec...
[ 0.0234375, -0.01104736328125, -0.0123291015625, -0.036376953125, 0.006591796875, -0.01171875, -0.0262451171875, 0.0076904296875, 0.025634765625, -0.007354736328125, 0.027099609375, -0.005218505859375, 0.00970458984375, 0.046875, -0.00494384765625, -0.000782012939453125, 0.02124023437...
[ 224, 3240, 275, 357, 136791, 1830, 15296, 38308, 56, 3066, 23, 72, 3794, 15748, 1783, 3882, 10289, 22799, 115187, 19155, 1294, 17376, 304, 363, 215637, 81409, 33, 11249, 17, 27875, 744, 390, 67, 47, 46389, 1059, 94266, 5423, 140909, 17357...
[ 0.23046875, 0.151611328125, 0.1859130859375, 0.063720703125, 0.2275390625, 0.007171630859375, 0.0972900390625, 0.2288818359375, 0.123779296875, 0.24951171875, 0.0296630859375, 0.0889892578125, 0.04144287109375, 0.093994140625, 0.032440185546875, 0.0592041015625, 0.1083984375, 0.197...
embed
61737540_c0
61737540
elixir
0
Title: In Ecto, using a query function in a query with a join Problem title: In Ecto, using a query function in a query with a join Tags: ecto, elixir Problem: In Ecto, using a query function in a query with a join I have 2 models Player and Event . A player has_many events. I have an ecto query that gets the top score...
In Ecto, using a query function in a query with a join In Ecto, using a query function in a query with a join ecto elixir a Ecto Player Event group_by p.id total_goals s.id s.type goal_scored p.team_id team_id order_by Repo.all e.type In Ecto, using a query function in a query with a join I have 2 models Player and Eve...
[ -0.0029449462890625, 0.0228271484375, 0.00701904296875, -0.015869140625, -0.01177978515625, -0.0306396484375, -0.0147705078125, -0.0006256103515625, -0.0021514892578125, -0.076171875, 0.0113525390625, 0.0167236328125, -0.004486083984375, 0.00051116943359375, -0.00640869140625, 0.008056...
[ 360, 241, 44150, 17368, 41, 1294, 32354, 23, 678, 33284, 60751, 15296, 38308, 60560, 36943, 21115, 1272, 532, 3622, 519, 16765, 50986, 69236, 12064, 44420, 7175, 12989, 771, 5584, 116, 115774, 58585, 1556, 669, 53, 47353, 62163, 2663, 28780...
[ 0.0614013671875, 0.0947265625, 0.27978515625, 0.08831787109375, 0.1551513671875, 0.177978515625, 0.1854248046875, 0.017669677734375, 0.094482421875, 0.1961669921875, 0.218505859375, 0.06109619140625, 0.171875, 0.1688232421875, 0.1766357421875, 0.125244140625, 0.0202178955078125, 0....
embed
49368773_c0
49368773
elixir
0
Title: Recursively load all sub categories Problem title: Recursively load all sub categories Tags: phoenix-framework, ecto, elixir Problem: Recursively load all sub categories I want to preload all categories subcategories. Example: -> Sport -> Football -> Man -> Woman -> Handbal -> Man -> Woman So far I managed to pr...
Recursively load all sub categories Recursively load all sub categories phoenix-framework ecto elixir category Recursively Sport Football Man Woman Handbal has_many foreign_key parent_id Repo.all left_join is_nil category.parent_id Recursively load all sub categories I want to preload all categories subcategories. Exam...
[ 0.0036773681640625, 0.0003261566162109375, -0.0020751953125, 0.00640869140625, 0.0021820068359375, 0.005645751953125, -0.00537109375, -0.006317138671875, 0.00958251953125, -0.0712890625, 0.007415771484375, -0.0302734375, -0.004180908203125, 0.017822265625, 0.005767822265625, -0.0077514...
[ 853, 48650, 5844, 538, 72367, 756, 1614, 39283, 53073, 33, 4084, 160328, 18244, 60751, 15296, 38308, 95487, 4706, 98809, 1572, 112857, 10639, 3571, 1556, 669, 110613, 19770, 49129, 532, 771, 5584, 25737, 513, 17324, 99547, 3444, 479, 63033, ...
[ 0.0743408203125, 0.1881103515625, 0.1427001953125, 0.022918701171875, 0.19384765625, 0.1474609375, 0.2210693359375, 0.259521484375, 0.034637451171875, 0.054931640625, 0.1114501953125, 0.1290283203125, 0.049407958984375, 0.2078857421875, 0.0645751953125, 0.1795654296875, 0.23425292968...
embed
50496783_c0
50496783
elixir
0
Title: Extract the second element of a tuple in a pipeline Problem title: Extract the second element of a tuple in a pipeline Tags: tuples, elixir, pipeline Problem: Extract the second element of a tuple in a pipeline I want to be able to extract the Nth item of a tuple in a pipeline, without using with or otherwise br...
Extract the second element of a tuple in a pipeline Extract the second element of a tuple in a pipeline tuples elixir pipeline Extract Enum.at Enum.map Map.fetch Enum.unzip Tuple.to_list Extract the second element of a tuple in a pipeline I want to be able to extract the Nth item of a tuple in a pipeline, without using...
[ -0.002166748046875, -0.0174560546875, -0.0111083984375, 0.00347900390625, 0.0037994384765625, -0.0027008056640625, -0.0130615234375, -0.0057373046875, 0.005157470703125, -0.0164794921875, -0.004608154296875, 0.0189208984375, -0.0025177001953125, 0.037841796875, -0.00060272216796875, 0....
[ 31501, 15390, 17932, 12830, 111, 370, 8705, 23, 137158, 2256, 99726, 15296, 38308, 357, 316, 257, 62346, 42719, 29362, 206, 309, 50836, 1371, 188, 6562, 3444, 19048, 47, 125663, 541, 927, 35735, 15490, 17368, 116987, 5, 4488, 169123, 959, ...
[ 0.2061767578125, 0.1068115234375, 0.208740234375, 0.1834716796875, 0.02740478515625, 0.1319580078125, 0.19921875, 0.061737060546875, 0.16455078125, 0.191162109375, 0.2001953125, 0.06201171875, 0.2008056640625, 0.12890625, 0.2261962890625, 0.185546875, 0.0848388671875, 0.07385253906...
embed