ralfeus
ralfeus
Hi. I'm trying to modify the plugin so it can be ran with fluentd, which runs as daemonset. I'd like to create a pull request once I make it working....
> Checklist:- > * [x] [Upgrade](https://github.com/phw198/OutlookGoogleCalendarSync/wiki/Upgrading) to the latest release (alpha if available)  > * [ ] Reproduce the issue > * [x] Complete the information below >...
Some symbols are handled incorrectly. For example: Original: “Smoking Kills.” Result: ΓÇ£Smoking Kills.ΓÇ¥ Original: lawyers’ Result: lawyersΓÇÖ
When `get(lazy=False)` or `get_or_none(lazy=False)` are run the node object is returned. However when `get(lazy=True)` is run only ID of the object is returned. I assumed `lazy=True` would still return the...
### Actual Behavior When the field is a list only its first item is validated. In fact the method `Field.process_formdata()` seems to explicitly get only first one: ```python def process_formdata(self,...
### Describe the bug When the application listens for notifications at some point the error occurs: ``` WARNING|2022-10-13 11:19:54.136240|Monitor|Heartbeat response not received within expected duration. Heartbeat was sent at 1665659990800,...
### Describe the bug Sometimes after key creation the synchronisation fails with following error: ``` I/flutter (30031): SEVERE|2022-10-11 02:54:02.704061|EncryptionUtil|Error while decrypting value: Invalid argument(s): Invalid or corrupted pad block I/flutter...
**Describe the bug** After some moment, probably after the key is expired the errors are logged every 0.15 seconds: ``` SEVERE|2022-10-06 15:22:04.682472|SyncService|exception syncing entry to local {atKey: @baboon9blue:memberinviterequest.atkrypto@81bored7, value: null,...
**Describe the bug** If I create the key that has UPPERCASE letters, they are replaced with lowercase upon storing **To Reproduce** Steps to reproduce the behavior: 1. Create and save...
**Describe the bug** While listening for `AtNotification` stream eventually sooner or later I'm getting an error: ``` Unhandled exception: Exception: Connection is invalid #0 BaseConnection.write (package:at_lookup/src/connection/base_connection.dart:46:7) #1 Monitor._scheduleHeartbeat. (package:at_client/src/manager/monitor.dart:224:35) #2...