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)
undefined function sigil_I/2 (there is no such import)
I am working on RDFGraph using elixir.
I am running the following command on iex:
iex(1)> DC.format(~I<urn:isbn:978-1-68050-252-7>, ~L"Paper")
and get this error:
** (CompileError)...
Munim Iftikhar
Votes: 0
Answers: 1
iex.iexs file is not loading on test environment
I'am trying to load the iex.iexs file when debugging a test. I created an alias in Mix.exs that tries to import it.
defp aliases do
[
...,
"ex.file": [&import_iex_file/1,...
Lilith
Votes: 0
Answers: 1
partition by in elixir broadway
I’am trying to use partition_by option in broadway so that messages of the same partition go to the same processor. I have actually 20 processors and the message data is from 0 to 9
....
proc...
coda06
Votes: 0
Answers: 1
Constant function returning empty list: spec is supertype of success typing
I have recently started learning Elixir, and while playing around with typespecs within a Mix project I stumbled upon some Dialyzer warnings I don't quite understand; the following code is a fairly m...
verglasz
Votes: 0
Answers: 0