Ana Hobden

Results 390 comments of Ana Hobden
trafficstars

A lot of folks use Alpine as a Docker baseimage, perhaps folks are looking to bundle Vector into their images?

@dermotbradley Yeah! So, right now we basically just use our `musl` staticly linked packages on alpine. For a "true" alpine build you'd need dynamicly linked MUSL builds. I think we'll...

Seems like the `client/builder.rs` would be more appropriate as `request/builder.rs`? (this might require a bit of a structure change for `request.rs`.)

Part of me wonders if some of this codebase can be reduced by using an existing AWS library for some tasks. What do you think?

I believe this is happening because the contents of `/nix/temp-install-dir/nix-2.19.3-x86_64-linux/store/0lv5pkvsq83gqki6x323jb53lgcnhjfw-brotli-1.0.9-lib` contains a symlink to something else on the current partition. I'm not sure of a solution immediately.

A good point @lucab . Do you think we can take up this practice @breeswish ?

Ok, I'll put this on my plate in the next couple weeks.

😅 This is not always the case, but indeed a better warning it a good idea.

Inspecting the code generated by `enum_dispatch` (via `cargo expand -p gam --lib modal > out.rs`) it looks like it generates quite a bit of `From` implementations, I assume what's happening...