Robert Bradford

Results 13 comments of Robert Bradford

Thanks, @dherbst. That came just in time for me.

+1 I've been thinking about this too. https://github.com/jeresig/i18n-node-2 has an interesting `base` configuration option where you can define a function to redefine the locale names as needed. I had done...

@jameswlane Great library. Thank you. I'm also wondering about this. Specifically on your examples, you have an `import { endpoint } from '../src/endpoint.js';`. This is then called in your tests...

@saadq Did you ever find a fix?

@guerillagorilla Thanks, that did the trick for me too.

I had previously updated to ruby 2.3.0, and running `$ bundle update` seemed to do the trick.

Ran into the same problem. This would be a nice enhancement.

Also ran into this problem with a functional component which returns `ReactDOM.createPortal(...)`. It would be nice to not have to wrap in a fragment.

We have multiple developers in our org (mostly on Macs) also seeing issues like this after going to Node 16. `npm ci` seems to be especially problematic, but we have...