-
My overall plan is to ask my boat "Are we on course?" and then let the boat reply (over speaker.
My best buddy in this is ... chatGPT ;) ( I have no formal training in coding what so ever)
So after …
-
I'm in the process of including canboat-n2k PGNS within our new Rust signaling service https://github.com/redpesk-labs/canbus-rs .
In this integration process I fail including canboat DBC because …
-
The function tries to *edit* the pgn data with regexes. It appears that:
* some rules may break the PGN: 1, 2, 9, 13.
* some look like for a specific need: 3.
* some do not work, or I don't underst…
-
```
>>> import chess
>>> chess.__version__
'1.9.3'
>>> board = chess.Board('r1bqk1r1/1p1p1n2/p1n2pN1/2p1b2Q/2P1Pp2/1PN5/PB4PP/R4RK1 w q - 0 1')
>>> m = board.parse_san('Rf4')
>>> m1 = board.pars…
-
We have situation where one of your vessel has 3 Volvo Penta engines and we use [Volvo easy connect](https://www.volvopenta.com/en-gb/marine/products/easy-boating-solutions/driver-interface/easy-conne…
-
I trying to create parser for CoNLL-U format and try to run it on Ukrainian UD
What I discover there
```
# sent_id = 2m0p
# text = У 1995-му Сінгапур із 26 000 дол. США на душу населення обійшов…
-
I have a file
```
[Event ""]
[White "зада~~а 1"]
[Black ""]
[Site ""]
[Round ""]
[Annotator ""]
[Result "*"]
[Date "2020.07.12"]
[PlyCount "3"]
[Setup "1"]
[FEN "4r1k1/1q3ppp/p7/8/Q3r3/…
-
I have a PGN with comments like:
`15. Bf2 { [%c_effect f2;square;f2;type;Miss;persistent;true] }`
Trying to display this PGN results in a long error message printing out the PGN in red text:
…
-
I'm in the process of implementing a Rust version of canboat. While most information seems obvious. Before losing time in debugging, I would be please to get some precision.
Using "PGN":129285 as s…
-
Would it be possible, to pass the actual SAN String as well to `Visitor.san`? I'm working on a chess database, and would like to rebuild the proper PGN String (in well formed export format) as well d…