Andrei Kononov
Andrei Kononov
## Problem `0.8.8` version added schema for `BigDecimal`, but it is incorrect, because BigDecimal serialized as string, and can be deserialized from string, number or integer. ## Details Current schema...
Hi. There is problem with deserializing and then serializing security scheme into JSON. I have a code which parse spec from YAML, then attempt to serialize it into both YAML...
**Bug description** After my laptop come back from sleep optimus-manager-qt crashes with ABRT. I checked with strace what is wrong and can't quite understand what goes wrong. One of the...
Hi. I want to ask if you have any plans to support [sparse registries](https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html). This could be especially helpful with mirroring, since crates.io index is very heavy. Or if you...
# Problem After calling [split_partition_queue](https://docs.rs/rdkafka/0.29.0/rdkafka/consumer/stream_consumer/struct.StreamConsumer.html#method.split_partition_queue) on consumer (both `StreamConsumer` and `BaseConsumer` have same problem) when this `PartitionQueue` is dropped, it is impossible to get retreive messages (maybe unless i call...
I just installed fresh Nextcloud AIO (version 27), and was unable to setup IMAP due to `User backend \OCA\UserExternal\IMAP not found` error. But `\OCA\UserExternal\FTP` seems to work (at least no...
Hi. I wanted to ask about S3 support - is it planned? I think it could be very useful in environments where it is available. For example in my current...
I am currently experiencing problems with how `yaml-pro` interacts with `delete-selection-mode`: in _most_ situation it acts as if `delete-selection-mode` is disabled, for example for this file ```yaml a: 1 b:...
# Problem Hi. I am currently experiencing some problems with some containers from `testcontainers-modules` - they are just not starting, specifically postgres and vault (current issue is NOT about these...
### Bug Description Accessing types (enums for example) derived with `sqlx::Type`, which live in schemas outside `search_path`, works inconsistently. I found 2 problems: 1. Unable to use enum with `type_name...