This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
I’ll preface that I am very new to Elixir. I am trying to decode a paginated JSON response from my API but I am a bit lost on exactly how...
New
Is there a built-in way to decode json that has a list of objects that are not decoded to the same struct, and the list is not at the roo...
New
Trending Over Three Years
Hello!
We're getting (MatchError) no match of right hand side value: {:error, {:invalid, "T", 0}} quite randomly, haven't been able to ...
New
In Jason/Poison it is possibe to encode tuple values using
defimpl Encoder, for: Tuple do
def encode(data, options) when is_tuple(data...
New
Hi guys!
In this moment I am working in a large umbrella application composed for around 4 applications each one has their own models th...
New
I'm porting an application written in go to elixir. I'm just starting to learn elixir. In go it is easier to convert your data to structs...
New
(Please Note: Elixir Experience Level: Beginner)
From mix.exs-
defp deps do
[
{:httpoison, "~> 1.6"},
{:poison, "~> 4...
New
Does anyone have any experience decoding json into structs, with Poison, where the struct has an improper list?
I’m trying to decode jso...
New
(Please note: Exlir/Poison Experience Level: Beginner so please Eli5)
Given:
iex(1)> results = HTTPoison.get!("https://nodes.wavesno...
New
I’m fetching some data from a mongodb database and I will use it to prepare a json body to send another HTTP request with HTTPoison so I...
New
I am having a strange issue. Using Poison I encode object properties as JSON and send them to the VueJS front-end. One of the properties ...
New
I've just upgraded a Phoenix app to 1.3 and Elixir 1.5.2. Now I get an exception on staging but not locally. I've traced it down (after g...
New
In a bit of a continuation of my last post Bitstring with codepoints of non-ASCII characters, I’m trying to understand why the following ...
New
Suppose I have the following:
defmodule Proj.Lecture do
schema "lectures" do
field :title, :string
field :is_active?, ...
New
Hey there,
I am using Poison to encode Elixir datastructures before sending them to a Phoenix API. This mostly works, except for tuples ...
New
Hello all!
A bit stumped on interpreting how to parse and extract my desired data from an API’s response with HTTPoison and Poison. I th...
New
At a first attempt to serialize a map, I tried using Poision but I get an error … I assumed Poison could handle all data types … it doesn...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







