Dave Thomas

Results 250 comments of Dave Thomas

I don't get any popups if I type say `std::` But the log shows something happening if I hit `i` : ``` Asking Hints RacerProviders.js:181 #### On update event, data:...

Hmm, that ok if you know the API quite well, I find myself not knowing the first two letters though, so its a bit useless for me :-(

[build.txt](https://github.com/catboost/catboost/files/13328081/build.txt) Here is the full build output, any suggestions would be great!

There was this in the log: ``` libiconv/1.15: WARN: Package binary is corrupted, removing: 8cdd868059c914813cf179147cef8c2637fb902a Version ranges solved Version range '>=1.2.11

I tried with 1.59 and there was still the same conan error, in another tread it was mentiend that the latest Conan 2.x didnt work, I think 1.61 was the...

Hi, thanks for the reply, to be honest just looking for any particular solutions, I have a certain amount of data which I want tto plot a surface for, the...

If regression is a really close match to my input data I could use that too, but only if the surface is only ever higher than my plotted points, and...

Thanks @kMutagene I'm a little slow to respond but thanks for that, I've ended up using Matlab for a lot of my stuff as it has been quick to generate....

You would have to parse the ident under the caret/mouse back to the module and function and then use Code.get_doc(Enum, :docs) then filter that to the function name atom. A...