Markus Liebelt

Results 129 comments of Markus Liebelt

See my work on #147 (all done on a branch). If the [documentation is right](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry), it should be easy to publish it then on NPM. Stay tuned ...

@eschiendorfer Could you be more concrete on what you are doing and why? The following works: * Have a Javascript application with `package.json´ * Add the library as a dependency....

Just tried it, did the following: 1. Go to a new directory. 2. Do the command `npm install @mliebelt/pgn-viewer` 3. Wait ... As a result, you get the following directory...

Hopefully you can solve it for yourself. I have no windows machine at hand (and no, that is no fun to do serious console work in windows). Have you tried...

Excellent bug report, I will try to address that as soon as possible. I have a similar report of not being able to use the multigame viewer and switching programmatically,...

> Thanks a lot. That other bug report is also from me, and I don't think they are related. The other issue is just about supporting `Z0` non-standard mark and...

Could you explain what do you mean by "a responsive website"? What are the necessary features the viewer should have to be responsive? I remember, there should be an issue...

There is currently no way to setup the chessboard in a responsive way. I have linked the corresponding image, that has similar / same feature demand. The relevant attributes that...

What is your expectation here? Like the name of the repository denotes, this is a tool to parse PGN strings. I see some relation to UCI protocol, but how could...

Wow, that is a great specification, thank you a lot. Based on this description, it should be easy to find a way to do something like that. Thinking more on...