-
@ValuedMammal We've had a lot of back and forth on this PR: #103, mostly because I only ran `cargo test` and missed tests in the matrix, was wondering if you what you think about adding a justfile so …
-
# Description
We need to switch to UV for python, which will improve build times and venv creation times and swap Makefile out with a Justfile for simplicity.
**Related Issue(s)**
-
Install with:
```
cargo install just
```
Basic outline:
```just
# Get help
help:
just -l
# Recipe `do` help text
do:
@echo "do"
# Do not...
do-not: do
@echo "or do not"
…
-
**Describe the bug**
The just formatter always updates the timestamp of the file regardless of whether the file is changed or not.
```
DEBU formatter | just: executing: /nix/store/0irlcqx2n3qm6…
-
Our [Heroku Setup Guide](https://www.notion.so/thinknimble/Deploying-to-Heroku-bbbe9a586a804f95af61aa631855e240) has two shell scripts that would be a great addition to tn-cli OR to the bootstrapper i…
-
Using `just` master and `bash` shell, in a folder with
```
$ ls
justfile 'justfile (1)'
```
Trying to autocomplete `just -f ` offers choices `justfile` and `(1)`. It won't autocomplete `justfi…
-
Would be make it really easy to navigate through a Justfile instead of cmd+f
-
Would be nice to have a spellcheck linter of some type as a recipe in the justfile. ~And maybe an automatic one in VSCode?~ *(already implemented with cSpell)*
-
The Just file is a little bit cluttered. For example we use once `web-build` and once `build-android`. This needs to be refactored.
## 🤔 Expected Behavior
## 😯 Current Behavior
##…
-
From [this discord conversation.](https://discord.com/channels/695580069837406228/695580069837406231/1300919273270673518)
I have a bunch of related tasks:
```
db-generate-migration
db-…