Rasmus

Results 298 comments of Rasmus

I don't see the URL updated in your patch. Can you please do that?

Equivalent changes were introduced in d36c9e2c532920f476ac460cc8dae06cb185b4ef Thank you for your help!

I'm seeing the same result on macOS 10.14 with 46c75201bfaca02b656c44bcf39ca68bba3a54c7 — I have [email protected] installed via Homebrew. ``` $ ./configure --with-openssl=/usr/local/Cellar/[email protected]/1.1.1g $ make ... In file included from dyn_crc16.c:23: In...

Here's how I got it to compile on macOS 10.14: (bash, in the dynomite source root directory) ```sh brew install [email protected] OPENSSL_ROOT=$(brew --cellar openssl)/$(brew list --versions openssl | tr '...

Having this issue too and it took me a while to realize this as the program appeared to work but failing to initialize KMS (so I went looking in all...

Progress update; how it's looking as of now: ![ioenarst8neir](https://user-images.githubusercontent.com/47046/233713151-7076665a-a5ee-4462-9195-029bb94eca65.png) Still a few marks/anchors missing: (for example Ŋ is missing a "top" anchor.)

Fixed as of fc0c3c9153bf52b5f8dff25a60212a36cce35c88 ![ersnt82ei](https://user-images.githubusercontent.com/47046/233726314-176be750-4db6-4ca0-a697-93f40b6be5d2.png)

I wrote & ran a script to attempt to repair off-by-one handles, landed in d1272ce9c904201c97e68da030b2fa9530e895a7 — this shouldn't be an issue anymore. However the programmatic approach I took is conservative...