tcal

Results 20 issues of tcal

https://github.com/electron-userland/electron-forge-templates/issues/33

the AppSignal object returned by the signal_handler callack does not tell us which cell (nick/role) or which zome the signal came from .. I see this is as a bug...

let zip = new AdmZip(zippath); let entry = "images"+path.sep+imagename zip.extractEntryTo(entry, destination, false, true) i hit this code hard on the mac with Async.. works fine on windows i get errors...

hey this is awesome.. just a couple of things to run this command line.. - after install .. you need to `cd` in the `libs` and `applets` directories and `npm...

"polling is generally an anti pattern", beyond pubsub for custom notifications of activity in a cell .. it would be helpful to implement a pubsub feature for health stats.. that...

a matrix to show which HDK/HDI versions are compatible with conductor revisions if the HDK is like the DNA for holochain, which versions are compatible under a conductor (holochain revision)?

documentation
good first issue
permanent

`export type InstalledCell = { cell_id: CellId; role_name: RoleName; };` `export type InstalledCell = { cell_id: CellId; cell_name: CellName; role_name: RoleName; };` the yaml files appear to have "name" and...

needs clarification

indexing of clones. (rolename:integer) to make a "clone_id" is undocumented and a bit unclear I think it would be useful to have a common unique field which abstracts above all...

addresses: [Feature request 286](https://github.com/lou/multi-select/issues/286) ability to have event handlers for both single and double click - singleDblClick builds on dblClick by adding two more event handlers .. beforeSelect and beforeDeselect...

I would like to be able to double click an item to put it in the selected or deselected list.. followed by the event handler afterSelect/afterDeselect. (The current code does...