Matthijs Vos
Matthijs Vos
@schorsch What is the reason to close this issue? We actually still have this issue. Is this not feasible to implement or is it not possible in SEPA? Would be...
Thank you! Wasn't aware of the linters, but the issues should be resolved now
@MarcOverIP Sorry for my late response! I think you refer to this file right? https://github.com/outflanknl/RedELK/blob/master/elkserver/mounts/redelk-config/etc/redelk/config.json#L29 For some reason the slack webhook_url config was already in there, but just not used...
Thanks for your feedback! I did not know that. I just tried adding them to the alembic migration script, however then it does not set them anymore in case the...
Okay, no problem. If you can add them that would be great! Op za 13 aug. 2022 08:16 schreef whitekernel ***@***.***>: > Thanks for your feedback! I did not know...
Thanks for your fast response. This can work but in that case it is still possible that some caches gets removed which we still need. Of course we want to...
We have a custom itemloader which specifies some default input processors. Some fields needs an additional input processor which is specific for this field. Now we need to copy the...
No we don't use the `some_field_in` method, we use it like this (current style) ``` class MyItemLoader(ItemLoader): default_input_processor = some_input_processor class User(scrapy.Item): name = scrapy.Field() height = scrapy.Field(input_processor=MapCompose(some_input_processor, another_input_processor)) ```...
@Gallaecio Do you understand the problem now? Or do I need to explain more?
Isn't this easily achievable by doing something like this? I am having the same issue at the moment and consider using this ``` resource "time_rotating" "secrets" { rfc3339 = "${formatdate("YYYY-MM-DD",...