Stuart Bell

Results 10 comments of Stuart Bell

Yep, already run those in my project. I tried `:checkhealth` and it returned this: ``` health#coc#check ======================================================================== - OK: Environment check passed - WARNING: pyx command not work, some extensions...

@iamcco set thte verbose setting and viewing language server output channel as described [here](https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel) The server log seems to be blank?? (bottom window in screenshot) Let me know if I'm...

folder structure is below. the html file is ./public/index.html and tailwind.config.js is in the root folder ``` tree -L 2 . |-- README.md |-- css | `-- tailwind.css |-- node_modules...

@iamcco any ideas on what to try next? I've installed coc-tailwindcss and coc-html with otherwise clean nvim config and am still getting the same issue with coc-tailwindcss (coc-html seems to...

Another 3rd party lib: I've just come across https://github.com/bmatcuk/doublestar, seems to be working okay so far...

@tsbonts there are limitations with this approach: 1. all cells have to have been formatted with a style (not ad-hoc formatting) 2. all styles have to have fill and font...

I'm working on a second version: https://raw.githubusercontent.com/stu0292/ExcelDarkMode/main/DarkMode2.vba which might work better for you

@matafokka your project looks neat! I don't have time to collab on any new projects I'm afraid. Feel free to reuse any of the code in this repo if it...

> [MDendura](/MDendura) thanks! I saved this as a .gitattributes in the .devcontainer folder and recloned the repo and tried the 'reopen in container' command. Seems to have fixed that issue....

So I've been thinking more about the mechanism for this. I think this would work: - For each slide compare the height of the remark-slide-scaler div with that of the...