valadaptive

Results 209 comments of valadaptive

> > Windows legacy command prompt (and possibly PowerShell?), > > Err, that seems like it might be a blocker. Can you elaborate on that please? `log-symbols` returns different symbols...

OK, I've investigated a bit further. In `cmd.exe` on Windows 7, and PowerShell in some configurations (a fresh Windows 10 1507 VM didn't experience this, but my actual up-to-date Windows...

I've rebased the PR and re-added the `is-unicode-supported` dependency (version 0.1, which is the last version that isn't ESM-only).

Nice! I've bumped is-unicode-supported.

`wasm-opt` reduces the size by ~1KiB only. I'll look at bloaty.

Seems like the emscripten-built version contains bulk memory operations (and other stuff that makes bloaty spit out error messages, although it won't tell me exactly why). Compiling with `-mbulk-memory` doesn't...

Comparing `wasm-opt --metrics` between the Emscripten version: ``` Metrics total [exports] : 73 [funcs] : 1710 [globals] : 1 [imports] : 4 [memories] : 1 [memory-data] : 49066 [table-data] :...

> I think the platform and encoding IDs are mostly irrelevant, so they can be dropped from the API and it can be made to take `hb_ot_name_entry_t` (or `hb_ot_name_id_t` and...

Not sure why that's happening. I'm on Sonoma (2018 Mac Mini) and never get any permission prompt like that. I'll try upgrading to Sequoia and see if I can reproduce...