HeinrichAD
HeinrichAD
How far has the work progressed? Actually, this is excactly want I would need for my research. It would be awesome if zennit had this functionality or at least a...
Thank you for the fast response and for your commitment. I will test it, maybe not today, but tomorrow. I will let you know if I succeeded (or not).
I added my comments/feedback to the pull request itself.
I think it's a great idea to add Dockerfile for plantuml-editor. However, some things seem to have changed in the meantime. Dockerfile - VUE_CONFIG_SERVER doesn't exists anymore - the URL...
@wicksome The changes are fine. I would say without any code changes this is the best we could achieve. Unfortunately, it looks like PRs are not really reviewed. Therefore I...
I would like to kindly ask you for a solution to this problem. Many of your examples are based on this RM: ```python colbertv2_wiki17_abstracts = dspy.ColBERTv2(url='http://20.102.90.50:2017/wiki17_abstracts') dspy.settings.configure(lm=turbo, rm=colbertv2_wiki17_abstracts) ``` Unfortunately,...
As temporary workaround (not that flexible) I am using the passed image file path. ```latex \makeatletter \newcommand{\includesvggraphics}[2][\textwidth]{% \filename@parse{#2}% \includesvg[inkscapepath=svg-inkscape/\filename@area,width=#1]{#2}% } \makeatother ``` Usage: ```latex \includesvggraphics{experiments/datasets/mnist.svg} % or \includesvggraphics[.5\textwidth]{experiments/datasets/mnist.svg} ``` Output:...
No that's not the case here. There is much to do to get this extension working as a web extension. - update the vscode engine (the current version does not...
As far as I see, there is already a PR which address this problem. PR #865. If the issue is therefore duplicated, feel free to close it immediately.
IMHO the solution is to use inheritance. (And if for whatever reason one does not want to or cannot use inheritance, the programmers have to take care of it themselves...