Nathan

Results 7 comments of Nathan

I am seeing this as well with 1.1.0, 1.2.0, and 1.3.0 of the amqp gem.

Any chance this commit can be pulled in? https://github.com/masterkain/activerecord-postgres-array/commit/2e447b03a27287f9f426ac922a70d7cd2c912895

I have some code to work around it for now by doing the integer conversion in elixir: ```elixir @spec get_uint32(Wasmex.Memory.t(), non_neg_integer, non_neg_integer) :: non_neg_integer defp get_uint32(memory, offset, index) do =...

@tessi I think your idea of the `offset` always being in bytes makes sense and it would work for my use case. I can keep using my elixir code until...

@tessi I think just a list of bytes is perfect. For my use case, I can't use bindgen since I use the wasm binary on a lot of different platforms...

There is a “user agent stylesheet” applied before the website’s code, and it’s possible that its `font-size` is not 16px. If you want to support tools that use this UA...

+1 on getting this merged