nyankers
nyankers
I'm not sure what the "correct" behavior should be, e.g. whether the plugin should not save `undefined` or whether it should be able to load `undefined` (or if state being...
I'm honestly curious the rationale for this. I'm very likely to implement this locally if there's not a strong reason not to, because not being able to do this has...
Names aren't immutable though. Once you destruct an object, another object may take that name, and until one does, it goes unused. How are you relying on that behavior, I...
Master objects along with any clones they have. I'm aware clones share the name of their master object, and I don't mean to change that limitation. The main purpose is...
You don't have to tamper with DGD's source code to disable a kfun. If you don't want anything running the `connect` kfun, you can just put something like: ``` static...
To try to be as clear as possible: I'd like a kfun added to DGD that accepts a master object and a string, and if the string is a valid...
You can also do `{?:foo|bar}` since the `{ }`s are replaced by `( )`s verbatim.
This is an issue with the API, so virtually any markdown can demonstrate it, but the following C code should show what I mean: ``` c #include #include #include struct...