Ben Sampica

Results 8 comments of Ben Sampica

No worries! Thanks for the feedback. I’m by no means a CSV/parser expert so I apologize in advance if this is a hot take. So at least for our use...

@waf I'm looking for this exact thing and am very interested.

+1 on this. I use TestContainers for local development as well as testing because it's just too darn easy. This feature would prevent me from doing something I'm having to...

Ran into this as well. Please fix the docs!

If you're using `bUnit` you can use component stubbing alongside something like `Moq` or `NSubstitute` https://bunit.dev/docs/providing-input/substituting-components.html

Is there any traction here? Would love to use `DateOnly` and `TimeOnly`

Can confirm this as well. Seeing it with the bicep invocation of this API ``` resource authSettings 'config@2021-03-01' = { name: 'authsettingsV2' properties: { globalValidation: { requireAuthentication: true unauthenticatedClientAction: 'RedirectToLoginPage'...

Could you share the initialization you have currently setup that is working in 1.9.11 (and not in 2.x) that will initialize these inputs after they are swapped in? It may...