Jan-Luca Klees
Jan-Luca Klees
I would like that too!
Hi @brendanhoganvt, unfortunately I can't really remember what I did to make things work here. And at the moment I don't have a system that's running vagrant and can't look...
I have the same issue but before the Java error appears Python is throwing something. Here's the log: ``` Traceback (most recent call last): File "/var/lib/gems/1.9.1/gems/fontcustom-1.3.8/lib/fontcustom/scripts/generate.py", line 120, in subprocess.call(['sfnt2woff',...
Hi all. From my limited experience with Twing - using it for like a month now - this is an indicator that the variable you are using is not set....
Because there was no instruction on how to proceed, I just opened a PR with the way I would change things around. You can find it here: #429
I had the same issue. The Code provided by @adrienpoly does no longer work. Here is my Solution: ```javascript new Choices(input, { callbackOnInit: function() { if(this.passedElement.element.autofocus) { this.showDropdown(); this.input.focus(); }...