Daniel Miranda
Daniel Miranda
@brettswift `stacker cleanup` (and/or a `--cleanup` flag for `stacker build`) seems like a good solution to deal with orphans without breaking existing assumptions. I share your dislike of nested stacks...
@russellballestrini I would absolutely prefer to not have to introduce any additional state that requires complex management. So far Tags are the solution I'm leaning to, simply because they are...
@phobologic I can think of quite a few different ways to move forward, some more pragmatic than others. I think all of them are already would already major improvement to...
Now that 2.1.0 is released `PolyModelType` seems to be validating correctly.
My workaround is to install my extensions as package to a virtualenv, also install Cruft there, and then use the full module path, basically not using `local_extensions` at all. If...
I'm trying to use scala-redis-nb to serialize arbitrary Serializable objects, and currently I have to convert them to Base64 strings because a) scala-redis-nb routes everything to strings and b) The...
I'm using version 0.3.
How can I use that to write a Format object that can take a Serializable and process it then, since it only has read and write methods returning strings? Sorry...
What about using Akka's Serialization library? It's an already tested codebase, is very configurable, and already has all the dynamic dispatch work done, which I actually happen to be very...
Still missing Alpine-based ARM64 images for telegraf (and probably other Influx software). With many cloud providers offering ARM64-based instances, a fix would be very welcome.