Michael Selik

Results 27 comments of Michael Selik

@1st1 That's one of the first features I missed when trying out VSCode. I'm pretty happy with the way it works in Sublime Text.

Remember, EAFP (Easier to Ask for Forgiveness than Permission). https://docs.python.org/3/glossary.html#term-eafp

Thanks for the tip. It must be all the stuff that IPython Notebook imports automatically. I can try running it from the regular console. (Update: works just fine outside of...

In some ways, Patsy is like the Regex module. Regex patterns solved this problem by introducing an escape character.

@cmdugan13 Do you mind pasting the code you used?

I should probably improve the README. Did you use `xport.v89.load`?

Thanks for pointing that out. Please `import xport.v89`.

Rats. Seems like a bug. Could you share the result of `f.read(800)`? I'd like to see the header bytes of the file.

Oh, if this is a CPORT file, then it's not yet supported, but the error message should be better.

Thanks for reporting this, @meain . `RecursionError: maximum recursion depth exceeded in __instancecheck__` confuses me. The other recursion bug was caused by trying to log a helpful message. This looks...