Dan Rose
Dan Rose
Well it seems to have been closed because the CI failed, but I don't think that was due to my changes. At any rate, I think there haven't been any...
Ready to merge
This is still an issue https://github.com/mthom/scryer-prolog/actions/runs/15151351109/job/42597921881#logs ever though it appears the lib target is now called "scryer-prolog" with a dash instead of an underscore: > warning: output filename collision. >...
I think this is from having `crate-type = ["cdylib", "rlib"]` in `cargo.toml`. If you delete that crate type override, it builds fine, but then `wasm-pack` fails to build the crate.
FWIW, I think neither the above workaround *nor* faster turnaround on issues like this really address the problem. It would be nice to be able to rollback the runner to...
> We understand that the most recent fix version has been released and is available, but in order to include it in our images, we must complete a strict process...
This tripped me up too. I would think that you could pass in a factory function that creates the material, or that you would set `MapView.material` and each tile would...
I agree that a `help` predicate would be very useful for builtins and user code alike. I would very much like to see modes and plaintext documentation in the repl...
Well, here's what I have so far as a sort of help function for my own use. I'm somewhat limited by the lack of predicate properties. And I don't know...
Thanks, @bakaq. I looked at DocLog but I dislike that approach out of the gate. It feels divorced from the code itself: 1. The docs live in a metalanguage in...