python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Faulty nesting in .heex
While converting old .eex into .heex I stumbled upon this code which uses TailwindCSS to display zebra style table rows:
<%= for {language, counter} <- Enum.with_index(@languages) do %>
<...
wintermeyer
Votes: 0
Answers: 1
Phoenix: How to Write Nested Conditions with with in the create action?
I have a transaction form that needs conditions to be met before saving. For example, it requires to have a matching customer PIN, reference number, seller code, etc. Some requirements are needed by s...
Jun Dalisay
Votes: 0
Answers: 2
Elixir issue with Bamboo.SentEmailViewerPlug
I do have an issue with mentioned function. This is the error from browser:
function Bamboo.SentEmailViewerPlug.init/1 is undefined (module Bamboo.SentEmailViewerPlug is not available)
And this is fr...
Mateusz Osiński
Votes: 0
Answers: 1
Elixir, database, restore data every single month do default
I do have a database structure denoted like that:
schema "users" do
field :april, :integer
field :august, :integer
field :december, :integer
field :february, :integer
fi...
Mateusz Osiński
Votes: 0
Answers: 2