Flavien Charlon
Flavien Charlon
**Plugin version**: 2.3, downloaded from GitHub **Issue description** When using templates for collision shapes in Tiled, the shape gets imported as empty into the tileset. **Steps to reproduce** Using tiles...
For dependency injection purpose, I sometimes need to decorate constructor parameters with attributes. Is there a way to somehow copy the attributes defined on a field to the corresponding parameter...
It would be great to have .NET Core support.
I use this simple code: ``` var newPool = new Pool({ network: "testnet", maxSize: 100 }); newPool.connect(); ``` However, after a minute or two, I get the following exception and...
I have a simple switch configured with PSM (simple battery-powered CC2530 board). After pressing the switch a few times in quick succession, the switch seem to often crash and restart,...
**What do we have now?** I want to return a `CompletableDeferred` from a public API. I am returning it as a `Deferred` as I don't want the consumer of the...