Results 21 comments of Bruno Herfst

I wasn't in Berlin, why is width important?

Personally Im only interested in the x-height region. So it would be cool if you could only target that area.

OK maybe I understand what you mean; Do you want to measure the weight distribution? In that case it is easier to measure/compare stem widths.

Then you should be able to lock, unlock any parameter. It would be better to create a seperate tool (alternate UI) that uses TypeCooker as an API, lock values in...

I never came accross contradictory that could not be solved by thinking about the problem. Can you share an example? All parameters are relative (like an electrical circuit:)

I think the UI is mobile friendly. It might be cool to lock/unlock values by swiping? So it is a hidden feature. (Still shows a lock icon in locked state)...

I don't think there is a need to update the variable name. `countryCode` is just as misleading as there are numeric and alpha-3 codes. But as pointed out the alpha-2...

Validation can be as simple as `/^[a-zA-Z]{2}$/`. Said that, error reporting is more important than validation.

Hey guys, I added a guideline about this in the [extendscripters wiki](https://github.com/ExtendScript/extendscripters/wiki/Shim).

My thinking was that Extendscripters holds all the sub-modules (and possibly share the same global.myApp variable) that make up complete apps/projects in ExtendScript. Clearly we would need to make this...