Cesar Crusius

Results 13 comments of Cesar Crusius

I agree - it would be nice if the "Unicoding" could be automatically done by `brittany`. As far to "how much," `brittany` already keeps Unicode characters for a bunch of...

So I just wrote a patch that makes `brittany` automatically transform `UnicodeSyntax` tokens into their Unicode equivalent whenever `-XUnicodeSyntax` is passed as a GHC option, which I think is reasonable....

Now for a little bit more detail, in case those who are more familiar with the code have better ideas: the problem is that `brittany`, when building function signatures, expressions,...

Adding to this - it also does not work in `alacritty` _until_ I execute a command that requires scrolling, such as `man abduco`. It works after that for some reason.

Yes, the behaviors are as intended. The documentation for `tf.constant` mentions it always creates host tensors, and that `tf.identity` will create tensors in the specified devices. I agree the behavior...

* XML: [node10.xml.txt](https://github.com/openhab/org.openhab.binding.zwave/files/1845538/node10.xml.txt) * Log: [openhab.log.zip](https://github.com/openhab/org.openhab.binding.zwave/files/1845550/openhab.log.zip)

This looks ok, but I have `smtpmail-stream-sype` set to `'ssl` instead, and my server port set to `465`. Could you try with those instead? I also have `smtpmail-debug-info` and `smtpmail-debug-verb`...

Can you try with `(setq auth-source-xoauth2-use-curl t)`? Sometimes the built-in HTTP functions do not work with Gmail for some reason or another.

A few things: try `(setq gnutls-log-level 1)`, and try with only one account in your configuration. The error message, "cannot decode," makes me believe what smtpmail is getting is an...

Without seeing what the response that can't be decoded looks like, it is hard to tell what is going wrong. I remember getting some of those a long time ago,...