Cody Casterline

Results 147 issues of Cody Casterline

- [x] Save the user's feed position as they scroll, so that navigating away from the page and back will bring them back to the same spot. - [x] Allow...

next-release

Use the keyboard to navigate through items in the client. ex: j/k for next/previous items.

enhancement
client

Summary ---------- When Snowpack generates files via [`snowpack build`][2], it ends up generating files that have colons in the name. Initially, these seem to work when I'm running the rust...

bug
upstream
next-release

Right now the client has you "Log In" as a user. But you don't provide any password to do so. Really you're just configuring the client to act as if...

client

I had fun implementing them. But it's not immediately obvious how to use them. Just do a JS confirmation dialog instead.

The [current query][1] just walks down the items table by timestamp, filtering for follow matches. It seems to perform slowly, though, taking up to 400ms on my DigitalOcean server. Maybe...

next-release

I'm (somewhat hackily) just running FeoBlog in a terminal window. To shut it down, I press Ctrl-C. It seems that just forces Actix-Web to exit its event loop and end...

![image](https://user-images.githubusercontent.com/339075/126110092-10604764-88f7-4696-9522-05fa9a43fcd3.png)

bug
client
beginner

Right now when using the client-side (brute-force) search, you just get a dialog "Searching ..." that doesn't really indicate that it's still working, nor how much work it's doing. It...

enhancement