Ben Steward

Results 14 comments of Ben Steward

Are we all just writing weird javascript, or are there just bigger fish to fry? I'm a little perplexed as to why this isn't a feature yet, since it was...

FWIW, when working with strings, this works like a dream: ``` @type {'firstoption' | 'secondoption' | 'thirdoption'} or even @param {'firstoption' | 'secondoption' | 'thirdoption'} ``` I don't know if...

> Thanks for this PR, @tehpsalmist 🚀 > > > > Taking a look at this and getting back to you soon 👍 If you need any insight from me...

> do we need to explicitly create the volume then? Admittedly, I don't know enough about docker to say that this is an exclusively required step, but I do know...

It would appear that @fromi 's comment is on the right track. I am seeing similar behaviors when adding an item to a list and then subsequently removing that item....

Well that's a shame, because I was able to get it working on Angular 9, but I can see how it is very consistent with Angular's high barrier to entry...

what node version were you using?

Posting here for posterity, since this is a tool used most often in angular apps: ``` npm install tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat -D ``` Angular is still using postcss 7, so this...

Good to know @tomhughes-invento ! Thanks for dropping the knowledge on us.

Hey, thanks for submitting the PR! Can you actually remove the version bump (and any other incidental changes npm made during `npm version`), and also lint out any of the...