Maxim Khitrov
Maxim Khitrov
### Description Seeing very slow performance when copying a single large file over to a vault via Google Drive File Stream (GDFS). * Copying to a local vault: 270 MB/s...
When using `stdtime=true` and `nullable=false` for `google.protobuf.Timestamp`, the zero value `time.Time` ends up being marshaled with the seconds field set to -62135596800. This happens because Go's `time.Time` zero value is...
Running usbdk 1.0.22 on Windows 11 21H2 with libusb 1.0.26. When attempting to open a Bluetooth USB device that is enabled and has OS power management enabled ("Allow the computer...
The management interface provides a "Set Appearance Command" for setting LE device appearance. When bluetoothd configures the GATT server, it ignores this value and uses BR/EDR Class of Device instead....
bluetoothd erroneously assumes that it is the only client using the management interface. I was trying to configure an LE advertisement via the management interface and perform the bonding procedure,...
I run dnsmasq as my DHCP server and it's configured to provide static leases to known MAC addresses. I don't want it handing out leases to unknown clients. Each Transfer...
Background: https://github.com/kopia/kopia/pull/3543#issuecomment-1932231949 From what I can tell, everything is currently stable with the fixes in #3625 and #3629. Is that correct? If so, I would propose restoring `when-available` global policy...
I know that WinUSB is not capable of performing a full device reset, but I'm less clear about libusbK. As far as I can tell, it does support resetting a...
It's currently not possible to use `name_of_type!(Self)` to get the actual type name. If there is a way to support this, that would be great, but until then, it would...
[OpenAPI Guide](https://swagger.io/docs/specification/data-models/data-types/#free-form) states that `additionalProperties: true` is the default when a schema consists of just `type: object`, but the generated code ends up with a `struct{}` type unless `additionalProperties: true`...