talexander
  • Joined on 2023-07-05
talexander pushed to master at talexander/machine_setup 2023-08-21 02:37:33 +00:00
221e91a56a Merge branch 'usb_autosuspend'
e1e95fa205 Only need the autosuspend rule.
be5a5018c0 Working udev rules.
fcf32657c3 Disable usb autosuspend for keyboard and mouse.
Compare 4 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-08-20 20:26:06 +00:00
cfc9153c28 Handle nodes that do not have a contents begin like fixed width areas.
talexander deleted branch master from talexander/organic 2023-08-20 20:10:30 +00:00
talexander pushed to main at talexander/organic 2023-08-20 20:09:40 +00:00
talexander created branch main in talexander/organic 2023-08-20 20:09:40 +00:00
talexander pushed to master at talexander/organic 2023-08-20 20:03:48 +00:00
8162f03051 Put all trailing whitespace ownership test cases into the automated tests.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-20 19:56:04 +00:00
13a73efdcf Handle line numbers properly when selected node does not end in a line break.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-20 19:47:47 +00:00
235f2b8c7c Handle line numbers properly when selected node does not end in a line break.
talexander pushed to master at talexander/organic 2023-08-19 06:51:14 +00:00
d8c3285e3c Add --init flag to docker run.
5db6cd617e Improve test cases for plain list ownership.
4cd3697fb0 Update org-mode version in dockerfile.
Compare 3 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-08-19 05:10:51 +00:00
cba1d1e988 Add notes from plain list ownership investigation.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-19 03:33:59 +00:00
e8a89dfeca Remove log statement.
367dfaa146 Update org-mode version.
c4762510f4 Handle unicode.
Compare 3 commits »
talexander pushed to emacs29 at talexander/machine_setup 2023-08-19 03:18:19 +00:00
c608c3bccc Spelling mistake.
0eab67f4fa Use the typescript language server for javascript.
Compare 2 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-08-19 03:17:36 +00:00
48354b41b5 Handle unicode.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-19 02:33:49 +00:00
372542d914 Add a print to announce the server is running.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-19 02:26:50 +00:00
0d6621d389 Add docker.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-19 01:35:44 +00:00
e96c39e3e0 Add a README.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-19 01:23:00 +00:00
9032b00e1b Fix handling of plain text.
acdc8b8993 Highlighting characters.
676dffa15f Rendering ast tree.
ab836f2794 Switch to returning the whole tree from rust instead of just the lists.
0ee33949e9 Beginning of rendering the ast list.
Compare 5 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-08-18 21:40:57 +00:00
27a2bea705 Split the output so I can have a tree.
4fb203c1db Putting in new-line characters in the empty lines has fixed copy+paste and made the min-height css unnecessary.
51b4eed034 Beginning the render the parsed content.
c3be0f249d Minor style improvements.
13fab742e5 Add a sample output code block.
Compare 8 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-08-17 09:19:02 +00:00
91e9645c37 Recursing through the ast to find the lists.
4b9e84375e Starting to iterate through the token tree.
371d74e691 Import s-expression parser from organic.
40bf188c5a Starting the owner tree module.
65aba3c993 Convert emacs wrapper to tokio's Command.
Compare 7 commits »
talexander pushed to main at talexander/org_ownership_investigation 2023-08-17 06:56:08 +00:00
cfa6e7e5ba Add axum, nom, and tokio.