Miika Alonen

Results 7 comments of Miika Alonen

Fixed some issues from transformations

Mostly fixed but have to do some tests

Need for recursive cycles? ``` z1 "" # Useful ... or not? ``` For testing: ``` cycle = resolve_cycle(Thread.current[:tshared][:loop_i],v[:cycle]).to_z def resolve_cycle(loop_i, item) if item.is_a?(Hash) && item[:cycle] resolve_cycle loop_i, item[:cycle][loop_i%item[:cycle].length] else...

Also add new Ziffers syntax as alternative for parameter to the Transofrmation page

Maybe there could be some sort of dropbox that would select correct intervals from the chord type, like: maj = I M3 5 7 = I M3 5 M7 min...

This is still an issue. Tried to use $ref under patternProperties but it is not working. Example: ``` title: Facts type: object description: A set of financial facts in xBRL-JSON...