Bastiaan Veelo
Bastiaan Veelo
I haven't looked into this problem, but I can try to explain what the intention of this code is. In order to correctly render partly overlapping objects, i.e., where some...
Several peculiar things going on here. First a `nearval` is calculated that looks sensible, and reducing that by some small factor seems sensible too, but taking only 10% is so...
Same here. Seems to be triggered when an install is done on top of an existing install. To make things worse: uninstall doesn't work: ``` $ dvm list Installed D...
Can we add `comment` to the list? This is probably very common, and changing those to `_comment` is silly.
So if I have more than one comment in a json, i have to call them `_comment1`, `_comment2` etc? I hope not...
Wouldn't it be possible to also flat out ignore `comment` fields?
Thank you very much for picking this up again. > @veelo how are you using the commands / why do you need the package path of the source library (and...
Is a different syntax going to solve anything? I still think there needs to be a variable for commands in a `sourceLibrary` to refer to its own package dir, irrespective...
> I actually just noticed there are libraries on DUB that already rely on the behavior that sourceLibrary environment variables would get inherited into the package. (well it's my own...
@WebFreak001 OK, but the meaning of root package should be the same, be it a `library` or `sourceLibrary`, right?