Elijah Wright
Elijah Wright
keeping track of typings in this issue
one of the things I noticed using Bluesky is that it polls for notifications, at least on the bsky.app website, with no cache policy. obviously, that's not instantaneous and constant...
https://www.threads.net/@0xjessel/post/C1AqVMiySi6 issue to keep track of endpoints in the upcoming official API
this PR adds non-EXE support by running `ShellExecute` with the default application for files. I'm not familiar with `AssocQueryStringW`, so this should not be merged until someone who does know...
## 🛠Summary of changes this PR changes `active_profile` in the `user` model to use `find_by`, which should be faster. I tested my changes on my machine with a test...
# Summary this PR fixes the skipped tests in `DatePicker.test.tsx` by adjusting `DatePicker` to validate on blur rather than with a `useEffect` hook, which matches with USWDS. it also sets...