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
- Host: GitHub
- URL: https://github.com/akgondber/stumbled-upon
- Owner: akgondber
- Created: 2023-05-14T23:07:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T23:25:45.000Z (about 2 years ago)
- Last Synced: 2025-01-05T23:43:01.226Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)