Famondir

Results 10 comments of Famondir

Hi I tried it with "video.js": "^7.18.0" "videojs-youtube": "^2.6.1" and had no luck. My codepen throws the error mentioned in the thread title: https://codepen.io/Famondir/pen/rNYvrYz On a Moodle page (where I...

Okay. After 2 days of runtime and no response of our remote server the process now crashed without a result. It'ld be great to have this feature so one can...

I just came to the same problem that we cant sym some strings like "col1[id]". But I found a solution I want to share with you: we can use [str2lang](https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/parse)...

For me it worked running `pyb run_sonar_analysis` after setting everything up correctly which took me a while since I'm still a IT student. I will document what I have done...

I tried passing visjs options like this as well: ``` 'edges': {'scaling': {'customScalingFunction': 'function (min, max, total, value) {return value / total;}', 'min': 5, 'max': 150}} ``` I took it...

You can disable the dummy node by accessing the Jaal objects data entry and setting the hidden and physics attributes there: ``` node_df.loc[len(node_df)] = ['dummy', '', '', 100, 100] #...

For me the `stabilization` key word did not help but to change the solver helped. I got best results with `repulsion` instead of the [default](https://visjs.github.io/vis-network/docs/network/physics.html) `BarnesHut`: ``` Jaal(edge_df, node_df).plot(directed=True, vis_opts={'physics':{'solver'...

Sure. I tried it with this version using pytest: ``` # -*- coding: utf-8 -*- from pybuilder.core import use_plugin, init use_plugin("python.core") # use_plugin("python.unittest") use_plugin('pypi:pybuilder_pytest') use_plugin("python.flake8") # use_plugin("python.coverage") use_plugin('pypi:pybuilder_pytest_coverage') use_plugin("python.distutils") use_plugin("python.sonarqube")...

When I run `pyb` instead of `pyb run_sonar_analysis` then the indication of not met thresholds is printed correctly in the terminal output. And when I run the sonar scanner manually...

Came to the same type of request. I just ended up with some presentations that were created with latex beamer and converting the PDF to a pptx will mess up...