-
My `sitecustomize.py` file:
```
import win_unicode_console
win_unicode_console.enable()
```
content of `foo.py`:
```
import sys
for line in sys.stdin:
sys.stdout.write(line)
```
running…
-
I am using SPMC in 4K with the settings I describe here:
http://forum.kodi.tv/showthread.php?tid=264102&pid=2326338#pid2326338
I am using the FTV skin by Sualfred and Hitcher.
http://forum.kodi.tv/sh…
-
Is it possible to make it work on jarvis?
Thank you.
Great Work.
-
```
hayg@***:$ ls -lah /etc/init.d | grep wazuh
-rwxr-x--x 1 root ossec 947 2017-06-23 19:07 wazuh-manager
hayg@***:$ sudo service wazuh-api start
wazuh-api: unrecognized service
```
I was …
-
I recently had an idea for a less verbose version of a `switch` ('match') expression. It resembles the classical ternary operator with `? :`
```cs
var area = case(switch) ?
: Line l => 0
…
-
I've noticed that with my latest version of EIN (ein-20170518.1252), when I try to use the org-mode store link in a notebook in EIN, I now get the following error:
```
user-error: No method for st…
-
Great concept and I like how it works except for one thing I noticed - it's very slow to initialize especially with Python3.
time python fireexpt.py
yeilds 0.3 seconds for python 2 and 0.74 sec…
-
https://arxiv.org/abs/1701.01170 (invited submission to ACM TOPC) has 7 figures generated by Altair. Thanks, team! You're the best.
-
## Description
Chef client converge is incorrectly failing on stdout/stderr messages, even though the shell process exits with a 0 and succeeds. Observed on pip specifically.
This is a dupe of #4702…
-
`Netty4SslHandler` does not support configuration of client-side protocol negotiation, which is necessary for, for instance, HTTP/2 clients that communicate with servers that support both http and h2.…