30 Mar 2025 |
K900 | The other is what I just described, often called the "stacked" workflow | 09:55:17 |
K900 | The built-in git tool for doing all of this would be git rebase | 09:55:44 |
K900 | But it's a pretty sharp tool that is easy to hold wrong | 09:55:59 |
K900 | You might want to use something like https://git-ps.sh/ | 09:57:07 |
continous | What exactly is...rebasing? I know I'm taking up your time so don't feel pressured to answer right away. | 09:58:03 |
K900 | Or maybe https://git-revise.readthedocs.io/en/latest/ | 09:58:08 |
continous | Revise git seems more like what I might want to do... | 09:58:30 |
K900 | "Rebasing" is basically just taking your changes and applying them on top of a different commit | 09:58:44 |
K900 | So you're moving them to a new base, so to say | 09:58:49 |
K900 | But git rebase actually does a lot more than just rebase | 09:58:56 |
K900 | It can also combine and edit commits | 09:59:25 |
K900 | Though the UX for that is ... not very good | 09:59:40 |
continous | I'll try git-ps | 10:00:38 |
continous | Also I just noticed I forgot to update the git and license stuff too lol | 10:01:00 |
continous | Anyways I'll need to shelf it for a short bit and finish my work. | 10:02:13 |
continous | When using SRI instead, should I use sri = instead of sha256 = ? | 10:37:00 |
Lucy | just use hash? | 10:39:58 |
continous | I didn't know that was an option, thanks ^-^ | 10:40:19 |
Lucy | i think that this will become more the standard | 10:40:45 |
continous | That I think makes it more intuitive. From my perspective at least. | 10:41:09 |
continous | I think I've resolved all the issues on my PR. | 13:10:49 |
K900 | In reply to @continous:matrix.org I think I've resolved all the issues on my PR. CI is red | 13:11:36 |
K900 | (and for good reason) | 13:11:47 |
continous | Did I forget a ; lol | 13:21:24 |
K900 | I would highly recommend getting your text editor set up with syntax highlighting | 13:25:03 |
K900 | So you can catch these things before you push | 13:25:09 |
K900 | Also, you can try building it locally first | 13:25:50 |
K900 | With something like nix-build -A python312Packages.decora-wifi | 13:25:59 |
continous | I just didn't notice, which is my bad. I missed a whole bracket end | 13:26:47 |
| dustee joined the room. | 22:07:41 |