Ben Longo

Results 26 comments of Ben Longo

Turns out this was caused by a combination of my mistakes - I don't believe there is actually a bug in EF Core. I was running `RestrictAllCascadingDeletes` _before_ I executed...

Example of a concrete use case: We have a table with an integer column that provides a total order. I don't believe it is currently possible to swap the order...

Hi @hslatman, thanks for your response. I believe I have misinterpreted the contents of #1545 which to me seemed to suggest that a critical component was missing to implement `device-attest-01`...

@tashian I'm interpreting your message as an indication that smallstep does _not_ plan on making the TPM2 attestation workflows available in their open source packages. This seems to be contrary...

@tashian thanks for the response - I do understand the difficulty in defining the boundaries both in broader scope, and where to split the line between commercial and open source....

Perhaps the docs should clarify that `nodeDependencies = (pkgs.callPackage ./default.nix {}).shell.nodeDependencies;` doesn't work when you use `node-packages.json` (I'm not really even sure that's true though).