contra

Results 180 comments of contra

https://nodejs.org/api/buffer.html#buffer_class_method_buffer_isencoding_encoding could emit a warning if the users mixes encodings (assuming we can't figure out a way to make it work)

I played around with this for a bit and it stumped me, @billrawlinson did you figure anything out?

@ilanbiala Link?

@ilanbiala Want to send a PR to integrate that? A npm pre-publish script would work

@ilanbiala Depends how strict the format for the changelogs is. Got a link to docs?

@Thatkookooguy You can access the cache with `cache.caches[cacheName]` - if this allows you to solve the problem I can look into adding an option for this, lmk 🌴

How would y'all want to see this functionality added to the project? Anyone want to propose some APIs?

Is this still an issue with the latest versions of everything? I think this was fixed in our underlying sourcemap module

Can you check if this is still an issue on the new v5?

I think the problem here came from CS 1.6 -> 1.7 It used to be 'fileName' which is a semi-standard Error class attributed, and it changed to 'filename' which isn't....