Jonathan Newton
Jonathan Newton
from panel/models/tabulator.py: JS_SRC = "https://unpkg.com/[email protected]/dist/js/tabulator.js" MOMENT_SRC = "https://cdn.jsdelivr.net/npm/luxon/build/global/luxon.min.js" THEME_PATH = "[email protected]/dist/css/" THEME_URL = f"https://unpkg.com/{THEME_PATH}" PANEL_CDN = f'https://cdn.jsdelivr.net/npm/@holoviz/panel/dist/bundled/{THEME_PATH}' none of this supports PANEL_INLINE from what I can tell..
i will second this - we have a mostly SystemVerilog env with only some C++/C and we'd like to standardize on DoxyGen and having this work in VScode would be...
> @jpaveg @jonnyboynewton I've removed this dependency in the latest pre-release, so this should be resolved. Let me know if for some reason you're still having problems. Excellent! Thanks! >...
nvm - i see 124 available now
> I'm having the same issue as [@eliasmistler](https://github.com/eliasmistler) with graphviz on my macbook pro. The official (pip-based) solution is https://pygraphviz.github.io/documentation/stable/install.html#homebrew > > ``` > pip install --config-settings="--global-option=build_ext" \ > --config-settings="--global-option=-I$(brew...
> [@jonnyboynewton](https://github.com/jonnyboynewton) no sorry, I've been manually installing it via pip (as for me this is kind of a dev requirement, I only use it in notebooks for exploratory analysis,...
Is this the same as #1705 / #1771 ?
Same fundamental issue as #1705. This was introduced in 0.8.43, if you revert to 0.8.42 for the time being, you should be good until this gets fixed.
mine is a perforce (not git) client - some examples with tons of files, one example with small-medium amount the large client ``` find . -type f | wc -l...
it would be nice if Continue used the same ignore list as the VSCode File Watcher excludes (per remote server in the settings.json) I don't want to have to specify...