Eugene Bekker

Results 22 issues of Eugene Bekker

I would like to request the ability to set the timeout for RADIUS authentication requests. Currently it looks like it's hard-coded to 10 seconds before aborting. In some scenarios it...

feature

I've implemented a custom MessagePackSerializer, and when trying to deserialize my type from the byte stream, which is expected to be a Map, I get an exception. At the point...

Would there be any value in crafting a domain-specific language to define layouts? Using a DSL you could separate the layout, child nesting, and default argument/property/handler assignments more naturally, and...

enhancement

I'm proposing that the [CloudFormationV1.schema](http://vstoolkit.amazonwebservices.com/CloudFormationSchema/CloudFormationV1.schema) file be moved over to GitHub under a project, either existing or new, under the [AWS org](https://github.com/aws) so that it can benefit from community review...

feature-request
cloud-formation
wont-fix

This PR is still a work-in-progress, and starting point for discussion. I'm using the basic plumbing and infrastructure in EFG to build a C#9-based Source Generator. It functions very similarly...

Any interest in adding support for "building up of arrays"? What I mean by this is, a normal JSON array could be defined as follows: ```json { "someArray": [ "foo",...

The `Options` class allows a caller to register several event handlers (`EventHandler`) to delegate various stages of authentication during connection establishment, via methods such as `SetUserCredentials(...)` or `SetNKey(...)`. All of...

Wonder if there is any interest in being able to write a literal ustring that may contain embedded non-UTF16 friendly bytes? I was thinking that if you provide a parser...

I propose developing a component that will map to the Cryptographic functions found in browsers. The [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/#dfn-Crypto) is exposed through the [`Crypto.subtle`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle) property and enjoys a good bit...

feature-request

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** AWS has supported [object-level tagging](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html) for a few years now. It would be nice...

s3
feature