decentral1se
decentral1se
Built binaries for easier testing: http://vvvvvvaria.org/~luke/dat-desktop%40next.tar.gz EDIT: mac os version @ https://vvvvvvaria.org/~luke/ddmac.zip
OK, so the changes are good, I was able to build, LGTM! Bad news is that I still can't share files with this new networking... will try to debug...
Oh wait, it worked! I tried the dat@next cli and it worked for sharing :birthday: My friend was using my binary for dat-desktop and I was using the dat@next cli....
Thanks for testing @martinheidegger! Branch is rotting, oh oh, any bump on getting this merged in once rebased? Thanks and sorry for nagging (but it is gentle, I hope ;))
Awesome! Won't get to it today but tomorrow!
I've just received a bug and rolled a fix in https://github.com/ansible/molecule/pull/1798/files#diff-1e67bc3147c69bed463615849b56f3b1R683 which I think is another +1 for motivation to resolve this issue. My two cents: if I do `'type':...
Oh, think I found it in [`compose-ref`](https://github.com/compose-spec/compose-ref/blob/db81f8ace05c577acd4d25ee026394e48038ba6c/compose-ref.go#L353-L368): ```go func load(file string) (*compose.Config, error) { b, err := ioutil.ReadFile(file) if err != nil { return nil, err } config, err :=...
Actually, also "Foo: true" fails as well, which is pretty typical in an Ansible play. Looks like https://github.com/dokku/ansible-dokku/blob/master/library/dokku_config.py#L93 is the issue here. I think a `bool` should be easy to...
Hmmm, Ansible does the following regarding trying to convert bools: ```python def to_bool(a): ''' return a bool for the arg ''' if a is None or isinstance(a, bool): return a...
Makes sense! I'll get a docs patch in to avoid this being raised up again :sun_behind_large_cloud: