ray007
ray007
I also recently had troubles loading the `en_US` locale, not sure if it's related: Problem was, the directory in the `cldr-data` package is named `en-US-POSIX`. After creating a symbolic link...
I have the problem only with `en-US`. All others locales seem to have a directory name without the script/variant in it unless necessary - which then works fine for loading.
@rxaviers I'm using the `cldr-data` npm package version 31.0.2. So at least my problem is no fault of your package here.
@rxaviers currently installed modules: - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
It may have to do with the fact I don't use `.entireSupplemental()` and `.entireMainFor()`, but `cldrdata()` calls for data subsets. Where the `localeId` is used to construct the file path....
> > > By the way, if you are starting out, then you should try [Workbox](https://github.com/GoogleChrome/workbox) I really hope this project will continue. Workbox is a kitchen-sink with everything in...
My vote would go to "treat all `define`s as truly global and do not mangle their names". If I supply a `-D` argument to a build process, I do not...
How about something like `-Dname@module=value`?
> * Before compilation starts, our build tool does a search-and-replace for `DEBUG=true` in the codebase and changes it to `DEBUG=false`. For the debug build I have special comments like...
@farfromrefug > @AvigarD611 it is normal. Services are not discovered by default anymore as very expensive https://github.com/nativescript-community/ble/blob/master/src/bluetooth.common.ts#L362 The `autoDiscoverAll` property you're linking to is part of the `ConnectOptions`, not the...