Greg Bunia

Results 5 issues of Greg Bunia

When building tree, database is hitted for each node, looking up its parent node. The culprit is here: https://github.com/chrisroberts/acts_as_sane_tree/blob/d7aa2dbce7f07801c3d30a9494ac0c5bb14d6086/lib/acts_as_sane_tree/singleton_methods.rb#L150-L151. My branch fixes this issue. This is example output before: ```...

Visibility of the method `Ransack::Visitor#visit_Ransack_Nodes_Sort` is changed in [`lib/jsonapi/patches.rb`](https://github.com/stas/jsonapi.rb/blob/master/lib/jsonapi/patches.rb#L41) from public to private. This lead to errors in other gems using Ransack: - mobility-ransack https://github.com/shioyama/mobility-ransack/issues/15 - ransack-mongoid https://github.com/stas/jsonapi.rb/issues/2 Is it...

fix #805 fix #622 Set initial pdf scale to fit to available content height. Background: In 3.1.1 we gained possibility to zoom in and out pdf :fireworks: https://github.com/UniversalViewer/universalviewer/commit/888c4dfb231db69b2299602c5dce762994c1210e The initial...

**UV version:** ``` [email protected] ``` **I'm submitting a:** - [ x] bug report - [ ] feature request - [ ] support request **Current behavior:** Text in pdf files is...

It looks like the tree component could only build trees with one root node. ![image](https://user-images.githubusercontent.com/5792787/177376463-dd23c200-523e-42b6-bc26-7ca1d1117cbf.png) "School Activities" in examples. In my use case I need to build a tree with...

enhancement