Jonathan Curtis
Jonathan Curtis
Thanks for workaround. The type is in the public API, so it is really external. What would be the downside in exporting it?
Using the _Date instance creates a nicer API, as you would ony ever want to use that module in this case.
I don't see a downside to exporting the types (probably prefer FakerDate), it might stop someone raising the same issue. Workarounds are fine now I know them.
The faker.date API is externally facing and has a contract in terms of the functions and properties it provides. I assume these won't change without deprecation and version bump, so...
Is this issue being addressed in v2? We have the same problem. We have authentication pages (login, signup, reset password, etc) that have a completely different shell to the main...
This is kind of my point. I don't want lots of moving pieces and complexity I don't need. I also want full control over lifecycle, module creation and when/where I...
Are the docs incorrect when stating that [Specflow+Runner can run scenarios in parallel](https://docs.specflow.org/projects/specflow/en/latest/Execution/Parallel-Execution.html#parallel-scheduling-unit)? Understand this is hard, but I'm now having to decide between either single scenario per feature or...
It would be useful to have a flag with pulumi up to say import the resource(s) if it exists. The situation for this is if the stack file is missing...
> > You shouldn't have to specify the id, it should be able to find by name. > > Not all resources have names. It might be possible to fuzzy...