Amadeusz Sadowski
Amadeusz Sadowski
Within `GitHubActionsCore` PowerShell module we're currently missing some commands and options added since last release: - `notice` command - `getState` and `saveState` commands - `summary` commands (job/step summary) Source: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#about-workflow-commands
@ebekker I tried my best to port in my module in the form I have in my repo. There's a lot of changes, and still a lot to do. Please...
Hi, I've used your original GitHubActions module from https://github.com/ebekker/pwsh-github-action-base some time ago to make my own `pwsh-script` Action: https://github.com/Amadevus/pwsh-script I've fixed up some things in the https://github.com/Amadevus/pwsh-script/blob/master/lib/GitHubActionsCore/GitHubActionsCore.psm1 main module file,...
Adding UI for managing data sets (game systems, catalogues etc). Browsing Gallery/Appspot content and selecting which items to download, and showing which are currently installed locally. The backing code is...
We need to document queries: what are legal combinations, how do they work, what are the results. ## BS Nodes The elements in BattleScribe that use queries are: `condition`, `constraint`,...
The general objective is to create a dataset (gamesystem + catalogues + rosters) that has a very strictly defined desired behavior (mostly in terms of roster editor behavior). Those expectations...
The idea here is to organize a "hackathon" where, given sample data set and (maybe?) a mocked API for Data Engine, a person creates a prototype UI in their framework...
- mobile first - hardcoded data if that even - 3 views: - roster metadata (name, points) - separate or not? - root selection list ("main" view) - selection edit...