Skye Shaw

Results 204 comments of Skye Shaw

zOMG 2021 and this shit still doesn't support anything but `.nvmrc`‽ 🤯

> @ljharb > ... the date has no bearing on whether there's support for a nonstandard file. we don't support anything right now but our > own file, since there's...

> Interoperability is only POSSIBLE with a standard. I've been using asdf and at times nodenv with `.nvmrc`s for several years. Looks to be pretty operable to me! Maybe I...

Page is not public but this demonstrates the issue: ```html Foo Foo Filter 866 results ``` Adding a `span` to the source fixes it. I haven't looked at your code...

> my code will never detect this case... What's the issue? > In my opinion, having loose text nodes is never a good practice so I would say that adding...

Yes I agree, some improvements are needed. > it would be nice to have a public function that would take two positions (begin and end) and a format argument (string,...

I made `END` optional too because the single line format will be used if there's no region.

I ended writing something [that I just committed](https://github.com/sshaw/copy-as-format/commit/d3bf027caba7a1dd00fa6784e77879d1d3711ebe#diff-5d26e345e36c2ed8bad6b49d0ee48345). It attempts to provide an interactive and non-interactive behavior for `copy-as-format`. The only problem: when not called interactively we don't want to...

>>It attempts to provide an interactive and non-interactive behavior for copy-as-format > I think it would be more robust to have two functions, one for interactive and one for non-interactive...