ST-DDT

Results 157 issues of ST-DDT

### Clear and concise description of the problem In #1181 the question came up, whether our [bitcoin generator](https://github.com/faker-js/faker/blob/15e3eed927953446d3e3aa8dcd7fca3f8472ff3e/src/modules/finance/index.ts#L213) produces valid bitcoin addresses. According to [validators.isBtcAddress](https://github.com/validatorjs/validator.js/blob/1bb14e85dd7fb8cec8a43ff586c0d869977cd684/README.md?plain=1#L104) it doesn't do so all...

good first issue
p: 1-normal
c: test
m: finance

### Clear and concise description of the problem Multiple users have reported issue caused by the docs page containing docs for the bleeding edge version rather than the current latest...

c: docs
p: 2-high
s: accepted

### Clear and concise description of the problem The changelog.md does not contain hints regarding locale updates and refactors. Especially the later are quite important as these could be considered...

c: bug
p: 2-high
s: needs decision
c: infra

### Clear and concise description of the problem https://github.com/faker-js/faker/blob/fbddaa39e830e1ac44e7821d219ca7859af79e95/src/modules/company/index.ts#L37-L41 Currently the patterns are hardcoded to match English company names. ### Suggested solution The patterns should be localized so other locales...

good first issue
p: 1-normal
s: accepted
c: refactor
c: locale
m: company

### Describe the bug `faker.commerce.price()` always returns a value with full price. => `245.00` , `842.00` It would be nice if it could also generate prices with fractional currency prices...

c: bug
p: 1-normal
s: accepted
m: commerce

### Clear and concise description of the problem Currently the methods that generate random images return only a link to a generic endpoint which then redirects to the actual image....

c: feature
m: image

https://github.com/faker-js/faker/blob/4eef328a90657ce64a5210862ad372ecd97d7e7a/src/random.ts#L106-L108 This causes issues with missing data, that then gets magically replaced with these defaults, which results in unexpected behavior. This change could be considered breaking, but IMO calling that...

p: 1-normal
s: accepted
c: refactor
m: helpers

### Clear and concise description of the problem Methods should refer to related methods to improve visibility for developers, so they can find replacement/alternative methods more easily. E.g. The developers...

c: docs
c: feature
s: on hold
p: 1-normal

This list contains all `TODO`s as of c5ac124ecafafc89bdd31a5870f325d671c7e9cf. | Done | Issue/PR | File | Reporter | Description | | - | - | - | - | --- |...

help wanted
c: chore
p: 1-normal

### Clear and concise description of the problem The passwords generated by internet.password() are not really secure. ### Suggested solution It would be nice if there would be various generation...

c: feature
p: 1-normal
s: accepted
m: internet