-
https://www.meetup.com/Elixir-Berlin/events/bcckcqyzdbsb/
* [x] Location @Adjust
* [x] Talks
* "Managing translations in Elixir project with [Yata](http://www.yatapp.net)" by @luki3k5
* "…
-
Consider the codes below:
```
File.stream!("path/to/some/file", read_ahead: 100_000) # NEW!
|> Flow.from_enumerable()
|> Flow.flat_map(fn line ->
for word Flow.partition_with(storage: :ets) # NE…
-
I have a series of GenStages that start with reading from Kafka and end with publishing back into Kafka (Using the KafkaEx library). I am reading binary blobs from Kafka (all larger than 64 bytes) and…
-
I'm experiencing a lot of the following entry in my log files. According to the log entries, there is a missing `handle_info` for `:ssl_closed` case.
```
Elixir.FunctionClauseError no function cla…
-
I can't seem to prevent my `ConsumerSupervisor` (subscribing to a remote producer) from crashing when the last message is `{:DOWN, _ref,:process, _thing, :noconnection}`.
I've tried adding a `handl…
-
[edited to reflect the root cause more accurately]
I recently upgraded from 1.5 to 2.0 and have a problem starting up the app.
### Steps to reproduce
use include_erts" 'path/to/erts"
build re…
-
Since those are stateless, we can rescue those errors and provide back-off currently. We also need to fail messages.
-
Why do you think that
iii. use
iv. import
v. alias
is a rational hierarchy?
I think that `alias` should go first because unlike the `use` or `import` it can affect on other declar…
-
Hello,
I sometimes encounter the following FunctionClauseError after 2 minutes of retrying re-connection:
```elixir
** (exit) exited in: GenStage.close_stream(%{#Reference => {:subscribed, #PID…
-