frigoligo icon indicating copy to clipboard operation
frigoligo copied to clipboard

Keep your links fresh!

Results 24 frigoligo issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools.build:gradle](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `7.4.2` -> `8.4.1` |...

dependencies

This will be easier to maintain and will also simplify translation by reducing string duplication.

ops
i18n

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.7.21` -> `1.9.24` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | major | `7.6.4` -> `8.7` | --- ### Release Notes...

dependencies

With version 4.0 Isar is getting back web support. What if... Based in #184. Issues at the moment: - [ ] can't make http request on firefox because of CORS...

enhancement

TODO - [ ] find a way to handle database migration but a full wipe should not be so painful 🤔

dev

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flutter_lints](https://togithub.com/flutter/packages) ([source](https://togithub.com/flutter/packages/tree/HEAD/packages/flutter_lints)) | dev_dependencies | major | `^3.0.0` -> `^4.0.0` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [package_info_plus](https://plus.fluttercommunity.dev/) ([source](https://togithub.com/fluttercommunity/plus_plugins/tree/HEAD/packages/package_info_plus/package_info_plus)) | dependencies | major | `^6.0.0` -> `^8.0.0` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [share_plus](https://plus.fluttercommunity.dev/) ([source](https://togithub.com/fluttercommunity/plus_plugins/tree/HEAD/packages/share_plus/share_plus)) | dependencies | major | `^8.0.0` -> `^9.0.0` |...

dependencies

Wallabag API don't allow to specify "no tags" when using PATCH Entry: https://github.com/wallabag/wallabag/blob/5f9d1a999c4365ebcc426495d4e82a4b854d1d8d/src/Wallabag/ApiBundle/Controller/EntryRestController.php#L969-L972 As of today the simplest solution would be to detect this kind of edition, find the last...

bug