Chris Elion
Chris Elion
This was super helpful to enforce full coverage on our test files (and uncovered so broken tests in the process). Maybe as a middle ground, you could add this as...
Hi @eliofreitas, Unfortunately we don't have a timeline for if/when online imitation learning will be brought back. I added your feedback to our internal tracker (MLA-422).
@arinhouck Did you ever write up how you got this working? I'm hitting the same problem with SCRAM on MSK, and trying to do everything from within terraform.
Yeah, I think the configuration would benefit from a separate header variable (equivalent to `OTEL_EXPORTER_OTLP_HEADERS`). I think we've settled on monkey-patching `metaflow.tracing.tracing_modules.init_tracing()` so that it bypasses the `TracerProvider` setup and...
Full trace on the error spam: ``` Exception while exporting Span batch. Traceback (most recent call last): File "/app/lib/python3.10/site-packages/opentelemetry/sdk/trace/export/__init__.py", line 367, in _export_batch self.span_exporter.export(self.spans_list[:idx]) # type: ignore AttributeError: 'NoneType' object...
Thanks, sorry if I was being unclear - the fixed-size overhead was what I was complaining about. Any profiling information that I can provide to help diagnose? I haven't tried...
FWIW here's the results with -v diag on 4.1.131201. ``` $ dotnet format --folder --include com.unity.ml-agents/Tests/Editor/MultinomialTest.cs -v diag The dotnet CLI version is '3.1.401'. Using MSBuild.exe located in '/usr/local/share/dotnet/sdk/3.1.401/'. Formatting...
Sounds good. Do you need any other info from me?
Great, thanks. Just for a little more context, I'm playing around with integrating with https://pre-commit.com/. That passes the list of files to check as command-line arguments (usually just the files...
Thanks @sfc-gh-asawicki - the docs for `SYSTEM$GET_AWS_SNS_IAM_POLICY` make sense, and it would be great to either link to them or include the same content. The docs give a good explantion...