Victor Perez
Victor Perez
I have been working on a tool to automatically turn a folder of frames into a Tileset. For this purpose, I've modified the structures in this package to have the...
I've noticed that in some cases you define default values for the struct interface. For example in the text unmarshal function ```go type Alias Text item := Alias{ FontFamily: "sans-serif",...
Just to be aware, This is something that should be easy to implement. Link to the docs https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tile-flipping
Hello! I've found a bug in the characters list.  The folder name is displayed incorrectly - Events/Circus - Events/Circus - Events/Factory My expectation is to have the following names...
Hi All is it possible to create a bridge connection? http://www.steves-internet-guide.com/mosquitto-bridge-configuration/ I would like to use this feature to simulate a multi-broker network Thanks
Hello! This is an awslambdaechobot exmaple that just works. I want to put a bit more time into this later so I can explain how every piece in this example...
this is an attempt to implement arrayok types. This example just covers float64, but it should be easy to extrapolate to any other type. The idea is that if the...
**What this PR does / why we need it**: I was reading the instructions on the readme and the `go get` command doesn't work outside a module. The `go install`...
The tool has been used on multiple scenarios before, but recently. We came across the need to recover from failed attempts. The solution we decided to implement is to make...
I noticed I made the mistake to forget to set the version variable correctly. This changes aim to fail a the tag pipeline when it happens, so developers can realize...