Results 84 comments of extraymond

Hi! I tried this too but without success, is there anything I should be aware of?

Hi! I found the way to properly do this! I have to add the parameters in the params section in config.toml Thx for helping!

Yes! That's the one I'm using. Here's the gif: As you can see, if I open file with fuzzy select, the ide is idling. ![atom](https://user-images.githubusercontent.com/707176/35041686-963f9cc4-fbc0-11e7-948a-4a1e57fa136a.gif) However, I've found that files...

@rsese Thx, If I add the project folder from the original directory, LSP works. @damieng Thx for clarifying! I agree that LSP should only be fired up in the given...

@cmichi @seanyoung https://github.com/paritytech/cargo-contract/issues/659 These are my current attempts to reuse crates that rely on cargo-metadata for solang, I think the most difficult part would be unable to register non-rust types...

BTW, currently if I want to manually stop ```odeint``` at a certain condition, I have to use while loop to increase the time step by step, which is pretty slow:...

[Example on stackoverflow](http://stackoverflow.com/questions/33522706/interchanging-between-different-scipy-ode-solvers?answertab=votes#tab-top) The above practice introduced small changes which is really good to leave other code untouched.

Thanks for your reply. Since I'm not familiar with integrators other than ode and odeint, I can't speak for other cases. However in the case of ```ode``` and ```odeint```, there...