Ben Longo

Results 11 issues of Ben Longo

### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) https://developers.cloudflare.com/workers/examples/auth-with-headers/ ### Section that requires update The comparison of the pre-shared keys. ### What needs to change?...

documentation
content:edit

Since https://github.com/apache/pulsar-dotpulsar/issues/6 has been closed, I'm creating this to track interest (in addition to https://github.com/apache/pulsar-dotpulsar/issues/6#issuecomment-988793327) and progress on Avro/JSON/Protobuf.

enhancement

I've put together a PoC here for using graalvm to compile native executables https://github.com/benlongo/elk-cli/. The github action seems to work. I'm definitely missing some jars in there and the reflection...

As discussed here https://discord.com/channels/719702312431386674/1003327027849474198/1043651426070568990

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

enhancement
needs triage

Every time I run a migration, the same few foreign keys are recreated with `DeleteBehavior.Restrict` in `Up()` and `ReferentialAction.Cascade` in `Down()`. If I just run `dotnet ef migrations add Test`...

type-bug
customer-reported
area-model-building

### The issue I have logical replication user which gets its password regularly rotated. For normal connections, this kind of setup is well supported via `UsePeriodicPasswordProvider`, but replication connections require...

enhancement
replication