Jon Kleiser

Results 22 issues of Jon Kleiser

I was just curious to see how my SPA behaved on my Samsung smart TV: It just gave me an empty window. This doesn't matter much to me, but I...

When I go to https://markojs.com in Safari (14.1.2), the CPU load on my MacBook Air goes up above 100%. If I use the Brave browser, the CPU load is closer...

type:bug

It would be interesting see an example of how to read or input something from file or console, if that is possible.

From the readme I get the impression that Reworm is for use with React projects only. Has it been successfully tested with alternatives like Angular or Vue?

I wrote a simple program 'filelines.mod' (below) to count the lines, and find the length of the longest line, in text files, mainly to get to know voc better. My...

Maybe it's time to establish a forum like https://gitter.im/nicolas-p/skov ..?

When I click the Reveal button on the examples at https://russellgoldenberg.github.io/svelte-crossword/ in Safari, I don't get to see the solution. I just get the popup saying "You solved it!". I'm...

Answer words cannot contain foreign characters, like the Norwegian Æ-Ø-Å (æ-ø-å), or digits (0123...). This limits the use of this crossword component.

When I do ``` ceylon new simple --module-name=com.foo.bar fooBar ``` and then take a look at the run.ceylon, it contains comments like these: ``` // on the command line compile...

I'm surprised to find that this Lisp seems to have no way to handle or express an empty list. ``` > (cdr (quote (2))) ;Unspecified return value > (quote ())...