Sebastián Magrí
Sebastián Magrí
@lfittl it's for running the collector on ECS and monitoring RDS. We had to go with a custom docker image, but it's still pretty annoying that now the server names...
Thanks for the pointer @lfittl ! We'd still like to be able to use the docker image as provided though, any chance that logging collection can be enabled by default...
To add a bit more detail on this, there's a [Stream.resource](https://hexdocs.pm/elixir/Stream.html#resource/3) stream builder in Elixir that allows you wrap arbitrary resources in streams. From the docs: ``` Stream.resource( fn ->...
@seriyps what would be the requirements for a process to be given to as the replication callback instead of a module. I see that option in the code but it's...
@guerrerocarlos I'd like to help with this so I can refresh my WebExtensions fu. Any hints on how to start?
@guerrerocarlos a set of initial tests is showing basic functionality on Firefox. There are some issues with `sendMessage` I'll have to look at. Anyway, I tried to compare against Chrome...
Any chance to look at this again? This would solve a very common use case I have. A possible solution I've been looking at is to have deduplication set up...
@nikolasrieble @ckifer thanks a lot for your answers. Is this then down to d3 time scale implementation? or this an issue because of the formatting of the x axis labels?...
@nikolasrieble I've dug a bit deeper into the example and I think I understand better what you mean now. still, there also seems to be an issue with alignment if...
HI! I'm probably going to reiterate on some already discussed topics but I'd still like to describe this case hoping it's useful to define the best mechanism for book translations...