-
### The bug
When deleting in batches in the mobile recycle bin, the selected items will be retained but the unselected items will be deleted. The logic is reversed.
### The OS that Immich Server is …
NiuHK updated
2 weeks ago
-
### The bug
I attempted to restore some live photos to an iOS device, but found that several of them turned into still images after downloading. The problematic photos all have one thing in common: t…
-
Please assist on where do i go wrong on the Flutter app testing on the Google pixel mobile phone using common Ip address
`My ip is 192.168.0.102`
Soketi configurations
```
{
ada…
-
### The bug
My domain consists of Cyrillic characters (https://фото.большойчлен.рф), the mobile app show error that the server is unavailable
If i convert it via Punycode, it works correctly (https:…
rtx4d updated
1 month ago
-
```
await redis.sendCommand([
'GEOSEARCH',
'locations',
'FROMLONLAT',
'24.34',
'24.5',
'BYRADIUS',
'1000',
'km',
'ASC'…
-
### The bug
I'd love to get Immich to work properly as it seems very promising, but i have a few issues with uploading. I've been trying to fix things on and off for months now (sadly didn't have a l…
-
# Environment
- `pub version` or `flutter pub version`: Pub 2.7.0
- OS version: Debian 10
# Problem
Issue with output running tests with flag -j > 1
command is `/usr/lib/dart/bin/pub run te…
-
When the Redis Server is closed, after initially connecting, using client.get() causes an uncatchable exception (shown in output):
**Example code**
```
import 'dart:async';
import 'package:redis…
-
We get unimportant exceptions from here:
https://github.com/dart-lang/pub-dev/blob/master/app/lib/shared/redis_cache.dart#L351
Lets' add an option to `RedisCacheProvider` that enables users to con…
-
If the list of strings passed as the first argument to the `subscribe` method contains more than 1 string, the following exception is raised:
```
RedisClientException: Received data without expecting…