-
Personally I would restructure the repository to something like this:
```console
$ tree -a
.
├── ansible
│ ├── files
│ │ └── gitlab-ce.repo
│ ├── install_gitlab.yml
│ └── inventory…
-
Try to identify how to make the file structure/route clean and maintainable as possible both for backend and frontend. Add comments to your code if you haven't yet.
-
## Description:
Our frontend file structure might need some reorganization to reflect the application expanding. This is motivated by the `components` and `designSystem` modules living in the `query`…
-
Hey Sbu, this project seems to be left unmantained anymore but I believe it still has not only room for minor improvements but also clarity.
1. **Documentation** - Right now we have a repo filled w…
-
Here’s a **single-line command** to find all `.md` files and rename them based on their parent directory names:
```bash
find . -type f -name "*.md" -exec bash -c 'mv "$0" "$(dirname "$0")/$(basena…
-
Hi, I run `bash fetchData.sh start_date=0d0 end_date=1d1` to download the files. And I extract `CallGraph/CallGraph_0.tar.gz` to get `CallGraph_0.csv`.
I use csvq to parse the csv, then I got `par…
-
Once the project has more files (probably close to when the demo is ready) investigate restructuring the repo to improve organization.
-
### Describe the problem
Hi all, I'm working on a project to evaluate LLM performance using Minecraft. While trying to export the saved structure, no matter how hard I try, I cannot seem to find th…
-
Improve the file structure of the repo
@jvedsaqib
-
### What do you need?
Our root folder has too many files, and we’d like to restructure it as follows:
```
.
├── .github # GitHub CI workflows
├── go/ # All Go source code
├…