• Joined on 2023年06月07日
sleeves closed issue machi/machi#21 2026年04月09日 14:24:12 +02:00
Configurable spawn location for split mode
sleeves commented on issue machi/machi#21 2026年04月09日 14:24:12 +02:00
Configurable spawn location for split mode

It's perfect. Thanks :-]

sleeves commented on issue machi/machi#21 2026年03月26日 23:01:00 +01:00
Configurable spawn location for split mode

Yes, exactly.

sleeves opened issue machi/machi#21 2026年03月26日 17:31:39 +01:00
Configurable spawn location for split mode
sleeves pushed to main at sleeves/Wax 2025年08月19日 18:47:33 +02:00
277bb0d6fd Convert color codes to string for printing
sleeves pushed to main at sleeves/Wax 2025年07月13日 00:06:11 +02:00
45c4100a83 TUI module
af28c94257 Add 256 color support; add default color
9c737cbec9 Reformat types
Compare 3 commits »
sleeves pushed to main at sleeves/Wax 2025年07月12日 22:39:32 +02:00
b974e915ad Document everything
537652b4cb Use ex_doc
Compare 2 commits »
sleeves pushed to main at sleeves/Wax 2025年07月12日 19:45:12 +02:00
c003a3172e Update README
a470f68e73 Initial commit
sleeves created branch main in sleeves/Wax 2025年07月12日 19:45:11 +02:00
sleeves created repository sleeves/Wax 2025年07月12日 19:44:52 +02:00
sleeves pushed to main at octatonic/entonic 2025年05月27日 04:57:11 +02:00
9350fa4544 Add error handling to downloads; don't handle bad args (#9)
sleeves pushed to main at octatonic/entonic 2025年05月26日 20:40:30 +02:00
817f975091 Basic downloading draft (#9)
c693b4fcca Note API differences in Entonic.Database moduledoc
22b94e4a46 Housekeeping
Compare 3 commits »
sleeves pushed to main at octatonic/entonic 2025年05月25日 21:24:35 +02:00
cd3c2156ea Use Ent prefix for aliases
f8e8528f0f Fix database queries, sanitize/encode values for URL construction
Compare 2 commits »
sleeves pushed to main at octatonic/entonic 2025年05月25日 03:27:15 +02:00
919255bde4 Improve documentation for Entonic.Version.Branch.compare/2
620397026f Improve documentation for Entonic.Version.compare/2
97c5c4bf7a Remove nil from modinfo sub-types
5e662eabb1 Add examples to Entonic.Modinfo.compare_in_filter/2 documentation
5c77ab7ed7 Simplify Entonic.Files.mod_filename/2 documentation
Compare 7 commits »
sleeves pushed to main at octatonic/entonic 2025年05月25日 02:54:36 +02:00
c6265c4436 Add basic database query function
4119138812 Hide Entonic.Database.URL, move interface to Entonic.Database; improve related documentation (#6)
Compare 2 commits »
sleeves closed issue octatonic/entonic#6 2025年05月25日 02:54:35 +02:00
Query ModDB API
sleeves opened issue octatonic/entonic#10 2025年05月25日 01:14:40 +02:00
Convert mod config files to and from their respective formats for pack format
sleeves pushed to main at octatonic/entonic 2025年05月23日 03:15:59 +02:00
eb8576f881 Fix source code linking for exdoc
sleeves pushed to main at octatonic/entonic 2025年05月23日 03:07:29 +02:00
9226173fb9 Fix search URL construction for tagids; added test module for database URL construction (#6)
1eb14a4a0a Database query URL helpers (#6)
Compare 2 commits »
sleeves commented on issue octatonic/entonic#3 2025年05月23日 02:06:08 +02:00
Intelligent version comparison

NOTE: This functionality should be restricted to lists representing potential versions to prevent update locks. For example, if mod x were installed locally with version 0.5.0 and the latest...