Mikkel Paulson

Results 48 issues of Mikkel Paulson

This is a draft implementation of #463 for review and discussion. See the parent issue for the schema proposal. To do: - [x] Migrate data to new schema - [...

There's a general schema for links to other entities that looks like this: ```json "equipment_category": { "index": "armor", "name": "Armor", "url": "/api/equipment-categories/armor" }, ``` But most of the subcategories in...

good first issue

### Summary Combines `Rules.json` and `Rule-Sections.json` into a single file with self-referential links according to the following format: ```javascript [ { "name": "System Reference Document 5.1", "index": "srd", "url": "/api/rules/srd"...

Most Places still lack name generators, so the only way to create a blacksmith (for instance) is `blacksmith named Blah`. The only Place that currently has a generator is the...

enhancement
task list
good first issue
help wanted

Steps to reproduce: 1. Open the web inspector it your browser. 2. Type `npc named journal`. 3. Press `j`. 4. Bask in the error message `panicked at 'internal error: entered...

bug

The integration::storage::export_import::import_event test (in core/tests/integration) sometimes fails the following assertion: > failures: > > ---- integration::storage::export_import::import_event stdout ---- > thread 'integration::storage::export_import::import_event' panicked at 'assertion failed: matches!(event, Some(Event :: Import))', core/tests/integration/storage/export_import/mod.rs:84:5...

Experiment with generating concept art using a self-hosted Stable Diffusion API. Ideal would be pencil sketches of NPCs that match up with gender, age, etc. I previously took a stab...

feature

Rust errors: * Should be enums * Should implement the [`Error` trait](https://doc.rust-lang.org/nightly/std/error/trait.Error.html) * Should implement Display Most of the errors in the project, including the user-facing errors, satisfy none of...

Add the following syntax: * `[name]'s species is [arbitrary string]`

enhancement