Wojtek Gawroński
Wojtek Gawroński
Currently we're leveraging work done by `hdr_histogram` regarding statistics accumulation / storage, which brings set of problems to the table: 1. It is a _NIF_ - and that causes a...
Steps to reproduce: 1. Start with `make dev`. 2. Setup a trace on `lists:seq/2`. 3. Invoke in the shell `lists:seq(1,100000).` 4. Observe like the tab burn. 🔥 We need to...
Hey! :wave: I am playing with the `KinesisVideoMedia` crate, and I have noticed that even that inside `botocore` definition we have a streaming annotation applied: https://github.com/boto/botocore/blob/develop/botocore/data/kinesis-video-media/2017-09-30/service-2.json#L134 Still, the `GetMediaOutput.payload` is...
Currently _AWS API_ when asked for a price estimation for a _CloudFormation_ template returns link to the _AWS Calculator_ which is not exactly we want. 😉 We would like to...
We would like to be able to see `diff` state between what *CloudFormation* knows about particular stack from its state (based on the file) and how the current resource looks...
We need to gather feedback from current users (internally - knowledge sharing sessions and externally - other meet-ups), improve documentation and make a little more noise around `perun` in social...
Let's discuss here what we would love to see as a next step of validation / linting capabilities, our list so far: - In many cases fails during _CloudFormation_ run...
We did some research before we started and @pfigwer found couple of interesting facts - in most cases integration with _editors_ for _CloudFormation_ is based on basically _auto-completion_ (crude and...
More complicated _CloudFormation_ environments consists of multiple files. Also there are nested stacks available for us, in order to increase reuse. Dependencies between those stacks are mostly bound to: -...
- Templates / Generators for new files (like in case of _Rails_ or _Phoenix_ framework) - in a project in most cases you will reuse a lot of elements between...