Michał Dąbrowski

Results 3 issues of Michał Dąbrowski

help wanted
dependency pattern

I was trying to use vapor-forms in a multipart post request, using it for everything except the actual uploaded file (handled that on my own). I don't know why, but...

I've added PGNMove struct (representable by string) as well as parsing PGN Moves. You can now use this API as this: ` game.execute(move: "NF3") game.execute(move: "O-O") game.execute(move: "exd5") game.execute(move: "d8=Q+")...