talexander
  • Joined on 2023-07-05
talexander created branch reduce_context_usage_in_exit_matchers in talexander/organic 2023-08-28 07:52:58 +00:00
talexander pushed to reduce_context_usage_in_exit_matchers at talexander/organic 2023-08-28 07:52:58 +00:00
288350daef Iterate over the bytes instead of characters when counting brackets.
c683516620 Switch inline source blocks to using bracket depth from OrgSource instead of from the context.
e731e8ff6b Switch inline babel call to using bracket depth from OrgSource instead of from the context.
4c2037ec44 Switch subscript and superscript to using bracket depth from OrgSource instead of from the context.
a46b358549 Switch citations to using bracket depth from OrgSource instead of from the context.
Compare 10 commits »
talexander pushed to main at talexander/organic 2023-08-28 07:52:46 +00:00
talexander pushed to main at talexander/organic 2023-08-28 07:19:52 +00:00
eaa217f442 Iterate over the bytes instead of characters when counting brackets.
talexander pushed to main at talexander/organic 2023-08-28 07:06:34 +00:00
6212eea194 Merge branch 'reduce_context_usage_in_exit_matchers'
c683516620 Switch inline source blocks to using bracket depth from OrgSource instead of from the context.
e731e8ff6b Switch inline babel call to using bracket depth from OrgSource instead of from the context.
4c2037ec44 Switch subscript and superscript to using bracket depth from OrgSource instead of from the context.
a46b358549 Switch citations to using bracket depth from OrgSource instead of from the context.
Compare 11 commits »
talexander pushed to main at talexander/organic 2023-08-28 05:19:02 +00:00
b35d785e73 Fix tracing in the run_docker_compare.bash script.
talexander pushed to main at talexander/organic 2023-08-28 05:05:28 +00:00
b6b869df25 Minor improvement to error message in diff.
talexander pushed to main at talexander/organic 2023-08-28 04:24:49 +00:00
18a396b7cb Remove deprecated tests.
talexander pushed to main at talexander/organic 2023-08-28 03:25:41 +00:00
talexander pushed to main at talexander/organic 2023-08-28 02:46:19 +00:00
b0406b0667 Switch greater blocks to using name provided when building exit matcher instead of from context.
talexander pushed to main at talexander/organic 2023-08-28 02:42:09 +00:00
085490476e Fix make dockertest.
talexander pushed to main at talexander/organic 2023-08-28 02:15:29 +00:00
9c9964c66f Add lt and gt entities.
talexander pushed to master at talexander/homepage 2023-08-28 01:34:42 +00:00
2781f8f726 Disable quirks mode for html.
talexander pushed to main at talexander/organic 2023-08-28 01:03:23 +00:00
1a3e26c148 Update plain list greater block exit matcher priority test to match blog post.
talexander deleted branch clean_up_docker from talexander/organic 2023-08-27 22:04:09 +00:00
talexander pushed to main at talexander/organic 2023-08-27 22:03:59 +00:00
e9e6a8ff64 Merge branch 'clean_up_docker'
b124317f30 Fix up scripts to handle the changes to the docker containers.
ad389f0776 Remove volumes in the clean step.
75dfc7f812 Depend on build when using the docker images.
c17de8ef5e Set up the same mounts when running make shell.
Compare 6 commits »
talexander pushed to clean_up_docker at talexander/organic 2023-08-27 21:54:31 +00:00
ad389f0776 Remove volumes in the clean step.
75dfc7f812 Depend on build when using the docker images.
c17de8ef5e Set up the same mounts when running make shell.
378b6bb391 Update the run targets for the Makefiles for the docker containers.
Compare 4 commits »
talexander created branch clean_up_docker in talexander/organic 2023-08-27 21:54:31 +00:00
talexander pushed to main at talexander/organic 2023-08-27 21:03:58 +00:00
cc86591a6c Support the debug/dev profile in the perf script.
talexander pushed to main at talexander/organic 2023-08-27 20:57:13 +00:00
f25dbc1d7c Add a script for testing organic parse times.