a
a
hi ! im attempting to implement #2004 im not done yet (i need to add the configuration switch case and look at other things), but i thought i would push...
## Change Summary attempt to add generics support to the package. the goal here is to partially addresses #144 since functionality can be preserved with the type parameter map[string]any, not...
i have a use case where i would like part of my message to be json streamed encoded from reflection, but i would still like to use jx for the...
https://github.com/go-faster/jx/issues/84 very open to changing this api, the need is to just to be able to encode arbitrary bytes into the middle of the stream.
first time using etl just now- I was scratching my head over why Load was not working, it was because i was trying to load empty values, possible with direct...
as the amount of caddyfiles and snippets in our configuration grows, we have found it might be useful to be able to declare something like an {outlet} which spits out...
### what adds an --http.proto flag, which allows the user to bind to either "tcp" or "unix" (technically i think also things like tcp4,tcp6,udp,udp4,udp6 also work, but they dont matter)...
i have a template i use for some go framework boilerplate. the first argument should be the name of the current directory, to match the package nam it would be...
a few breaking changes here.... 1. people who were using type `*Stream[T]` before should change to either `Stream[T]` or `*RedisStream[T]` 2. the two consumers now both properly implement the consumer...