Brian Pontarelli

Results 29 comments of Brian Pontarelli

Looks like Onedir is broken on ARM64 Linux. I opened another issue (#62757) for that because we are using Graviton EC2 instances for everything and can't upgrade to Onedir until...

Hi @volyx. Thanks for submitting this request. The use of Jackson in the library is mostly private, meaning that Jackson classes aren't returned from the methods. Is your need for...

I believe we wrote the original indexing to use `fullName` and let Elastic handle that as more of a document than a single value. Elastic should tokenize and make each...

I just hit this same issue. Here's my full output: ``` Profiler Agent: JNI OnLoad Initializing... Profiler Agent: JNI OnLoad Initialized successfully Profiler Agent: Waiting for connection on port 5140...

Should we track this via #2208 or vice versa?

This issue is pretty old, but I've been working with Asciidoctor 2.0.10 and the HAML templates and there are plenty of issues. Things that used to work with 1.x versions...

I might be up for that. I'm slowly learning all the core classes in Asciidoctor. As an example, here's the fix for the `inline_anchor`: ``` - case @type - when...

Fair enough. One comment I'll make is that it really seems like this repo should deprecated, merged into core, and simplified. Hardcoding output logic in the Ruby code in core...

It looks like you might have a typo. The docs state that the max value is `9223372036854775807` but the error you've included says you passed in the value `9223372036854776000`. I...