From Noelle Leigh to ~sircmpwn/sr.ht-discuss
On Tue, Aug 16, 2022, at 1:11 PM, Haowen Liu wrote: > Yay! Exactly what I'm looking for! Thank you! I was the one who updated that schema[0], so I'm glad it's useful! [0]: https://github.com/SchemaStore/schemastore/pull/1503
From Noelle Leigh to ~rabbits/public-inbox
The SDK has been released publicly. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a6d401d..c3f018d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The [Playdate](https://play.date/) is a monochromatic handheld console, programm ## Dependencies * The Playdate SDK(unreleased)[message trimmed]
From Noelle Leigh to ~rabbits/uxn
On Sun, Jun 12, 2022, at 8:28 PM, Devine Lu Linvega wrote: > I hope you like it! I'd love to know if you think, let me know if I've > missed something. Those glyph and hand gesture pictures could use alt text ;)
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
On Thu, Dec 23, 2021, at 1:17 PM, Evan Boehs wrote: > I certainly am excited for the work you are doing, it's looking > great so far! Agreed! Thomas, your work has the potential to improve the foundation of how this service's frontend is constructed, which will make future additions and changes easier to implement! Try not to get too discouraged by harsh feedback :)
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
Interestingly, your message got sent to my spam folder (Fastmail). Here's the X-Spam-* headers that it contained: X-Spam-known-sender: no X-Spam-sender-reputation: 0 (email; expectedauth) X-Spam-score: 8.2 X-Spam-hits: DMARC_LIST_OVERRIDE_QUARANTINE 0.5, HEADER_FROM_DIFFERENT_DOMAINS 0.25, MAILING_LIST_MULTI -1, ME_HAS_VSSU 0.001, ME_SC_NH -0.001, ME_SENDERREP_DENY 4, ME_VADESPAM_MED_NB 4.5, SPF_HELO_NONE 0.001, SPF_PASS -0.001, LANGUAGES en, BAYES_USED none, SA_VERSION 3.4.2 X-Spam-source: IP='173.195.146.151', Host='mail-b.sr.ht', Country='US', FromHeader='com', MailFrom='ht' X-Spam-charsets: plain='UTF-8'
From Noelle Leigh to ~emersion/public-inbox
This commit changes the composer to not be read-only on the server buffer, which tells the user that they can send commands from that view. On the server buffer, the placeholder is changed to "Type a command (/help)", which indicates to the user that this buffer only accepts commands, and gives them a hint for how to learn what commands are available. Implements: https://todo.sr.ht/~emersion/gamja/38 --- V2 accidentally included an unrelated change I made while testing :( components/app.js | 9 ++++++--- components/composer.js | 8 +++++++- [message trimmed]
From Noelle Leigh to ~emersion/public-inbox
This commit changes the composer to not be read-only on the server buffer, which tells the user that they can send commands from that view. On the server buffer, the placeholder is changed to "Type a command (/help)", which indicates to the user that this buffer only accepts commands, and gives them a hint for how to learn what commands are available. Implements: https://todo.sr.ht/~emersion/gamja/38 --- Changed the placeholder to be controlled by the commandOnly prop on the Composer. components/app.js | 9 ++++++--- [message trimmed]
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
On Sat, Dec 18, 2021, at 11:58 AM, Tanguy Fardet wrote: > The onboarding could be something like a call with the person, showing > how the services work and helping them set up what they need. It might > also be worthwhile to ask them if they are fine with the session being > recorded so that we can later reuse part of these sessions into some > video introduction to SourceHut that could be linked for new users. This is a good idea, and information gathered from these sessions could be used to improve the existing onboarding documents on the [Tutorials page][1]! [1]: https://man.sr.ht/tutorials/
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
> 1. Design I for one am a fan of Sourcehut's general design language as a clean, distraction-free environment. More polish on rough edges could be nice, but in general I think it's in a good place. > 2. Accessibility issues One of the noticeable issues I've found is the [Pygments style][1] that Sourcehut uses is a hodgepodge of colors without a strong design sense behind them. Replacing them with a well-authored style like [what Pygments provides][2] would be a nice improvement to ensure consistency and legibility.
From Noelle Leigh to ~emersion/public-inbox
This commit changes the composer to not be read-only on the server buffer, which tells the user that they can send commands from that view. On the server buffer, the placeholder is changed to "Type a command (/help)", which indicates to the user that this buffer only accepts commands, and gives them a hint for how to learn what commands are available. Implements: https://todo.sr.ht/~emersion/gamja/38 --- components/app.js | 9 ++++++--- components/composer.js | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) [message trimmed]