Gajus Kuizinas

Results 777 comments of Gajus Kuizinas

I've created two tags: * https://github.com/gajus/dindent/tree/2.3.0 * https://github.com/gajus/dindent/tree/v2.3.0 and hit Update, but nothing is changing. Anything else I should do?

I am guessing I need to update https://github.com/gajus/dindent/blob/master/composer.json#L3.

Nop. Even after updating the git tags and updating the composer.json, the packagist.org does not pick up the change.

> @gajus No, you have to add a new Git tag and then, you have to click Update button in Packagist. https://packagist.org/packages/gajus/dindent I have already done that and Packagist does...

Looks like a bug/ deficiency. Would accept a PR.

Just did not see notifications for this until I had to do a random update.

@goodmind Is there an update on this?

CC @samwgoldman @mroch This is one of the bigger issues that we are facing daily.

The equivalent (ignoring whitespace and newline) using template strings: ``` js `Name of things: ${name}, Number of things: ${count}` `Some ${cond ? children : null}` ```

@syranide You are correct. :+1: Nevertheless, I wanted to include a template string example for visual reference only. Does indentation and newline matter here?