Daniel Ellis
Daniel Ellis
MySQL dump to recreate conditions: ``` -- MySQL dump 10.13 Distrib 5.5.35, for Linux (x86_64) -- -- Host: localhost Database: x -- ------------------------------------------------------ -- Server version 5.5.35-33.0-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT...
Also note I'm using 1.2.5.
@methane Yeah, that's what I ended up going with. Still, this is listed as "compatible".
I just ran into this too while trying to create the most minimal example I could think of. It looks like #862 has been merged though. Here's what I tried:...
Unlike the original poster's report, I am not able to increase the number of outputs of the linear layer to get around the problem (i.e. using `torch.nn.Linear(1, 2)` still throws...
Sorry for the late response. For some reason github doesn't email when a new issue is added. This is an interesting idea! I'll have to play around with it and...
Hmm, printing that character actually just outright crashes my terminal in python (iTerm2 on OSX). Can you try this in a python shell and tell me what happens for you?...
Interesting -- the version you posted _does_ seem to work on the online repl: ``` print(u'\u202e' + "This is a test") This is a test ``` But still crashes my...
Sorry, for some reason I'm not getting notifications for this repo. I've tried "watching" this, so hopefully it will work in the future. I will take a look and follow...
If I had to guess based on the output, I would say it's because ansible toolkit expects your group and host variables to be _inside_ the directory containing your inventory....