Dirk Farin
Dirk Farin
When using Unicode character \u00A0 (non-breaking whitespace) in a strings.xml, I get the crash below. Anything wrong with my configuration (if there is any) or any quick fix for that?...
I am using a2po for the same project on two different systems (Ubuntu 14.04 and 16.04). Apparently a2po is using different paragraph widths for line wrapping on both systems, which...
I have a couple of Android resource files named like this: "strings-dialogs.xml". When processing them with "a2po export", I get crashes saying: ... File "/home/farindk/.local/ File "/home/farindk/.local/lib/python2.7/site-packages/babel/core.py", line 902, in...
When writing float numbers into cells with `ws.cell(c,r).value(3.141)`, I get the following output in `sheet1.xml`: ```` 3,141 ```` My guess is that this is because my computer is set to...
Currently crashes on image sizes not being a multiple of MinCBSize.
Image rotation is not working properly in all cases when outputting in JPEG format. The problem is that is HEIF image is rotated, but the copied EXIF data causes the...
This PR merge had to be reverted because of errors in the CI: https://github.com/strukturag/libheif/pull/565 Please check and create a new PR.
Should we add an API to support timed wallpapers? This is an implementation in the Go interface: https://github.com/strukturag/libheif/pull/565 Maybe this should be a wrapper API around libheif that caches the...
```` heif-test.go:39:2: no required module provides package github.com/strukturag/libheif/go/heif: go.mod file not found in current directory or any parent directory; see 'go help modules' ```` This might be due to a...
HDR images show incorrectly on the online JavaScript decoder. Looks like a 16bit output pixel is shown as two 8bit pixels. Should be easy to fix be explicitly requesting the...