Adam Brown

Results 62 issues of Adam Brown

I ported the Java benchmarks, but they use an annotation processor that I haven't been able to get working because this is a KMP project.

The ability to provide a client and server secret to generate a key would be very helpful. Some pseudo code: ``` shared_secret = server_secret + client_secret hkdf = HKDF( algorithm=SHA256(),...

This older version of JNA is referencing an artifact that does not exist in newer versions of the JNA, it can cause build problems for projects that have projects that...

That swap example is a good one, how about others? At least having them on a wiki on the github here would be nice.

Here the memory address for `y` is `a2e20004` yet if you are just looking at it graphically, you would think it maybe is `a2e20000`. If the numbers for each cell...

In complex situations it can be hard to see whats pointing where: ![image](https://github.com/user-attachments/assets/47632232-9815-4a67-95df-c9f27ab9472b) I think randomly coloring the lines might be good, or how about coloring the lines base on...

I having a problem with `drawCustomStyle` on `RichSpanStyle`, it looks like scroll position isn't being taken into account: https://github.com/user-attachments/assets/3894aa98-b0c3-41ce-8a80-858f5f2091da It is called again when I scroll, but I get the...

## **Update:** I've been working on this one and it is actually pretty much ready now I think. It creates a new module: `richeditor-compose-spellcheck` which contains all of the common...

Being able to use Gzip in common code would be a killer feature. I surveyed the other options out there: - Korge supports more targets, but not all of them,...

**Is your feature request related to a problem? Please describe.** Trying to use in a KMP project that targets `wasmJs` **Describe the solution you'd like** Add `wasmJs` as a target

feature request