An open API service indexing awesome lists of open source software.

https://github.com/akgondber/stumbled-upon

Issues or questions I had stumbled upon and their possible solutions
https://github.com/akgondber/stumbled-upon

Last synced: 4 months ago
JSON representation

Issues or questions I had stumbled upon and their possible solutions

Awesome Lists containing this project

README

        

## Stumbled upon

This repository contains questions and issues I had stumbled upon when developing and its possible resolutions

### Common

[Write output of `npm run start` to a file](https://stackoverflow.com/questions/57915432/write-output-of-npm-run-start-to-a-file)

[Non-UTF-8 code starting with '\xff' when when running setup.py [duplicate]](https://stackoverflow.com/questions/62031750/non-utf-8-code-starting-with-xff-when-when-running-setup-py)

[Get encoding of a file in Windows](https://stackoverflow.com/questions/3710374/get-encoding-of-a-file-in-windows)

How to lint md files in the project? 1- [Linting Markdown Syntax - mkaz.blog](https://mkaz.blog/code/linting-markdown-syntax/); 2 - [Linting Markdown And Documentation - Earthly Blog](https://earthly.dev/blog/markdown-lint/)

### Typescript

[TypeScript getting error TS2304: cannot find name ' require'](https://stackoverflow.com/questions/31173738/typescript-getting-error-ts2304-cannot-find-name-require)

What are conditional types and how use it? 1 - [The guide to conditional types in TypeScript - LogRocket Blog](https://blog.logrocket.com/guide-conditional-types-typescript/); 2 - [Power of conditional types in Typescript - DEV Community](https://dev.to/gauravsoni119/power-of-conditional-types-in-typescript-58eb)