-
Install and configure a testing framework such as Jest or React Testing Library for the Next.js project.
Acceptance Criteria: The testing framework is installed and configured successfully, with a sa…
-
## Setup
### Gather resources
1. Clone repository
`git clone https://github.com/ggerganov/whisper.cpp.git`
`cd whisper.app`
2. Download model
`sh ./models/download-ggml-model.sh medium…
-
Just following the instructions.
```
mox@webserver:~ $ ./mox quickstart -existing-webserver admin@****.com
Checking if DNS resolvers are DNSSEC-verifying...
checking dnssec support in resolver: …
-
For devs to jump in I think we should define a basic development environment. That would include:
- [ ] Linting and Prettier configuration (VSCode)
- [ ] Editorconfig file (VSCode)
- [ ] Composer…
-
I am getting an error on
mongoose
.connect(process.env.MONGO_URL, {
useNewUrlParser: true,
useUnifiedTopology: true,
})
DeprecationWarning: current URL string parser is deprecated, a…
-
Initialize the project environment.
-
The readme reports the very reasonable instruction:
`Go into the repository (the folder with the setup.py file) and install`
However, at the moment I do not see any such file anywhere in the reposit…
-
Have you considered adding a CLI setup process, similar to how the T3 Stack does it? I'm a big fan of this project but find a lot of the features aren't relevant to me, especially as some require thir…
-
I am following the setup instructions and I am seeing a couple issues.
1. With `make checkout`, I see the following:
```
=====================================
git clone -j 6 --single-branch --re…
-
Create a Github Actions workflow that:
- Pulls the repository
- Validates code with `tsc`
- Lints source with `eslint`
- Runs both on PRs and main
- Publish docs to github pages ( only on main …