Viktor Brešan

Results 9 issues of Viktor Brešan

I am receiving the error on the following code block: ``` body { font-family: Helvetica, sans-serif; text-size-adjust: none; -webkit-text-size-adjust: none; } ``` `text-size-adjust` is a valid CSS property.

I am calling: `TiffSaver.saveBitmap(file, bitmap);` Bitmap is a gif image loaded with Android's `BitmapFactory.decodeStream`. It seems that everything is fine with the gif image as it is properly decoded and...

The lint warning says: Very long vector path (x characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector. Some icons that produce the warning:...

enhancement
SVG specific

I am using old Aggregator version 2.22 obtained from Google Play Store. It has package name com.tughi.aggregator That package is not being updated any more as new versions are published...

question

Reddit has made changes in their RSS feed. In particular (I believe) content tag now has type="html" attribute. Aggregator 2.22 is reporting "Fail message: Failed to parse feed content: html"....

bug

Instructions are available [here](https://fider.io/docs/hosting-instance). In 'Installing and Running' section, `docker-compose.yml` file contains the following: ``` # Generate a 512-bit secret here https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx JWT_SECRET: VERY_STRONG_SECRET_SHOULD_BE_USED_HERE ``` https://www.allkeysgenerator.com is down since June...

I am testing Astuto on a VPS that currently has no domain assigned. I have followed the instructions and for BASE_URL I have entered the VPS IP address instead. Astuto...

**Describe the bug** I have successfully installed Nextcloud AIO following the instructions [here](https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-use-this). I added the Bookmarks app and tried to import a file exported from another Nextcloud instance. A...

bug

Methods that operate on `File` objects (e.g. `TiffBitmapFactory.decodeFile()`, `TiffConverter.convertTiff*()`) work perfectly well with files located in the app-specific directory. Therefore, they do not need to be deprecated. Please correct me...