The Wayback Machine - https://web.archive.org/web/20200626111208/https://github.com/topics/tree
Skip to content
#

tree

Here are 1,892 public repositories matching this topic...

TheSuperNoob
TheSuperNoob commented Mar 2, 2020

Is there a reason why in travis CI config the command black --check . || true is run? I don't see the point in checking if files needs to be reformatted if it's just going to be ignored anyways.

Currently running black --line-length 127 --check . -> 399 files would be reformatted, 74 files would be left unchanged.

In additio

danielchang-Z
danielchang-Z commented Sep 30, 2018

A pleasure that LinkedHashMap has been added.

While I have a different point about the iterative sequence. The sequence should order by the key last time put in instead of the first time put in.

This situation is caused by the func named LinkedHashMap.Put:

// Put inserts key-value pair into the map.
// Key should adhere to the comparator's type assertion, otherwise method panics.
fu
broot
HachimanSec
HachimanSec commented Feb 3, 2020

Hello there,
I just installed the latest version of broot 0.12.2 in iTerm Build 3.3.8 on a Mac OS Catalina 10.15.3.

It looks like a pretty amazing tool! Thanks for all the hard work*

One question, Alt+Enter is the default to bring the current windows into full size.
How can I change this? In the config file at /Users/USER/Library/Preferences/org.dystroy.broot/conf.toml, there is no Alt+

shtefcs
shtefcs commented Mar 10, 2020

I remember last year before this repo came to Alibaba hands that it had much better documentation.

Now you its hard to find, and you need to go to some not much friendly website to read unfinished documentation.

Can you guys simply upload documentation API over here like every other normal repo?

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • Updated Apr 16, 2020
  • TypeScript
ghost
ghost commented Feb 14, 2018

I'm using fancytree and have all kinds of issues due to lack of any documentation for typescript.

1st. Extensions
I want to attach filtering capabilities to my tree

This is my html structure.

    <%-- Search Tree --%>
 <input id="lables_website_tree_search" 
               name="search" 
               placeholder="Serach..." 
               onkeyup="require(['websitesMapCompone
felixvuo
felixvuo commented Dec 18, 2019

I think it would be nice to have the option to dump a raw graphviz DOT file instead of the sppf.png for a few reasons:

  • the file size is a lot smaller
  • it's nice to be able to "do things" with the resulting tree in its structured form, rather than navigate the rendered bitmap
  • it's only one extra (or no extra) line and could be optional, e.g. if you've turned on "debug" mode.

Any though

Joey8385
Joey8385 commented Apr 8, 2020

I'm submitting a ...

[ ] bug report
[x] feature request
[ ] support request

Current behavior
When using DataTable with selectionMode 'multiple' a clickable checkbox occures for every row.

Expected behavior
It should be possible to disable checkboxes conditionally for certain rows by e.g. a body for the checkbox column.

Improve this page

Add a description, image, and links to the tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tree topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.