Glen Pike
Glen Pike
If I try to export to SVG (400 x 399) and change the bounding area to the following coordinates: -179,-85.0511,181,85.0511 I get the following error: Error: Number is greater then...
We're working with Arabic translations for our projects, but are having some issues with rendering of blocks for RTL languages like Arabic. We have an example translated block here: http://scratchblocks.github.io/translator/#?lang=ar&script=when%20flag%20clicked%0Amove%20(10)%20steps%0Arepeat%20(10)%0A%09move%20(10)%20steps%0Aend...
Ubuntu 16.10 doesn't like the spaces.
See https://github.com/npm/npm/issues/11495 Affects "saving" of existing package list for re-install: https://github.com/glenpike/npm-g_nosudo/blob/master/npm-g-nosudo.sh#L50
Remove Bang ! from MD links
Using out of the box, latest Raspbian clean install, downloaded with the Raspberry Pi imager and downloaded the 64bit version of Ossia Score, but I get the error: 'Shared object...
Remove the onKeyPress handler from the number field as HTML5 number doesn't allow non-numeric input. Add "TODO" test - it won't render field with a non-numeric value. Update example with...
Merge #372, add test for the Add Button - does it still work after calling setValue. Should fix #517 too.
We should be using $selector.prop('disabled', true) and $selector.prop('disabled', false); to toggle disabling of fields. This might mean selects are disabled properly. Check #412, #485, #497 behaves as expected. By using...
As per fix, push each rendered element into an array which we then pass to $.fn.add in one go - more efficient. Add test to ensure that add only gets...