Wes Alvaro
Wes Alvaro
Using the `fish_postexec` event removes the reliance on `history` as the command that just finished executing is passed in as the first argument to the function. The `fish_prompt` event is...
[Kitty has support for desktop notifications built in](https://sw.kovidgoyal.net/kitty/desktop-notifications/). Additionally, `terminal-notifier` seems to hang when using `-sender` with Kitty.
New Features: - More modular design - Less dependencies/complexity - Style sheets imported into Shadow DOM - Draws with (Chart)Wrapper - Introduces: - Dashboards - Controls - Queries - Editors...
Moves the data-related construction to an element that can be used on its own. #153 Adds an element for the Query class. #121 #153
This is just a preview! But comments are welcome. Moves data handling to a behavior to be shared between Charts and Dashboards.
https://developers.google.com/chart/interactive/docs/reference#error-display
Some ideas below... `google-chart-data.output` is a `google.visualization.DataView` `google-chart-data.input` is a URL, `DataTable` format object, or `DataTable` object. This `google-chart-data` element is created inside the `google-chart` element to work with today's...
The google-chart element may be size 1000px x 1000px but the chart will only be drawn at 400px x 300px. The element should get its computed size and set the...
Options is really ugly. Common options should be able to be set on the element itself.
Currently, when pasting character-wise, the selection is kept at the beginning. In VIM, the behavior is placing the cursor at the end of the pasted content. Example of current behavior:...