Ben Asher
Ben Asher
I don't think you want `@ThreadLocal` though. I think you'd want it to be a global marked as `@SharedImmutable` and then have it be an AtomicInt
Good point. Making it configurable makes sense. Mind making a PR?
It should be! Do you have time to open a PR to try it out?
FWIW, Android has the same bug :/
I think this is covered by #1192
We ran into this issue and then realized we didn't have any use for `find-utils`. `brew uninstall find-utils` and then running `hash find` (to reset `find` back to `/usr/bin/find`) fixed...
Looks like your `s.source_files` might be too permissive. Try something like `s.source_files = 'LDRemoteCommand/**/*.{h,m,swift}'`
You can workaround it by explicitly specifying the CDN: `bundle exec pod package --spec-sources='https://cdn.cocoapods.org/'`
This is definitely a regression. There are some packages, like postcss, which have parts that work in the browser and parts that don't. postcss is already [doing the right thing...
Yeah starting to agree with others that the behavior in Vite 2 was probably a mistake / oversight. Such modules should probably be polyfilled