Nicholas Hollander

Results 5 issues of Nicholas Hollander

This is a reintroduction of the changes from #2896. Previously this change was rejected because in the absence of a pill, it would be impossible to tell if a message...

Z-Community-PR

Minecraft Version: 1.12.2 Mystcraft Version: 0.13.7.03 Forge Version: 14.23.5.2821 When attempting to travel through a crystal portal using an intra-linking book, the game interprets the player as having moved wrongly,...

testing wanted

### What did you do? When copying `BLOB` data into cells in the database which contain `TEXT` data, the `BLOB` will be copied into the cell and DB4S will display...

bug

When defining templates I generally prepend the release name to avoid collisions between separate releases. For example, I might store the admin configuration in a `Secret` like so: ```yaml apiVersion:...

### Describe the bug If any svelte store subscriber raises an un-handled exception, future calls to `.set()` on any store will not notify subscribers. In file [`svelte/src/store/index.js:58`](https://github.com/sveltejs/svelte/blob/main/packages/svelte/src/store/index.js#L58) in function `set()`:...