Renato Mariscal

Results 4 issues of Renato Mariscal

There are 2 deployment methods documented: > `Dual` This deployment mode is intended for applications where downtime during deployment needs to be as minimal as possible And > `BlueGreen` This...

When working with numbers, usually they are better visualized with right-alignment; Right now I have: ``` name numberA numberB percentage ------------- ------------------ ---------- --------- activation 435754 440014 0.97 % application...

Implementation for https://github.com/jvilk/MakeTypes/issues/10 This code allows multiple input, making the following input to work: ```bash # Original functionality still working as before, accepting a json array or object make_types [optons]...

I want to provide multiple samples, but they are in separate files. Right now I am pre-processing to join the files, but would be very helpful to have this feature.

enhancement
help wanted