Denis Kvist

Results 5 issues of Denis Kvist

Code from example: `` Original SVG Image: ![bodygraph.svg](https://user-images.githubusercontent.com/7146527/30519698-53ec7a52-9ba5-11e7-8536-9664198f2489.png) Rendered PNG Image: ![rendered image](https://user-images.githubusercontent.com/7146527/30519699-53ef7054-9ba5-11e7-8c5b-c72f2631d32b.png)

bug

If someone like me want to insert video tag this is solution: Insert these function in **lib/markdown.php**: ``` /** * Process video snap * @return string * @param $str string...

enhancement

When i try to build server from example it failed with this errors: `$ go build server.go ` `# gopkg.in/oauth2.v3/generates` `../../../gopkg.in/oauth2.v3/generates/access.go:28:66: multiple-value uuid.NewV4() in single-value context` `../../../gopkg.in/oauth2.v3/generates/access.go:31:68: multiple-value uuid.NewV4() in...

When i'm trying to get `standalone/antd@latest`, i've got the following error: ```` (logs uuid: 862f9010-5759-11e8-b3c7-65686cae2835 ) Error: "browserify exited with code 1" code: 1 stderr: Error: Cannot find module './SubMenu'...

Signed-off-by: Denis Kvist ## Changes introduced with this PR This PR fixes the following issue: https://github.com/oVirt/ovirt-engine-keycloak/issues/54 ### Steps to reproduce: Run hosted-engine deploy with command: ``` hosted-engine --deploy --ansible-extra-vars=he_pause_host=true ```...