Markus Liebelt

Results 118 comments of Markus Liebelt

Do that. In that special example, that was the one result that contained an additional back tick (both in the tag "Result" and in the pgn text. And both are...

As described in #73 the job would be much easier if things would not be globally mixed up: 1. Split games, each game into tags and pgn. 2. Use the...

Sorry, that is the wrong notation. The notation looks like this: `1. e4 e5 2. Nf3 Nf6 3. Nxe5 d6 4. Nxf7 Kxf7 5. Bc4+ d5 6. exd5 N@d6` So...

Ok, the proposal of cleaning "dirty" pgn files should be the following: 1. Split the games first. 2. Parse the games individually, and react accordingly. 3. Make the grammar as...

See https://stackoverflow.com/questions/15308371/custom-events-model-without-using-dom-events-in-javascript# for a nice short explanation how events can be integrated easily. So one of the many proposals will be taken, so that at the end, the user of...

I had something different in mind with the first invisible move (and perhaps I will just close it, because there will be many changes to refactor it back to not...

I was partly successful with adding tests, but when I try to add pgnv functionality, I face problems again. Perhaps I have first to refactor parts of the code, to...

I analysed a little bit, and now I seem to understand, what is the case here. When using the background-image CSS rule, the rules don't overwrite each other. So images...

Could you elaborate a little bit your context? So you have the viewer running in a browser, and want to do what? The tool at the moment is mostly for...

I don't have too much experience in React.js, but from my understanding, you have the full Javascript possibilities at your disposal. That means, you have to find a solution how...