Dan Anglin dananglin · he/him
dananglin commented on pull request apollo/enbas#25 2024-06-17 03:19:24 +01:00
fix: add a new internal printer

How are we dealing with errors with the new printer?

dananglin commented on pull request apollo/enbas#25 2024-06-17 03:16:50 +01:00
fix: add a new internal printer

Don't forget to check REUSE compliance with reuse lint.

dananglin commented on pull request apollo/enbas#25 2024-06-17 03:09:10 +01:00
fix: add a new internal printer
+	a.printer.PrintSuccess("Successfully added a " + a.resourceType + " to the status.\n")

Remove new line char.

dananglin commented on pull request apollo/enbas#25 2024-06-17 03:06:33 +01:00
fix: add a new internal printer

Add a top level flag for max terminal width and add a min width set to 40.

dananglin created pull request apollo/enbas#25 2024-06-17 03:01:49 +01:00
fix: add a new internal printer
dananglin pushed to the-internal-printer at apollo/enbas 2024-06-17 02:34:51 +01:00
a7ad37c559 the printer is complete
dananglin pushed to the-internal-printer at apollo/enbas 2024-06-17 02:00:31 +01:00
1180de5114 checkpoint: printer now posts instance info
02e96bd528 checkpoint: printer prints full poll info
Compare 2 commits »
dananglin pushed to the-internal-printer at apollo/enbas 2024-06-17 00:28:30 +01:00
09cd13a2f7 checkpoint: printer now prints statuses and status lists
d842233c98 checkpoint: printer prints accounts, account list and account relationships
947b1b8c46 checkpoint: created the printer and began refactoring and redesigning
f73f1f5872 fix: check following before adding to list
Compare 4 commits »
dananglin pushed to main at apollo/enbas 2024-06-16 20:30:53 +01:00
f73f1f5872 fix: check following before adding to list
dananglin created branch the-internal-printer in apollo/enbas 2024-06-16 20:17:31 +01:00
dananglin pushed to the-internal-printer at apollo/enbas 2024-06-16 20:17:31 +01:00
fcc08c1eb4 checkpoint: created the printer and began refactoring and redesigning
dananglin pushed to main at apollo/enbas 2024-06-16 14:16:20 +01:00
eb2d9f44f6 chore: add copyright header
dananglin merged pull request apollo/enbas#24 2024-06-15 18:45:08 +01:00
feat: add support for polls
dananglin pushed to main at apollo/enbas 2024-06-15 18:45:06 +01:00
792a93d736 feat: add support for polls
dananglin pushed to poll-support at apollo/enbas 2024-06-15 18:42:15 +01:00
792a93d736 feat: add support for polls
dananglin pushed to poll-support at apollo/enbas 2024-06-15 18:34:57 +01:00
82ec029a89 update variable names
dananglin commented on pull request apollo/enbas#24 2024-06-15 03:29:44 +01:00
feat: add support for polls
+	pollHideVoteCounts       bool

pollHidesVoteCounts

dananglin commented on pull request apollo/enbas#24 2024-06-15 03:28:48 +01:00
feat: add support for polls
+	pollAllowMultipleChoices bool

pollAllowsMultipleChoices

dananglin pushed to poll-support at apollo/enbas 2024-06-15 01:57:31 +01:00
f66e34cd49 add support for creating a status with a poll
dananglin created pull request apollo/enbas#24 2024-06-14 09:22:26 +01:00
WIP: add support for polls