-
I have made a [PR to Rand](https://github.com/rust-lang-nursery/rand/pull/399) to add support for Rayon. It is very much in the 'just exploring' phase. It would be great if someone who is more familia…
-
I've been playing your solitaire game for quite a while, usually Klondike, and I've come to notice an issue with card distribution. Way too many times, cards are grouped on the stack, in a non-random…
-
Build 'amunmt_compilation_cpu' is failing!
Last 50 lines of build output:
```
[...truncated 6.66 KB...]
/var/lib/jenkins/workspace/amunmt_compilation_cpu/src/amun/3rd_party/fast_align/src/ttables.cc…
-
Username:
Linux chandu 4.15.0-24-generic #26~16.04.1-Ubuntu SMP Fri Jun 15 14:35:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
This is the process I have followed:
[https://caffe2.ai/docs/getting-st…
-
Premises:
I need to generate a custom build of Botan, aimed at X509 certificate manipulation. I want to **load**, **inspect** and **validate** existing certificates, as well as **generate** and **s…
-
While there is [some support](https://tools.ietf.org/html/rfc5987) for character encoding in headers, anything but ASCII/Latin1 should be avoided due to possible interoperability issues.
As we incl…
-
### Issue Description
Building pytorch from source fails on power architecture machine.
### Error reproducibility
Followed [this](https://developer.ibm.com/tutorials/install-pytorch-on-power/) t…
-
A recent [reddit post](https://www.reddit.com/r/Bitcoin/comments/5am3vn/what_is_more_secure_bitaddress_bulk_wallet_or/dacn830/) caused me to notice how you're generating entropy from cards, and how it…
-
Hi,
First thanks for your awesome work !
I have an issue with GridSearchCV and n_jobs for a ExtraTreesClassifier model.
- `platform.platform()` : Linux-3.13.0-74-generic-x86_64-with-debian-jessie-si…
-
import unicodedata
def check_hangul(ch):
valid_type = ['Lo']
if unicodedata.category(ch) in valid_type:
unicode_names = unicodedata.name(ch).split()
if 'HANGUL' in unico…