Nam Le

Results 45 comments of Nam Le

@wgoehrig I'm investigating the handle leaks problem at present day, there's a pattern that all these errors pop up **after** a certa-run test suite is finished. The difference between 2...

> Formatting: Based on the user requirements, it looks to me like the initial formatting requirements would focus mostly on strings (so capitalization) and potentially dates. It seems like basic...

After looking at Microstation's way, it sounds like you'd want a `TextField` to have it's own formatting based on what a user decides? Independent from any formatting associated to a...

@rschili can also chime in too, > Quantity formatting appears to be an entirely front-end-only concept, and we need to format these values on the back-end. You can format those...

> Can you link to what you mean by "the former" (the async part)? From one of the code examples in the learning [doc](https://www.itwinjs.org/learning/quantity/#using-a-formatsprovider): ```ts const formatsProvider = new SchemaFormatsProvider(schemaContext,...

It's necessary - to create a formatter spec, we do unit lookups and get the unit conversions between units ahead of time. With the UnitProvider being a SchemaUnitProvider, that involves...

> Which can be done synchronously, our APIs just discourage it. I am synchronously querying the db for the property value and metadata. In that case... maybe...? We'd have to...

On the core-quantity side, I know the code example above uses ` await FormatterSpec.create("TestSpec", format, unitsProvider, persistenceUnit);` It's a static helper [method](https://github.com/iTwin/itwinjs-core/blob/1230a912aab51a1126419805566daeb2e5844dbe/core/quantity/src/Formatter/FormatterSpec.ts#L109) that generates a list of unit conversion objects...

I'd like more information on how AccuDraw's input field handles bad inputs returned from the quantity parser. As mentioned by @naronchen , for our synchronous parsing we return `ParseError.NoValueOrUnitFoundInString`. It's...

> This [method](https://github.com/visgl/loaders.gl/blob/master/modules/draco/src/lib/draco-module-loader.ts?rgh-link-date=2025-09-12T20%3A33%3A47.000Z#L33) is incomplete, it only allows you to provide an instance of the draco3d lib or will auto fetch from the cdn An update, we're able to resolve...