Brad Lindsay
Brad Lindsay
It looks like the tests are passing with 6.1.5 for me.
~I'm not sure why GitHub is showing 5 different commits when it should just be the one.~ Sorry, was missing the merge commit for some reason.
@lsegal thanks for looking this over. The ultimate end goal is the ability to have a hierarchical structure for these extra documents. The idea being that I would use globing...
What if, instead of messing with `ExtraFileObject#name`, we used `ExtraFileObject#path` for this? Patch: ```diff diff --git a/lib/yard/code_objects/extra_file_object.rb b/lib/yard/code_objects/extra_file_object.rb index c0f53a3e..eb9bad6f 100644 --- a/lib/yard/code_objects/extra_file_object.rb +++ b/lib/yard/code_objects/extra_file_object.rb @@ -8,6 +8,7 @@ module...
So here's what I'm trying to do to get the supervision tree [to end with the endpoint](https://github.com/absinthe-graphql/absinthe_phoenix/issues/46#issuecomment-651148721): The supervision tree setup: ```elixir children = [ {Phoenix.PubSub, [name: MyappWeb.PubSub, adapter: Phoenix.PubSub.PG2]},...
I think we need to just change `AnnotatedTags` to `AllTags` in [this file](https://github.com/starship/starship/blob/master/src/modules/git_commit.rs#L50) as mentioned above. I wanted to test this, but when I build the project, I get an...
Another example of a generated query that causes a MySQL error due to an integer being encoded as a string in the query: ```ruby value = 339 ActiveRecord::Base.sanitize_sql(["ALTER TABLE tbl_name...
I am also having this issue. In fact, to get the builds to work at all, I have to add `skip_package_pkg: true` because otherwise it crashes with an error `[!]...
This is still an issue with version 0.5.11230, and I think the problem is only going to get worse as there's less of a need to install Rosetta these days.
Have you thought about utilizing Lasso 9's doc comments? Here's a quick example grabbing some doc comments in the Lasso 9 core code itself (Run this from the command line):...