Nathan Lincoln
Nathan Lincoln
While module unification is coming, at the moment many users are still using pods for larger projects.
👋 we've been using zio-open-telemetry with DataDog for a bit. One weird thing we've been noticing is that our error spans don't show up as having errored in the DataDog...
# Summary Move to v2.0, allowing ember-power-select to shed it's ember 1.13 baggage and expose a nicer API # Motivation Your [emberconf keynote](https://www.youtube.com/watch?v=MpFudGJn2J0) got me thinking. `ember-power-select` was created back...
AVRO represents decimal values as an array of bytes. The bytes are a 2's-complement encoding of the integer value of the decimal. Currently `kaf` coerces the bytes to a string...