Erik LaBianca
Erik LaBianca
@julienrf agreed, which is why I'm still using it. I have it integrated with play, including asset filename mangling and everything just works. It might be helpful to define exactly...
@ngbinh I agree that a webpack integrated, fastopt development cycle is a key value-add for scalajs-bundler. With modern browsers that support es-modules, it should be possible to output a fastopt...
Unless I'm misreading it, it sounds like snowpack solves the problem of resolving npm dependencies and laying them out in a web-server friendly layout. What then remains is connecting it...
So long as 5 works, I'm happy to drop 4. I do have some customizations, but they are hopefully simple enough they won't be hard to port.
Not 100% sure if this is the same issue, but I've run into a case where the exchange server will send an XML 1.0 preamble with entities that are only...
@serious6 I've pushed what I've got so far at https://github.com/OfficeDev/ews-java-api/pull/409 I think it should be possible to remove the dependency on stream flyer, and also to create a failing test...
These goals sound incredible. What's less clear to me is how complete the coverage is in native ZIO capabilities. I know ZIO has some "tracing" capabilities but am much less...
Yeah, it's a nice idea to keep the internal span private but once you start interacting with the rest of the world not having access to it becomes problematic.
Closing this out. Need to rethink if it's necessary if https://github.com/zio/zio-telemetry/pull/580 works properly.
Added a simple example using kafkacat to the help text for --dump as well.