Eric Hulburd
Eric Hulburd
Thanks for the patience and not closing the issue. I pivoted over to another project for a while. > What exactly do you mean by "print a variable"? Using [nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui):...
SDGE links work slightly differently. Whereas in the sample file from the DOE you sent me, you can find a related link by look for '//link[@rel="up" and @href="#{related_href}"]', San Diego...
@cew821 yup hangs on the loading. Super slow. what @jateeter mentioned is exactly was what I had in mind. I hadn't put much thought into it at first just because...
I've had to parse a few bigger files for a project I'm working on, so I created a branch - [deferred_parsing](https://github.com/cew821/greenbutton/tree/deferred_parsing). Basically, it removes the entry xml from the dom...
Thanks for checking it out Alex. So I imagine you are getting this for interval_block.start_time? I think there may be a problem with the interval start time xpath (class IntervalBlock...
I had the same issue. This has more or less been addressed in the readme. In my case, I had to instantiate the provider as so: ```terraform data "aws_msk_cluster" "main"...
@davishmcclurg That's great to have a Ruby implementation. Moving forward do you see davishmcclurg/json_schemer taking the torch from ruby-json-schema/json-schema? Is there any particular support you need for davishmcclurg/json_schemer?
> On second thought, I'm warming to the approach here actually being correct. We claim that `Expression`s are `Eq`; that requires promising that equality is an equivalence relation, which is...
This should be closed by https://github.com/rigetti/quil-rs/pull/312
I had the same issue when trying to create topic using AWS IAM authentication. See the README and/or this comment for the solution in my case: https://github.com/Mongey/terraform-provider-kafka/issues/414#issuecomment-2334821231