Martin Bachwerk
Martin Bachwerk
doing the above works, but it only marks the string for translation. You cannot to gettextCatalog.getString inside the config because you can't inject another service (gettextCatalog) into the config. What...
Actually, you can also stop the loop once you've found the correct series that needs to have the tooltip shown. Something like the following should do: ``` detail.sort(sortFn).forEach( function(d) {...
oh and then, you can do ``` if (this.visible && activeItem) { this.render( { activeItem: activeItem, domainX: domainX, formattedXValue: formattedXValue, mouseX: eventX, mouseY: eventY } ); } ``` and the...
and my apologies, I'm still not too familiar with github in terms of providing patches.. its kinda complicated when i have quite a few more changes to the file too...
PS. If I try to install the gem from this repo, and not the 'libsvm-ruby-swig', I also get a bunch of errors like the following: libsvm_wrap.cxx: In function ‘VALUE _wrap_svm_parameter_svm_type_set(int,...
I see, is it still planned?
+1 to the above, just implementing some exception handling and I think it's very different based on the type of error. e.g. for 502 Service Unavailable (also 429, maybe 456..),...
Thanks Daniel! Any potential ETA on this? Cheers
anyone above got this to work with a custom contract types? I can probably figure it out, but a code snippet would save some time if you fancy sharing :)
thank you!