Rory O’Kane

Results 68 comments of Rory O’Kane

Thanks for the bug report. In a local branch, I added the file you linked as a test case, and can reproduce the problem. ### Desired behavior I think the...

I prefer Option B to Option A. However, I would like to propose a **modification of Option B** that I like more than either of those. The modification is to...

A use-case that either could be solved by this feature or could have another feature dedicated to it: > Would be great if you could change the label for all...

The calculations not working is probably the same problem as #66. But implementing one-sided limits sounds like a new and valid request.

There is already [a test for this computation](https://github.com/gogotanaka/Hilbert/blob/master/test/interpreter/test_integral.rb#L10); the expected answer in that test should be changed too.

I suggest that `postulate zfc_analysis` be enabled by default, whatever it does. Requiring the user to type an unguessable command before running certain calculations makes the program harder to use,...

To be clear, the desired functionality would be to cut off only the title of the tab that has the audio icon. Other tabs with no audio icons should stay...

[My comment in #144](https://github.com/traxium/tabtree/issues/144#issuecomment-255290131) may help with implementing this. It points out where key combinations are currently hard-coded except for the configurable F8 shortcut, and it describes two possible ways...

Hotkeys are currently defined starting at [line 1140 of `bootstrap.js`](https://github.com/traxium/tabtree/blob/cb6c726e1641998795fb6284c81cd034d44aaf41/bootstrap.js#L1140). Most of the key combinations are hard-coded, directly referencing keyboard keys like this: ``` js } else if (keyboardEvent.ctrlKey &&...

See also: [#49 – [Feature] Customizable keyboard shortcuts](https://github.com/traxium/tabtree/issues/49)