Bernhard Weichel
Bernhard Weichel
I am using a rakefile to build and integrate abc2svg to my app. This rakefile takes all files in "modules" and tries to do build it. E.g. from `psvg.js `,...
I have a problem that it seems that Edge dos not support element.scrollIntoView if element is an node. It appears that scrollIntoView can only be used by some elments. http://www.java2s.com/Code/JavaScriptReference/Javascript-Methods/scrollIntoViewisappliedto.htm...
I currently use ```ruby rawDiff = Diffy::Diff.new(other.trace_orig, self.trace_orig) diff_as_html=rawDiff.to_s(:html) ``` But diffy calls another executable. In our case we use ldiff as provided by liff-lcs. I wanted to achieve something...
The approach to determine the line breaks by wrapping works in many - but not in all cases. Would it be possible to provide a list of keys and applicable...
The following screenshot shows that - colors make the text hard to read (they should be changed or at least changeable) - prompt is somehow broken - it seems that...
Originated in https://github.com/Phrogz/NeatJSON/issues/9 If the key can be interpreted as integer value, JSON.parse changes the sequence: ``` >> a=JSON.parse(%Q{{"a" : "1", "2" : "2"}}) => {"2"=>"2", "a"=>"1"} ``` but I...
-> https://mdn.github.io/webaudio-examples/decode-audio-data/ does not work on safari (Version 11.0.2 (11604.4.7.1.6) on OSX 10.11.6) # Steps to reproduce * open https://mdn.github.io/webaudio-examples/decode-audio-data/ on safari * push "play" button * nothing happens *...
Stefano wrote: We probably can deploy a generic "backend" save/load plugin that takes an url to be invoked at load and another to POST saves, but I don't know what...
I would like to modify backend.js and index.html such that it retrieves the templates from the backend. This would allow to install templates simply by copying the same to the...
When I go to the demo page ad set shuffle: false, it still shuffles. ```javascript { gridSize: Math.round(16 * $('#canvas').width() / 1024), weightFactor: function (size) { return Math.pow(size, 2.3) *...