David Beinder
David Beinder
When generating PYI for python, enums don't have any fields and your IDE shows errors when referring to a value of an enum using `MyEnum.Foo` Example: ```protobuf syntax = "proto3";...
When verifying an assertion, the API consumer already needs to look up the stored public key corresponding to the received `CredentialId` in order to call `MakeAssertionAsync()`. - That could be...
First as a comparison: when using a YubiKey, the dialog shows "Touch your security key" until the key is touched, and then very briefly "Getting things ready" before the dialog...
I'm not 100% certain if this is a bug in AMS Reader or if I'm reading the spec wrong and it is an implementation fail of my meter ;) Meter:...
``` nvs,data,nvs,0x9000,20K, otadata,data,ota,0xe000,8K, app0,app,ota_0,0x10000,1280K, app1,app,ota_1,0x150000,1280K, spiffs,data,spiffs,0x290000,1408K, coredump,data,coredump,0x3f0000,64K, ``` With two app partitions, the LittleFS partition doesn't need to be as large as it is right now. To make space for...
Starting from Windows 10, paths can be longer than 260 chars, but apps must declare that they are able to handle it, otherwise `_tfopen` will fail for those files: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#application-manifest-updates-to-declare-long-path-capability...
I'm currently forwarding/routing all incoming mail to gmail, but this doesn't seem to count as incoming or outgoing mail in the Billing section. This flow should probably count as "externally...
The value in the 'sent GB' field doesn't affect the price: https://purelymail.com/advancedpricing
Picking up on https://github.com/kichik/nsis/pull/16 The first two commits integrate zstd compression into NSIS - Tested on MSVC 14 (Visual Studio 2022) - In my testing, zstd at level 9-19 beats...