Alexander Ekdahl
Alexander Ekdahl
I don't have Sublime available to me at this moment. I'll happily accept a pull request though.
Any updates on this? I'm seeing a different error.
I may take a stab at this. Until then you can do: ``` elixir interface :commentable do field :comments, :comment_connection end ```
I also ran into this problem. PR: https://github.com/elm/url/pull/35
@venkatbvc I am not able to provide support in this matter as I no longer actively work with Elm.
@jinleili I added these color spaces in https://github.com/servo/core-foundation-rs/pull/533 which would allow your implementation to use extended range rendering if you depend on `core-graphics`.
I would suggest separating this into a `*-sys` crate for better interoperability with non-cargo systems. Detailed documentation of this pattern https://kornel.ski/rust-sys-crate
This theme is terribly outdated and I haven't touched it in 7 years. If you need this for legal reasons I hereby grant you, @CosmicHorrorDev, an irrevocable [WTFPL](http://www.wtfpl.net/) license to...
Oh, I had no idea about the "magic string" `"all"`. That certainly solves the problem. Personally I don't mind waiting 9 seconds for something to compile if it saves me...
With the `"all"` feature I find the developer experience to be perfectly acceptable. I only wish it was more prominently visible in the README so that when I add a...