Tyler Spivey

Results 16 issues of Tyler Spivey

When typing into a program using readline, every character typed rewrites the entire line, instead of just updating the changed portion. I use a screen reader which reads all text...

bk currently doesn't handle whitespace properly. The default behaviour in browsers is to collapse spaces in some tags (e.g. \). As an example, if you have: ``` This is a...

Debugging should be improved. * Players have no way to log that a duel broke, so I have to be there to figure out which one broke or manually go...

Typing deck after joining a room currently lists over 100 public decks, followed by yours. I propose that deck lists your decks, and deck publiclist lists the public decks. We...

Steps to reproduce: ``` dd if=/dev/zero of=exfat.img bs=1024k count=10 mkfs.exfat exfat.img mount exfat.img /mnt touch /mnt/$'\355''a ' ls /mnt ``` After running that, I get: ```ls: reading directory '/mnt': Software...

bug
fuse

Using the latest 0.4.0 release on AMD64, joining a session either via teleconsole join or via the web no longer works, but the session is created successfully.

#### Brief summary of issue / Description of requested feature: JAWS 2022 can't read the output window with the cursor keys. #### Steps to reproduce the issue / Reasons for...

good first issue
a11y
💎 Bounty
bounty-200

1. Put this in a text file: ``` 1 2 22 ``` 2. Press ctrl+home to get to the top of the document, and ctrl+f to search. 3. Type: `2`,...

works as designed
change request

### Description After disconnecting from a server, passwords to channels are remembered. As a result of this, I can't join a channel with the same name as one I've already...

bug
qtTeamTalk

Using the attached archive of randomly generated hashes and this command line, rsync fails with the above error. ``` rm -rf tmp;rsync localhost:rsynctest/data/ tmp --files-from=files.txt ``` The archive includes both...

bug