Shane F. Carr

Results 1865 comments of Shane F. Carr

I managed to get rid of the WASI requirement at runtime entirely, which eliminates a _ton_ of dependencies. We still need WASI for building the C++ code, but the linker...

I don't use this deployment any more, but if it hasn't been fixed, this would still be a pain point in deploying Odoo on Google Cloud Platform. The only workaround...

My suggestion in the OP is to add additional variables that don't require breaking existing customers and documentation.

For now, I recommend uploading all files to a default central location and then moving them to where you actually want them when done. The example in the docs is...

I published v0.6.2 which allows you to use the "saved" event on the server to move the file.

Sample API: ```javascript new Intl.NumberFormat(undefined, { style: "currency", currencyRounding: "cash" }) ``` Should the option be named: - currencyRounding - currencyPrecision - currencyUse

TG2 discussion: https://github.com/tc39/ecma402/blob/master/meetings/notes-2024-01-18.md#support-cash-rounding-835 Conclusion: Add Test262 and docs for the current spec behavior.

No, server-to-client is not currently available with this library. I would consider it out of scope for now, but perhaps it could be included as part of the work for...

If used via a WebView (PhoneGap), this should work out of the box on iOS. For native iOS client side, one could write an iOS client side version of this...

Ok! The main extra functionally icu_segmenter brings to the table are the models for Southeast Asian line break. Actually I think a good solution here would be to have a...