Roman Bukin

Results 19 comments of Roman Bukin

@azydevelopment Pure SPA's are dead now https://webkit.org/blog/10218/full-third-party-cookie-blocking-and-more I think you should build BFF application and use Cookies instead issuing tokens via front-channel communication (check Developer Guidance, Option 1 at link)....

It helps to move reflection operations from run-time to configure time.

@Kieun I apologize if my description of the problem was not precise enough. As you correctly pointed out - `KeyDescription` can simultaneously have both `teeEnforced` and `softwareEnforced`. The question lies...

@Kieun You have provided good clarifications. It has become clear to me. It would be helpful to add a small Note to the specification, for the benefit of others as...

@varjolintu In the #2178, you wrapped the `response` to `PublicKeyCredential`. This led to an error when calling the `getAuthenticatorData()` function in KeePassXC version 2.7.8. This happens because at the time...

> Isn't Uuid.NewTimeBased more of a COMB GUID? The short answer is - maybe. The long answer - things are a bit more complex. Initially, this package was developed to...

In Microsoft SQL Server, the situation is different. Its driver for uuid uses the `uniqueidentifier` data type, just like Npgsql, it's designed to be used specifically with `System.Guid`. It takes...

That's exactly why the method is named as it is - `NewMySqlOptimized();` Because MS SQL and PostgreSQL require 1. to use System.Guid as a container 2. a specific byte order...

@dotneutron I hope I've answered your questions. May I close the issue?

@DanielLaberge @stevenmccormack The mentioned workaround is bad and shouldn't be used in production. Not only is the full path formed from a combination of `PathBase` and `Path`, but the `Path`...