Dan Rose
Dan Rose
I think intuitionistic negation is still monotonic. You just wind up with contradictory answers. I'm tempted to write my own, completely misled and misleading "guide to Prolog" and use [Cunningham's...
I'm not sure about the API. In particular, the `const newNode = new Node(parent.getGraph())`. I'm not sure if it's kosher for a function to create a `Node` object outside of...
> It's OK for the function to create a node, I think, as long as the naming is consistent with that expectation. Calling the `Node` constructor (or other Property subclass...
@donmccurdy No worries. Thank you for considering.
I don’t think this needs a changeset but that’s up to you
> I believe the same kind of conflict would happen on a gnome or kde system I bet it would! The difference here is that NetworkManager is the [documented tool](https://www.raspberrypi.com/documentation/computers/configuration.html#wireless-networking-command-line)...
I think (2) and (3) might be partially caused by having `managed=false` in the `[ifupdown]` section of NetworkManager.conf.
> I would say, as this is a polyfill this merely intends to add missing API:s, not fixing bugs in existing ones I agree for the most part. The URLPattern...
Here's a cleaned up and parameterized implementation: ```ts import { Document, Transform, vec3, vec4 } from "@gltf-transform/core"; import { assignDefaults, createTransform } from "@gltf-transform/functions"; const NAME = "transformWorld"; type TransformWorldOptions...
I don’t see animations would need to change anything here. Keep animations and they should still work. Did I miss something?