Matthew Pocock

Results 25 issues of Matthew Pocock

The factorio calculator (https://kirkmcdonald.github.io/calc.html#items=advanced-circuit:f:1) lets you set up machines with a module and beacon configuration. I find this much easier to work with than a single global bonuses table. Any...

Would it be practical to extend the `cargo web start` command to be able to deploy on https? Applications with login screens complain bitterly if served on http in modern,...

I'm developing a single page application with yew and yew-rourter. The app is loaded in at `/` but then manages the URL e.g. `/login` to hop around the spa. If...

The example of a client/server app using spray.io is great. The one bit it is missing for me is how to package this server up so that it can be...

I've started work on adding support for other docker commands for controlling containers. This is a pull request to let you see what I'm doing. Not expecting it to be...

I'm setting colours with Crayons.Box constants. Because the thing being displayed is via show rather than a string literal, I can't use the function application syntax. So I need to...

Is there any way to triage the attempts so that we can evict ones that were broken? For example, false starts, or when the cat jumps on the splits key.

enhancement
requires livesplit-core changes
UI

I am developing a tableaux reasoner and wanted to plot graphs of the internal state. This library looks ideal, but it is not clear from the documentation what methods I...

The show() method in the map diff is broken. It always looks in the right map, but it is called once for elements only in the right map and once...

Would it be possible to have a scalajs build? Then I can diff in the browser.

enhancement