Dave Lage

Results 40 issues of Dave Lage

With Bootstrap 5.0, jQuery is no longer required. The feature we used that required it was the dropdowns in the header nav bar. Currently running Bootstrap 5.0 beta so no...

``` local cb_groups = require'colorbuddy.group'.list_groups() require"colorbuddy.group".save_vim_colorscheme("boo", "colors/boo.vim", require"colorbuddy.group".generate_vim_highlights(cb_groups)) ``` Currently I can not seem to get a list of groups to represent. I tried a bunch of different things to...

Adding more tests. Updating ExIRC to 2.0

This makes the colorscheme have 2 supported uses. ```vim colorscheme boo ``` will use the boo.vim with the exported colors ```vim lua require('boo-colorscheme').use({}) ``` will use the lua version of...

![2020-11-11-230348_4480x1440_scrot](https://user-images.githubusercontent.com/15027/98894239-5bcd8780-2472-11eb-9ca4-a2c3142a848a.png) ![2020-11-11-230210_4480x1440_scrot](https://user-images.githubusercontent.com/15027/98894240-5c661e00-2472-11eb-9bbe-96cca05c5590.png) ![2020-11-11-225653_4480x1440_scrot](https://user-images.githubusercontent.com/15027/98894242-5c661e00-2472-11eb-9854-1d573901aa05.png)

Thanks for making this great language server! One thing I wish I could do is add a detect marker requirement. This would make it possible to not run tools if...

Add `id` attributes (or other attributes) to the ` _Firefox accessibility issue checker_ The new beta Firefox accessibility issue checker is suggesting that the `listbox` element be labeled. There is...

This allows users to run runnables that were run previously. Example: Running previous test runnable and not needing to return the cursor to the function position. --- Would love feedback...

Diagnostics sometimes infers certain errors in some places that can be solved with code actions. Hinting to the user of possible code actions (and using diagnostics to put the cursor...

I'm trying to sync up files using linode-cli on a windows box (windows-latest) on Azure Pipelines via Windows cmd CLI. But using `*` on a filename doesn't seem to work....