DivisionByZero

Results 208 comments of DivisionByZero
trafficstars

This PR is really outdated. I guess its easier to close this and then recreate it on the current main branch. @pkuczynski Are you ok with this? Do you want...

What options could be provided for this method? I was thinking about: ## format Type: `'basic' | 'DUNS+4'` Default: `'basic'` Description: Defines the results format. Description for `'basic'`: A basic...

I'm not sure how to implement this as well. Just want to leave this here so we can potentially discuss this. Or someone magically wants to provide a solution to...

I'm working on it. Would this be an opt-in, like make a comment in a PR something like a discord bot. Example: ```bash # this would comment on the PR...

The update part might be possible, but I never worked with GitHub actions so I'm not sure what I'm doing. I will go the easy way for now and post...

I have no problem with the name (maybe casing `ID` vs `Id`). But I'm not sure about the module. I didn't understood how this relates to any file system stuff....

We wait with this until all functions are located in their separate file. Example: - src - [...] - modules - address - city.ts - city.spec.ts - street.ts - street.spec.ts...

Would like to have some information if a test or pipeline would be the appropriate solution

> I would put it in a test. One test per module or one "big" test? I would prefer the second option but would like to hear your opinion. >...

> How would I write tests for this? I was planning on using Vitest's toContain method, but according to the Vitest docs, toContain only accepts a string parameter, and I...