m.image height and widget are float, not int
See original GitHub issueThe spec mentions an m.image
s content.info.{h,w} must be integers, however when sending a message today my bridge broke complaining that they were floats: https://github.com/tulir/mautrix-whatsapp/issues/80
They should be converted to floats to remain spec compliant.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:19 (14 by maintainers)
Top Results From Across the Web
Image height is not changing - flutter - Stack Overflow
By default the ListTile's maximum leading widget height would be 56px. This is the source code of ListTile ,
Read more >Image in service portal is not appearing properly - ServiceNow
Hi All, I have a requirement to keep the image in top and place the widgets below. so i have added a container...
Read more >Alignment, font styles, and horizontal rules in HTML documents
It is possible to align block elements (tables, images, objects, paragraphs, ... attributes also permit the "center" value, which does not cause floating, ......
Read more >Bitmap | Android Developers
Returns a immutable bitmap with the specified width and height, with each pixel value set ... int x, int y, int width, int...
Read more >ImageJ Release Notes - NIH
Thanks to Stein Rorvik, fixed a 1.53m regression that caused macros importing an image sequence to sometimes not open all images in a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Note that this means
RiotXElement Android cannot send images to v6 rooms.Json actually doesn’t really know between double or integer, it’s just “numbers” The client is responsible for typing then. In RiotX this issue is caused by loosing the information of the content when sending through Workers. It will be fixed in next release, thanks for pointing it 😃