John Hinnegan

Results 16 issues of John Hinnegan

Putting 2 objects of different active record classes into the same array causes an exception: ``` irb(main):001:0> c1 = MyFirstClass.first irb(main):002:0> c2 = MySecondClass.first irb(main):003:0> [c1, c2] .../ruby-2.4.4@XXX/gems/activemodel-5.2.0/lib/active_model/attribute_methods.rb:430:in `method_missing' .../ruby-2.4.4@XXX/gems/hirb-0.7.3/lib/hirb/helpers/object_table.rb:10:in...

[This change](https://github.com/espressif/esp-insights/commit/3d3fdcb9a45e1438354da69db772c733822c02bf) breaks trying to link to older versions of arduino-esp32. This method was added in [this change](https://github.com/espressif/arduino-esp32/commit/165d62472a913c8b2878f19fc1fffd505948c9ac). However, `esp-insights` is not versioned. So now it is not possible to...

The word `Stopped` is [misspelled throughout](https://github.com/espressif/esp-mdf/search?q=stoped). Incorrect spelling is `Stoped` Suggest that this be fixed in backwards compatible way on next minor patch and then the backwards compatibility be removed...

The Readme is linking to [ESP-WIFI-MESH](https://docs.espressif.com/projects/esp-idf/en/stable/api-guides/mesh.html) which 404's

When looking for claim data, only the first line of claim data is ingested. Claims can contain many lines of text. An example: ```xml 1. An imaging lens system including,...

When parsing the bibliographical information, we just insert the keys ```python invention_title = root_tree.find(invention_title_path) document_data = {} if publication_info != None: publication_reference_info = {element.tag: element.text for element in list(publication_info)} document_data...