Wojtek Mach
Wojtek Mach
WDYM about the chicken and egg problem exactly? it doesn’t matter if people have >=0.0.0 or ~>0.30 as both would resolve to the same latest version. Hex API is private...
@jannikbecher got it re checkin & egg problem. Not a big deal, can be said about many things. > Isn't it better to check the deps if it uses the...
One idea is: ```elixir aliases: [ "hex.publish": ["hex.outdated ex_doc", "hex.publish"] ] ``` and then: ``` $ mix hex.publish There is newer version of the dependency available 0.31.1 > 0.30.9! Source...
speaking of CI, the easiest way to solve this problem is exactly there. Here's an excerpt from my usual checks. Just a one line change: ```diff - run: mix deps.get...
Similar to @garazdawi comment, if we are on a train or flight we won't be able to generate docs on bad connectivity. But I suppose there's an incentive for community...
@josevalim yes, good call. Another way to solve this problem is to use external tools like Dependabot. I don't personally use it but I could be convinced to use it...
Hey @lpil, apologies for delay. Yes, this sounds good. In fact we can do that today already with a little bit of extra work from your end (that we're OK...
Sorry for confusion, that's the thing, there isn't a field for the language at the moment.
Yes, let's roll with filtering per `build_tool`, I suppose we can always add filtering per language down the road if there would be good use cases for that. WDYT @ericmj?...
Oh, the link is a bit problematic. It seems it has to point to a branch and not a tag. This link https://github.com/elixir-lang/ex_doc/edit/v0.30.9/lib/ex_doc/markdown.ex#L3 404s. There are thus two problems: 1....