onelesd
onelesd
The following code triggers a warning to the console even though `dataCount.dimension()` is never directly called. ``` const chart = document.querySelector('#data-count') const group = ndx.groupAll() dc.dataCount(chart).crossfilter(ndx).groupAll(group).html({ some: '%filter-count of %total-count',...
Are there plans to support this?
It would be helpful to have an indicator of a zoomed in pane, lest we forget. One way to integrate is like so: https://github.com/nvim-lualine/lualine.nvim#lua-expressions-as-lualine-component
Not sure which module to blame here. But the error goes away by commenting this section of Dancer::Plugin::Database::Core.pm ``` perl # To support the database_error hook, use DBI's HandleError option...
After calling `hs.grid.show()` any alphanumeric keys pressed are passed to the focused window instead. Config to reproduce: ``` hs.grid.setGrid("9x5", "5120x2160") hs.grid.HINTS = { { "A", "B", "C", "D", "E", "F",...
redirects to another domain with malware hosted on it.
The warning below is printed when an element is found on the page and is visible, but it's position shifts due to a changing DOM before the click() is executed....
## Description This adds support for wezterm to the mux implementation. Supports only "split" mode which mimics how sidekick embeds sessions w/o mux. There is no technical limitation to adding...