kenny-evitt

Results 223 comments of kenny-evitt

@danielweil That error – specifically the `:nxdomain` error reason – seems to imply that the domain of the OpenID URI you're using/trying couldn't be resolved by DNS. But the general...

@danielweil Great! I had started writing this in response: > Yeah, I can think of various reasons why DNS resolution fails, but it's very hard to pick one to focus...

@nbryant42 Hi – thanks for the PR! It's still not clear the best way for this package to handle errors. It was relatively straightforward to setup a supervisor (`GenServer`) to...

@cldwalker I modified the `eval-on-save` behavior in my local copy of the HTML plugin to this: ``` (behavior ::eval-on-save :triggers #{:save} :reaction (fn [editor] (let [editor-default-client (-> @editor :client :default)]...

@hayd Thanks for the PR! How hard would it be to test whether `ensureUtf` should call `encode` or `decode`? If you can convince me that your change is correct, I'll...

@hayd I'm inclined to agree that your change is correct: - [python - What is the difference between encode/decode? - Stack Overflow](http://stackoverflow.com/questions/447107/what-is-the-difference-between-encode-decode) Here's [the commit](https://github.com/LightTable/Python/commit/e2bed09776f954308f335b6a7d5654d2692edd08) where Chris added the `ensureUtf`...

@hayd @UnknownProgrammer Thanks for looking at this. I'll gladly merge a PR with which you're both happy.

@hayd @UnknownProgrammer What should we do with this PR?

@lufeihaidao @yasirs From [this entry](https://groups.google.com/d/msg/light-table-discussion/gZD73WisYFI/BI9XOcyrEQAJ) in a recent thread on the Light Table forum, it was suggested that you specify the Python executable by adding a line similar to the...

@lufeihaidao @yasirs See the comment by @MortalCatalyst for something to try (that seems much more informed about Python).