Alessandro Miliucci
Alessandro Miliucci
Thank you @knobo for the function, but seems that nothing is changed, the same error is thrown: ``` debugger invoked on a TYPE-ERROR in thread #: The value "MyBookTitle" is...
Nice catch @knobo. Seems that `declare type simple-string` was added in [this commit](https://github.com/Rudolph-Miller/jonathan/commit/a6bb9fff922bf5bebae27500c84af42c8fb9f6c6#diff-b4b2a891fb6cbd2cb75b76ba1d3ee24eR141), then moved [to its actual position](https://github.com/Rudolph-Miller/jonathan/blob/master/src/encode.lisp#L67) with [another commit](https://github.com/Rudolph-Miller/jonathan/commit/c8e0fded51f3f160af1b16321abb462974ee73a3#diff-b4b2a891fb6cbd2cb75b76ba1d3ee24eR51). So, since caveman isn't using jonhatan directly, but...
See https://github.com/zealdocs/zeal/issues/1312#issuecomment-766183527
I don't have access to vCenter, only to vShpere and here I don't see any useful log or event. 1. I can't create a VM at a different host because...
I receive the same error with this minimal file: ``` { "builders": [ { "type": "vsphere-iso", "vcenter_server": "vcenter.example.com", "username": "[email protected]", "password": "xxx, "vm_name": "example-ubuntu-{{timestamp}}", "cluster": "Cluster3", "resource_pool": "resource-pool", "datastore": "Compellent...
Does the `unexpected EOF` error could be caused by insufficient permissions of the vSphere user? Does there exist a list of required permissions for `vsphere-iso` builder?
``` $ PACKER_LOG=1 ./packer build minimal-iso.json 2018/05/13 23:22:50 [INFO] Packer version: 1.2.2 2018/05/13 23:22:50 Packer Target OS/Arch: darwin amd64 2018/05/13 23:22:50 Built with Go Version: go1.10 2018/05/13 23:22:50 [DEBUG] Discovered...
It could be a "Contextual dropdown", bounded, for example, to a subview instead to the [main screen](https://github.com/Azuritul/AZDropdownMenu/blob/develop/Pod/Classes/AZDropdownMenu.swift#L158) I've looked for something similar but seems that today there isn' nothing. +1...
Also using a `/home/user/.config/fish/conf.d/rvm.fish` works: ``` # rvm # https://rvm.io/integration/fish set PATH /home/lifeisfoo/.rvm/bin $PATH rvm default ```
To exclude jquery I've added `'bower_components/jquery/dist'` to excludes. `'bower_components/jquery'` doesn't worked for me.