Karel Mácha
Karel Mácha
This is actually a followup of the issue #32. So far I was able to resolve most of the _MODULE_NOT_FOUND_ issues with adding modules to the __staticDependencies__ array when initializing...
I also added the check for the package.json _main_ property, since in the thrown error you states, that it shall be a required property.
I would really appreciate, if the __IPluginInfo__ could also include the the **descritpion** of the installed package. My application make a a very good use of live-plugin-manager in a way...
I set up Jenkins and Bitbucket and I am able to trigger the poll manually with curl: ``` bash curl -v http://jenkins.url:8080/git/notifyCommit?url=ssh://[email protected]:7999/ian/project.core.git * Hostname was NOT found in DNS cache...
Hello, first - many thanks for this marvelous software allowing me to connect to company VPN on linux. It works well when I use the _sessionID_ but fails with with...
I could not find any example of how to use __cursor.observeChanges__ in a Vue component. ### Reason I have a component encapsulating a interactive data visualization. This visualization is not...
I developed a theme which relies on "promisedHandlebars" because it converts remote images to base64 which runs async. Does this project supports JSON resume themes returning Promises in their render...
Hello, I am trying to implement an "horizontal" flextree layout. So far so good, after I switched some x and y coordinates. I would like to add some extra separation...
My tree-data lies as a plain array at the beginning, so converting to a nested structure is necessary before processing with _flextree_. If I use the __d3.stratify__ function it creates...
Since I do not own a Windows machine, providing releases for all possible platforms is a difficult task. GitHub action might be solution to this problem. There is even a...