Ievgen Pyrogov
Ievgen Pyrogov
Why would you want that?
Same error here. What can I do to help aid this?
@chulkilee should the link be this instead? https://elixirforum.com/t/moving-github-repo-of-the-official-docker-image-to-elixir-lang-org/14807
@philss creating an html parser from scratch sounds like a huge amount of work. Have you thought about depending on a C library instead, such as this one https://github.com/google/gumbo-parser?
> But, this is not discarded @philss that said, are you specifically looking forward the Servo's HTML implementation? Otherwise, I could play with gumbo-parser integration and see how it goes.
@philss wow, that's awesome! Thanks!
Installing `pyyaml` helped me get through this on macOS with brew-installed Python 3: ```bash pip3 install pyyaml ```
@Layap no sure about the premium version, but as of RC.76 it's still not supported it seems (just tested it)
@digitalcake I just went the same way and it worked perfectly. Thanks!
Wasn't this done recently in a form of managing the object in https://github.com/aminueza/terraform-provider-minio/pull/72?