Ville Lahdenvuo
Ville Lahdenvuo
For some reason the live reload script is not added in 2.1.8 even though I supply --live (using the default index.html). After I did `npm install -g [email protected]` it started...
### Describe the bug When trying to detect license for https://github.com/Qix-/color-convert See https://github.com/licensee/licensee/issues/534#issuecomment-1054406924 ### Steps to reproduce the behavior licensee detect node_modules/color-convert ``` License: NOASSERTION Matched files: LICENSE, README.md, package.json...
It's very common pattern to want to append a string only if it's not empty, so I made a helper to do that: ```ts function isEmptyValue(value: unknown): boolean { return...
**Describe the bug** I haven't changed my assertions and I haven't made any drastic changes to our code and suddenly I get many assertion failures in my tests even though...
It seems to be unused, if not move to dev deps.
**Description of the issue** ESLint has a great rule https://typescript-eslint.io/rules/consistent-type-imports/ but it doesn't work with Angular as it doesn't detect the DI pattern of Angular and flags classes as being...
**Describe the bug** It was working fine, but suddenly I got an error saying: `CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1` **To Reproduce** Steps to reproduce the...
Would be cool if you could filter videos. Like if I want to listen to `r/kpop` and only get music videos, I would search for `MV` or `Live` for live...
It would be nice to be able to set some global defaults, for example the default duration is way too long for my taste and I would not like to...
The code just ignores the GraphQL response errors and returns the data (which will be null): https://github.com/aws-amplify/amplify-codegen/blob/8c78e9737af95febf1f4dfe83077068d8497744b/packages/graphql-types-generator/src/angular/index.ts#L225 So using this library there is no way to access the errors array.