Robert Buels

Results 117 comments of Robert Buels

Updated the description, I don't think this is stale with this update.

nice example from GBrowse of the kind of thing we're going for ![image](https://user-images.githubusercontent.com/73749/157513913-468ce541-b037-472f-b586-2c1452a336a3.png)

from meeting just now, thinking about how to allow pluggable Glyphs. two ways of doing this I can think of: 1. add a pluggable element type called a CanvasFeatureGlyphType, add...

There seems to be increasing interest in this, based on #1788. This is also probably pretty important for users of embedded, such as the group of @kuffelgr

`pluginManager.pluggableConfigSchemaType('adapter')`

Ultimately we would like to make it so that sequence adapters can be gotten automatically and not be part of the config. Failing that, let's at least make it editable...

As discussed just now in meeting, it's usually possible to fetch a specific version of a plugin by editing the plugin's URL in the configuration, which can help smooth over...

Is this related to MacOS app permissions? Is there some permission for local file access that the app needs to be given?

preliminary research suggests we might need to add `entitlements` to the mac build in jbdesktop package.json? https://eclecticlight.co/2019/02/26/entitlements-how-apps-get-back-what-theyve-given-up/ https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AboutEntitlements.html