-
When given an array of hashes `metadata` method fails if the value is not an array of hashes, but a single hash. A single hash is valid for the ES fields in question, so Orchid needs to be able to han…
-
The indentation of nested hashes does not detect when the inner hash is closed.
Here's vim-ruby:
```
order = { 'Top' => { 'One' => 1,
'Two' => 2, },
'Second'…
-
I just wrote this and the indentation level of the interior map seemed un-standard-like in how deep it was. I would have expected it to close (`})`) in alignment with the start of the key symbols.
…
-
There is one problem that I noticed in ruby 1.8 (ruby 1.9 has ordered hash so it's must be ok). Problem occurs when signing nested hashes (for nested hashes ordering does not work), for example:
```…
-
This one is weird edge case of some kind, but i'm not sure what kind. Here's the reproduction:
```
conf = Confstruct::Configuration.new
conf.configure( :top=>{:middle=>{"one"=>"two"}} )
conf.top.…
-
Hello! I am wondering how I can set up my interaction to expect has_many nested attributes in the Rails form format.
I have two classes:
```
class User
has_many :pets
end
class Pet
be…
-
(This issue was originally filed by @GABeech at https://github.com/elastic/logstash/issues/1323)
---
I would like the ability to have nested hashes when using the mapping function of the HTTP output…
-
#### Expected behavior vs actual behavior
```ruby
input = {"include"=>"",
"data"=>
{"attributes"=>
{"field_type"=>"dropdown",
"name"=>"new field name",
"description"=>"new fi…
-
Beware! This issue is not meant to say "We need this now" or even "We need this" at all. Keeping SuperJSON human-readable is a big advantage that should not be underestimated. This issue just aims to …
-
I have the following template:
```haml
= turbo_frame_tag 'dialog-container' do
%div{ data: { dialog_target: 'redirect', redirect_to: } }
```
And I render it by passing a local:
```rb
mo…