naught101

Results 87 comments of naught101

I think the solution here is quite useful: https://stackoverflow.com/a/43001535/210945 ``` syn region pythonDocString start=+^\s*"""+ end=+"""+ keepend contains=... ``` It doesn't match all multi-line strings, only ones that fall at the...

That seems irrelevant to me.. why would anyone use unicode or raw string types as docscrings? The key thing is that docstrings are always at the start of the line,...

Yes, my audio interface us using 48kHz. I thought I saw it on the Hall reverb as well, but it did happen when I tried again. I will try soon...

I agree. I also think it would be worth clarifying that `git pull` is equivalent to `git fetch && git merge origin/`. That would demystify `git pull` a bit, as...

Also, there are many providers of remote git repositories other than github. I don't think it would be a good idea to tailor a workshop too closely to one platform....

Aha.. I wasn't thinking clearly, but now I can: DataFrameMappers can also be useful for generating the `y` value passed to a `fit` method. The `inverse_transform` would then be useful...

Hrm. Is there any reason you couldn't expand the current behaviour to also map the y dataframe? e.g. the call would be `mapper = DataFrameMapper(X_features = [(blah...)], y_features = [(blergh)])`,...

Yeah, I suspect that #13 is a prerequisite for this issue..

Also, ```{python} blah ``` is a legitimate indicator that a codeblock is a python codeblock, but for me, it's not matching. Using vim-pandoc-syntax from git, just pulled.

I would like to be able to reverse the sort order