Jordan Ellis Coppard

Results 65 comments of Jordan Ellis Coppard

I am working on a service for this which should be available soon.

Why has this not been merged, rather unacceptable that a high security vulnerability has been here for **over a year**

@slinkardbrandon I guess either https://github.com/vorpaljs-reforged/vorpal or https://github.com/oclif/oclif is the play now.

Docker now supports `.yaml`: https://docs.docker.com/compose/compose-file/#service-configuration-reference Would it not be a simple check for either file here: https://github.com/bibendi/dip/blob/0ee405a2ca66f4bbfd51ff5d3591caff26a801d0/lib/dip/config.rb#L53

[Not to be rather terse but the YAML maintainers do state that `.yaml` is the extension to use](https://yaml.org/faq.html) and breaking spec does lead to problems which is why various projects...

Everything worked fine until I touched `inclusive` now it always makes inclusive lists regardless of `..` or `...`. Committing as-is for review on the implementation of `inclusive` for the purposes...

I think there's been some miscommunication here @ThakeeNathees -- I have not implemented the core logic using a `bool inclusive`; I've reverted (without a force commit) the `inclusive` stuff to...

The alternative is we leave the REPL saying `1..6` for a range defined as `1..5` and `1..5` for a range defined as `1...5` but I don't think this is very...

I was looking at this too, might take a crack at it.

@ThakeeNathees did you want an entirely new object type or did we want an attribute on the exiting `OBJ_RANGE` type indicating if it's exclusive or inclusive. I think the latter,...