Vectornaut
  • Joined on 2019-09-28
Vectornaut opened issue StudioInfinity/dyna3#130 2025-11-07 10:37:27 +00:00
Properly implement Ueda and Yamashita's regularized Newton method
Vectornaut commented on pull request StudioInfinity/dyna3#129 2025-10-14 06:37:46 +00:00
chore: Remove trailing whitespace

Do you want me to make that change [to the Forgejo actions] as part of this PR?

Yes. I just confirmed that the reformatted YAML files work when I run CI locally, and I'd rather do the…

Vectornaut commented on pull request StudioInfinity/dyna3#129 2025-10-14 01:00:58 +00:00
chore: Remove trailing whitespace

Do you know whether we can also apply this style to the YAML files that specify our Forgejo actions? If you're not sure, I can try it out later by [running continuous integration locally](https://c

Vectornaut commented on pull request StudioInfinity/dyna3#129 2025-10-14 00:59:39 +00:00
chore: Remove trailing whitespace

I've done the following checks:

  • Skimmed through all the file diffs to confirm that the pull request only makes the intended changes of de-indenting blank lines and adding final carriage…
Vectornaut commented on pull request StudioInfinity/dyna3#126 2025-10-13 23:05:38 +00:00
noTrailingWhitespace

My Files changed tab still seems to be showing a diff with pull request #117 (commit 978f70a), even though pull request #118 (commit 2c8c09d) has now been merged. Any idea how to correct that?

Vectornaut pushed to main at Vectornaut/dyna3 2025-10-13 22:54:24 +00:00
2c8c09d20d feat: Point coordinate regulators (#118)
Vectornaut pushed to main at StudioInfinity/dyna3 2025-10-13 22:52:04 +00:00
2c8c09d20d feat: Point coordinate regulators (#118)
Vectornaut merged pull request StudioInfinity/dyna3#118 2025-10-13 22:52:03 +00:00
feat: Point coordinate regulators
Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-13 22:47:58 +00:00
feat: Point coordinate regulators

I like the way you've added explicit verbs to these bullet points!

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-13 22:47:58 +00:00
feat: Point coordinate regulators

Flagging the inconsistent bracket formatting for later. Right now, this would be formatted as { index, value } elsewhere, but during review we discussed potentially changing this convention in the future.

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-13 22:47:58 +00:00
feat: Point coordinate regulators

When I originally wrote this test, it bothered me that the identifiers sphere0 and sphere1 were assigned but never tested. The new, more informative indexing error message makes them part of the test, which is very satisfying.

Vectornaut approved StudioInfinity/dyna3#118 2025-10-13 22:47:58 +00:00
feat: Point coordinate regulators

This looks ready to go! Excited to have these new regulators available.

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-11 02:28:09 +00:00
feat: Point coordinate regulators

Whoops, this was meant to be an additional request for changes, not an approval.

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-11 02:24:31 +00:00
feat: Point coordinate regulators

Very minor: the rest of the list is formatted as one sentence per list item, with no final period. It would be nice to keep that consistent.

Vectornaut approved StudioInfinity/dyna3#118 2025-10-11 02:24:31 +00:00
feat: Point coordinate regulators

Noticed one last minor formatting inconsistency.

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-11 02:16:46 +00:00
feat: Point coordinate regulators

Flagging this as a potential mistake because it adds a new change to the pull request, rather than reverting one of the changes in commit c0e6ebf, and I don't see an obvious reason for this pull request to touch it. Could you confirm that this change was deliberate if it was, and revert it if it wasn't?

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-11 02:16:46 +00:00
feat: Point coordinate regulators

I'd indent this line by two tabs to match the convention you've used for other multi-line expressions. This won't affect the string, because the string continuation escape absorbs all subsequent whitespace, resuming the string at the next non-whitespace character.

Vectornaut suggested changes for StudioInfinity/dyna3#118 2025-10-11 02:16:46 +00:00
feat: Point coordinate regulators

Okay, this looks mostly finished to me! I just have one question and one small request involving the reformatting in commit 50c51ca.

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-11 02:12:05 +00:00
feat: Point coordinate regulators

So I'd like to just stick with 80, thanks.

Sounds good!

In the meantime, I would be perfectly happy to do either or both of the following two things, but they might each be a bridge too…

Vectornaut commented on pull request StudioInfinity/dyna3#118 2025-10-10 23:35:30 +00:00
feat: Point coordinate regulators

Ok will move message helper up a bit and comment it. As far as the name, I would like to avoid undue verbosity for a private local helper, I will see if I can sharpen it a bit without lengthening…