Ramesh Vijayaraghavan
Ramesh Vijayaraghavan
Can't we have something simple like SiteMaps.Current.GetAllNodes(true/false); when true could return with security trimmed and when false return all nodes? Why? Because the current approach forces us to use external...
I am also in need of the hierarchy. GetNodes can return the entire hierarchy by traversing the sitemap once without applying security trimming or taking the current user in context....
I ran across the same error. Resolved it by running ``` sudo apt-get update sudo apt-get install iptables ``` Should iptables be installed along with curl and other dependencies? @...
Hi @alexellis , @jsiebens Created a PR #237 . First time contributor here. Please let me know if the PR has any issues
My 2 cents. There are 3 usescases I could think of. 1. Make a button look like link. (eg. Expand All or Collapse All). In this case there is no...
I am not the core maintainer but I was hoping replacing the tqdm with richtqdm which is MIT licensed. The usages is also minimal, but as there are no tests...