-
Please put talk proposals / requests in this issue
when proposing a talk please provide the approximate length you would need for it.
we should have 3 slots of 30 min each open for May
-
Guild Sharding is obligatory for bots with 2500+ guilds:
https://github.com/hammerandchisel/discord-api-docs/issues/17
-
Have you looked into extracting the queue into a behaviour that could possibly support multiple backends? With the scheduler / queue distinction mentioned in #1 it would be a lot easier to shrink the …
-
Is there any way to run some callback function when all of the scheduled jobs had been finished?
I have really simple scenario:
``` elixir
for page_num
-
http://elixir-lang.org/blog/2016/07/14/announcing-genstage/
> Developers who maintain libraries that integrate with external data sources, be it a RabbitMQ, Redis or **Apacha Kafka**, can explore Gen…
-
I think the default demand should be one, or there should be no default at all.
## Premises
1) When people play around with Flow, they're expecting basically a configurable concurrent Enum. Obviously…
-
Hi Hugo and all Elixorians
We'd like to host March (the 9th, right) meetup
and give a talk about our Elixir stack at [nextjournal.com](https://nextjournal.com)
I'll give more details soon...
…
-
# Plan
- [x] Create meetup.com event
- [x] Agenda
- [x] prepare katas if applicable
- [x] Location
- [x] Announce meetup.com event (triggers mail)
# Execute
- **Date:** May 30th
- **Location:*…
-
Today we had more traffic as usual on our website and after a while the application crashed
otp: 19.1.3
logger_papertrail_backend: 0.1
Last lines from error log at that time:
``` txt
2016-10-25 21:…
-
One option might be to pipe get_records into a stream:
```
ExAws.Kinesis.get_records(shard_iterator) |> ExAws.stream!
```
But that'd still be request/poll-based.
Ideally we could leverage something…