Sven Pfennig

Results 13 comments of Sven Pfennig

@pariser, @carterkozak, can this PR be reactivated?

Hi 👋 I have still the error that the `snapcraft:core18/20` images are not available on M1 Mac. For building snaps `remote-build` works fine, but for debugging it is not enough....

~~Same problem, pi4 HassOS Core: 2023.12.3 Supervisor: 2023.12.0 Operating System: 11.2 Frontend: 20231208.2~~ ~~No entries in addon list.~~ @Tankyspanky, fresh install was a good hint. I forgot to enable advanced...

Thank you @jrollins , there seems to be a problem with the timer when you hit pause and switch the WPM. I have an experimental branch with the rewritten OpenSpritz...

Updating to RC1 is pretty easy. You just need to update the deps like this: https://github.com/0xE282B0/angular2-rest/commit/7f6d99d9b3f49d79abc4b896c31a48a4c1111bce

spritz.js: ``` js 173 var tail = 22 - (word.length + 7); 174 word = '.......' + word + ('.'.repeat(tail)); ``` ``` js 310 String.prototype.repeat = function( num ){ 311...

We can use soft hyphen (­) to split long words. For German and English there is for example hyphenator.js https://code.google.com/p/hyphenator/ which can be used as bookmarklet, too. But I have...

Maik Maurer one of the spritz founders says that they change the ratio between the words for other languages. http://www.golem.de/news/spritz-auge-starr-aufs-wort-gerichtet-1403-104911-2.html I think a language detection would be a bit too...

Yes, I'm thinking about something like an bookmarklet generator where you can set parameters.

Hi jv, That's true the script needs a page reload. A workaround is to modify your bookmarklet like this: ``` javascript javascript:(function(){ if(typeof cb == 'undefined') { cb = function(){...