Owen Nelson

Results 7 comments of Owen Nelson

@davehorner Thanks for this report. It's true that jemalloc is on by default, and won't work with the standard Windows toolchain. I think we can make it more automatic, but...

To refine the _definition of done_ beyond the initial report, we'll have the same exact issue in `svix-server` since both of these binaries use the same tactic to configure `jemalloc`...

Some notes for @svix-aaron1011 from our planning today: - might be necessary to have a crate that bundles up the jemalloc deps, which can always safely be added to the...

@tasn Unfortunately, no idea. @davehorner alas! I thought this was building well for you some weeks back, at least well enough for you to run into the var substitution problem...

Did a survey of what's what right now. - [x] C# (typed as `Object`) - [x] Go (typed as `map[string]interface{}` which is probably fine) - [x] Java (typed as `Object`...

@tasn sounds good. I think we're actually in pretty decent shape as things are. If I were to cherry-pick one of these, it'd be JS. Re-typing as `{[key: string]: any}`...

> I think it may be fixed by [#1480](https://github.com/svix/svix-webhooks/pull/1480) Looks like it should be, yes. The new generator produces the following: ```typescript export class EndpointPatch { 'channels'?: Array | null;...