Commit graph

17 commits

Author SHA1 Message Date
Mingwei Samuel
19c328e520 cleanups for clippy 2024-12-19 09:54:52 -08:00
Mingwei Samuel
a2e2b6ed6c style: format 2024-11-05 23:52:50 -08:00
Mingwei Samuel
a7f72cd21a style: cleanups for clippy 2024-11-03 22:46:47 -08:00
Mingwei Samuel
bfb687ef5b refactor: use memo-map instead of improvised CHashMap 2024-07-11 17:04:01 -07:00
Mingwei Samuel
d26a9a290d fix: memory leak in Notify, fix #67
`notified()` future is now fused
2024-03-26 15:15:20 -07:00
Jeffrey Dallatezza
181403c578
feat: retry networking errors (#64)
Co-authored-by: Jeffrey Dallatezza <jeffreydallatezza@Jeffreys-Laptop.local>
2024-03-06 12:32:07 -08:00
Mingwei Samuel
554f1d6f57 refactor: avoid Instant underflow in wasm web-time (#63) 2024-02-24 21:42:06 -08:00
Mingwei Samuel
1d6b513aa7 feat: setup riven for wasm (nodejs) execution (#63)
+ use custom `Notify`
+ use different version of async sleep (tokio vs gloo-timers)
+ switch futures utils from `tokio` to `futures`
2024-02-24 21:42:06 -08:00
Mingwei Samuel
092ea34358 chore: replace lazy_static with std OnceLock 2024-02-24 09:46:11 -08:00
Mingwei Samuel
8d810ccca8 Add rustfmt.toml 2024-01-20 19:41:46 -08:00
Mingwei Samuel
cb5bd58784 cargo clippy fixes, enable lints in CI 2023-05-10 13:10:58 -07:00
Mingwei Samuel
e53d78c807 cargo fmt 2023-05-10 13:10:58 -07:00
Mingwei Samuel
1567bae16e Update FakeInstant, token bucket test 2023-04-29 12:43:38 -07:00
Mingwei Samuel
f51a67c1fc Add exponential backoff fix #38, cleanup some regional_requester code 2023-02-02 13:15:47 -08:00
Mingwei Samuel
43d0578ab7 Clean up double if-lets with tuple matches 2022-03-14 13:06:08 -07:00
Mingwei Samuel
0b16c2a385 Cleanup per clippy recommendations 2021-10-29 22:38:48 -07:00
Mingwei Samuel
74eb5fa045 Update example proxy for v2, use workspaces.
- `example/proxy` is new folder for `example_proxy`.
- `riven` is new folder for the main riven lib.
- Updated metadata to be an array and include HTTP method.
2021-09-09 14:31:39 -07:00