-
**Description:**
API Blueprint simplifies building scalable APIs by automatically generating the API structure using industry best practices. It supports both REST and GraphQL, eliminating manual wor…
-
### Is your feature request related to a problem? Please describe.
Not creating directories can result in security issues, so oftentimes directories need to be created and this creates a lot of boi…
-
Have some templates available
- original style
- other common ones
- config file access for custom ones?
- dummy files boilerplate code, etc?
-
Got the following error while running the eslint:
I runned the the command in both local and GitHub codespace and got the same error
```
@(username)➜ /workspaces/awesome-nest-boilerplate (main) $ y…
-
# What it does
Finds patterns that reimplement `Option::unwrap_or` or `Result::unwrap_or`.
# Why is this bad?
Concise code helps focusing on behavior instead of boilerplate.
# Example
`…
-
I just noticed that when adding properties with primitive types (`boolean`, `int`, etc.) to a class, they don't get marked as required, although they will definitely always have a value.
I notice thi…
-
Currently when a new notebook is added, one needs to either create a new test_x.py file that replicates a lot of the code in tests/test_notebooks.py, or add a new set of functions in test_notebooks (t…
-
I ran into an interesting issue using the logging the repo has enabled using `pino` & `@logtail/pino` packages in `src/libs/Logger.ts`.
I started seeing the following error
`NextJS pino Error: Can…
-
**Problem:**
`anchor init anchor-counter --template multiple` has an OS error on Arch Linux.
However, the project is created despite the error. The error occurs every time the command is run.
…
-
Currently our RLP code is a mess. There're the following disparate libraries & approaches:
- rlpgen inhereted from geth (see #11116)
- low-level functions in `rlp`
- low-level functions in `erigo…