Karl Werner

Results 5 issues of Karl Werner

When stages were introduced (https://github.com/boardgameio/boardgame.io/commit/da2f0eaadfe53701fa62370578bcb1c9ee5a1a7d) the `Step` function (back then in client.js) received the following update: ```js let playerID = ctx.currentPlayer; if (ctx.stage) { playerID = Object.keys(ctx.stage)[0]; } ``` This...

help wanted
feature

currently ESI supports getting calendar events, and reacting to them, but not to create new ones.

esi-calendar
feature request

As far as I can see, there is no button / feature to remove a character from the app (not just the SP Farming sheet).

enhancement

While debugging my project I noticed all my conversationGUIDs (for SyncRequests) were zeroed out. ``` Debug: [WatsonTcpClient] synchronous request sent: 00000000-0000-0000-0000-000000000000 Debug: [WatsonTcpServer] client [a37039c9-fd04-4307-9049-d88b22780704|127.0.0.1:34966] attempting to register GUID 1d758355-8ef9-4008-8f0b-34c6099e6459...

In `.env` we define ``` DOCKER_REGISTRY=docker.pkg.github.com/jvalue/open-data-service ``` Do we need to / should we change that, now that the repository is called *jvalue/ods*? All `package.json` files also still refer to...