Byron Ruth
Byron Ruth
A few basic requirements for this to work: - data _identity_ - generally denoted by a primary key (row-level) and optionally a particular field (column-level) - annotation format - what...
Hmm, this is getting into the invitation management territory which includes: - sending the invitation (email) - keeping track of pending invitations per user - checking for bounced emails (this...
A more general solution could be to provide a function in the config that takes the names as an argument and then call that in the component if defined. ```js...
Looking into jsDelivr which is CDN that freely hosts open source project files.
The Cilantro-specific files have been added to the jsDelivr CDN: http://www.jsdelivr.com/#!cilantro See jsdelivr/jsdelivr#526
Now that the core Cilantro files are hosted on a CDN, the `paths` hash above RequireJS config has been updated to include `cilantro` and `cilantro/main`. A CDN can be used...
In version [2.2.23](https://github.com/cbmi/cilantro/releases/tag/2.2.23), the Bootstrap and Font Awesome stylesheets have been broken out so they need to be included in the project's template. This enables using a CDN to serve...
@sgithens There is an issue for Serrano (https://github.com/chop-dbhi/serrano/issues/214) to add support for filtering by tree.
I just posted a PR for the Serrano issue: https://github.com/chop-dbhi/serrano/pull/258
@sgithens Nice analysis. There are a few approaches to handling the `tree` parameter: - Add a centralized dispatcher of requests that is aware of global switches like this - Make...