Braden Steffaniak

Results 5 issues of Braden Steffaniak

Hi, I noticed that the examples/websocket/packages/functions/src/sendMessage.ts does not do a full scan of the connections DynamoDB table, which for a small example websocket server works just fine. However, when there...

Hello, I noticed that the 'Start {framework}' output seems to be hardcoded to an optional cdCmd (based off of the props.path) and then a hardcoded 'npm run dev' string. In...

Hi, I noticed that this plugin was the only one of mine that did not work for windows. I went ahead and removed the error message and found that the...

This fixes the compilation errors introduced in `sfv` 0.11. (fixes https://github.com/cloudflare/pingora/issues/568) `Parser::{from_bytes, from_str}` was merged into `Parser::new`: https://github.com/undef1nd/sfv/pull/158 `GenericBareItem::bare_item.as_token` was updated to return `&TokenRef`, which needs to be converted to...

dependencies

## Describe the bug [sfv](https://github.com/undef1nd/sfv) was recently updated to 0.11 and now `cargo build` in the pingora root fails with this error: ``` Checking pingora-core v0.4.0 (/home/braden/GitHub/pingora/pingora-core) error[E0308]: mismatched types...

dependencies