Mithil Poojary

Results 16 comments of Mithil Poojary

Sure! @rexdivakar Make sure you follow the [contributing](https://github.com/Mithil467/Coreavor/blob/master/CONTRIBUTING.md) guidelines.

Thanks for the issue @Dark-Knight11. This is indeed weird, and hard to reproduce. 🤔

I tried doing the same @surelyanushka but still couldn't reproduce the issue. 🤔 Can you elaborate on the procedure?

@Dark-Knight11 Thanks for the analysis. 🙌 The issue in your last commit has been fixed with #127.

I agree with @denopink. Instead of having instructions printed to the terminal, direct the user to a webpage where instructions would be listed in an efficient manner. Currently we could...

Once the user runs `make subo`, subo is installed in GOPATH. After that, the original directory from which it was installed has no significance and subo is globally available for...

Thanks for this issue @xihajun Sorry for the delay in responding to this. The squashing of all lines was done for simplicity of development. I agree this is a good...

Closing as non-reproducible. Might have been fixed with later changes. Please feel to re-open if issue persists.

I am only able to reproduce this issue with dataframes having no columns and empty series. Failing examples: ``` # Empty series series = pd.Series() series.parallel_apply(lambda x: x**2) # Empty...

Thanks for the review! I have addressed the comments. Also fixed the documented HTTP method for the `/premium/sync` API.