Ian Barrere

Results 10 comments of Ian Barrere

This doesn't address the actual problem, but it may be a suitable workaround for you. You can provide a "limit" parameter in the Netbox URL to give you back more...

@robertcheramy I saw that last time I submitted this you were able to run a test via the pipeline (which failed, which I think I have fixed here). I couldn't...

> I've finally found time to make a deep dive into rugged and libgit2, so I can understand this PR. This all looks very good, I'll have a look at...

>fetch_and_merge only fetches "our" (configured) remote branch [main], but as it is not linked to the local branch [master], how can result[:total_deltas] ever be positive? I'm not 100% sure since...

Wow, nice! So how does that square with the ["master" reference in code here](https://github.com/ytti/oxidized/blob/3ec983b4607ffb14c02a82b27a339aaf620f4f8c/lib/oxidized/hook/githubrepo.rb#L40) I wonder?

I was able to work around this by using fmt.Sprintf() to force the value into a string like so: ``` ospf := &ocNetInst.NetworkInstance_Protocol_Ospfv2{} area, _ := ospf.NewArea(ocNetInst.UnionUint32(10)) areaIdString := fmt.Sprintf("%v",...

Hi Rob, Thanks for the info. In my particular situation I do know what type it will be, so the first solution would be quite suitable. In any case, handling...

Hi @akarneliuk, thanks for the prompt fix, and apologies for the delay in response. Do you have new release scheduled at some point? I see the latest one is from...

I am strongly in favor of this change as well. To me, the name is rather useless and I would like to omit it.

Thanks for the info, @robshakir. If I get some time I will give this a shot and submit a PR if I get it working suitably.