Moritz Onken

Results 66 comments of Moritz Onken

Can https://github.com/open-telemetry/opentelemetry-lambda/pull/236 be merged?

Thanks, I can see the new layers. Can this process be automated? It took several months and that is not ideal especially since critical updates are landing and not published...

There used to be an IRC channel where each test result was propagated. With CPAN Testers 2.0 this has been removed due to too much traffic, I guess. This kind...

Hi! I was planning to use the test results for the distribution ranking algorithm (i.e. rank releases with bad results lower). And for this to work properly I need all...

Cool thanks! That should be enough for our purposes! Am 11.04.2011 um 23:36 schrieb barbie: > search.cpan.org gets them from the cpanstats SQLite database available from the development site: http://devel.cpantesters.org....

I can also recommend http://alexgorbatchev.com/SyntaxHighlighter/ The dynamic highlighting works pretty well too: ``` // ExtJS code this.body.insertHtml('afterBegin', '' + Ext.util.Format.htmlEncode(res.source) + ''); SyntaxHighlighter.highlight(); ```

It's been over a year since the feature has been released. @PatMyron: Have we reached some sort of milestone yet that allows us to get some eyes on this request?

How can we get more eyes on this so that this can get merged?

Version 1.4 of the PV should have really been 2.0. It has a bunch of breaking changes due to the way how it handles network requests to registries and the...

YAML is definitely supported. Mixing tags and plain objects is not supported. Try this instead: ```diff Resources: group: Type: AWS::IAM::Group Properties: GroupName: testing-delete-me - !Include {type: json, location: /mnt/c/Users/foo/Documents/GitHub/cloudformation/include/minimal-frag.yaml.txt} +...