Sashanoraa sashanoraa
  • Joined on 2021-10-21
sashanoraa commented on pull request Emi/PronounsToday#1 2021-10-30 17:40:28 +00:00
[web] Support runtime configuration using commandline args + config file

Import Serialize and Deserialize directly instead of qualifing.

sashanoraa suggested changes for Emi/PronounsToday#1 2021-10-30 17:40:28 +00:00
[web] Support runtime configuration using commandline args + config file

I've left comments on things I think need changing.

sashanoraa commented on pull request Emi/PronounsToday#1 2021-10-30 17:40:28 +00:00
[web] Support runtime configuration using commandline args + config file

Maybe return an error here since there server didn't actually start.

sashanoraa commented on pull request Emi/PronounsToday#1 2021-10-30 17:40:28 +00:00
[web] Support runtime configuration using commandline args + config file

This should maybe contain the serde error so we can print what was wrong in the config file.

sashanoraa pushed to scgi at Emi/PronounsToday 2021-10-27 15:27:58 +00:00
55716cd9f0 [scgi] Basic SCGI server working
sashanoraa created branch scgi in Emi/PronounsToday 2021-10-27 15:27:58 +00:00
sashanoraa pushed to main at Emi/PronounsToday 2021-10-27 14:08:15 +00:00
c64437a915 [web] Switch to semantic html for hiding the create link form
sashanoraa pushed to main at Emi/PronounsToday 2021-10-25 10:41:54 +00:00
6378adba7a web: Added startup message
45c6eb39bb web: Revert back to Rust 2018
af85dc7dcf web: rename crate to up dashes instead of underscores.
Compare 3 commits »
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 09:43:19 +00:00
0fa50fad47 web: Remove debug comments
b6182eb317 web: Push name in title
63e4f2b8fc lib: Make pref_strings lowercase
680bbd5b2d web: Added example sentences
5aa00e052e web: Add web page explantation message
Compare 5 commits »
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 08:58:34 +00:00
5ad04f1427 lib: fixed pn selection so you get the same one on the day
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 08:46:44 +00:00
a242260ee2 web: Better error handling
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 05:47:09 +00:00
b7311d790c web: Add name support
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 05:25:14 +00:00
82fc7fc10f Basic web app working
601f239d76 Added create_preferences method to InstanceSettings
fccbef27ee Fixed UserPreferencesV0::as_prefstring_bytes
Compare 3 commits »
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 04:02:40 +00:00
29addcaf9a Impl from_preferences
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 00:47:23 +00:00
87583fc383 Change method name of Preference to better conform to standards
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 00:44:23 +00:00
2dfa2c2f92 Add WIP web frontend
ceace8ebb4 Add editorconfig
Compare 2 commits »
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 00:43:28 +00:00
a0ce9ea8cb Add some missing doc comments
sashanoraa pushed to main at Emi/PronounsToday 2021-10-24 00:33:53 +00:00
63dd63c230 Impl select_pronouns and add parse_prefstring to InstanceSettings
71e979e023 Add the select_pronoun method to UserPreferencesV0 & impl Default for UserPreferences
a927e9010b Impl into_prefstring_bytes for UserPreferencesV0
2233cf5a15 Fix typo in user pref spec
Compare 4 commits »
sashanoraa pushed to main at Emi/PronounsToday 2021-10-22 04:36:17 +00:00
51d5ee9a2e user_preferences: Completed impl of Preference for UserPreferences
sashanoraa pushed to main at Emi/PronounsToday 2021-10-22 03:39:40 +00:00
ad34aa9a4c Impl Error on ParserError