Jim Cummins
                                            Jim Cummins
                                        
                                    @endyjasmi So what was the end result. I'm assuming it is still persisting to disk?
@LpmRaven are you still using the h1 solution and being explicit with regards to the action?
I'm using this for my orientation change stuff. It works pretty well so far. https://gist.github.com/jimthedev/edcfe00d3f27da2a248b97559ce6e29f
IMO this should be the default and you should have to opt in to using in to using the default global namespace.
@tal-rofe I expect that the only way to deal with this is something like commitizen looking at an adapter path to try to determine if the adapter is esm or...
It released but the [tests are failing](https://dev.azure.com/commitizen/cz-cli/_build/results?buildId=2174&view=logs&j=9deecfdf-0881-507a-c982-fab489c810f6&t=a5eaf76f-574c-54d2-025d-96e44ae1cbcb&l=617). So 1. Build should not allow this. 2. We may need to roll back or at least mark this as breaking and fix...
Although I haven't confirmed that the code works yet, I like the second option because: 1. a path will always be required for commitizen to work so keeping it as...
Great, thanks @andrewmcgivery.
@kswedberg I am using the exact same pattern (for a cordova app). I ended up using the last snippet you posted and it worked perfectly. Given this, you can probably...