Bastiaan Veelo

Results 87 comments of Bastiaan Veelo

I am sorry to say that I got zero response. For reference, this is what I wrote to their VP Communications & Marketing (in Norwegian): > Hei Mathilde Vik Magnussen,...

> Now the docs and the site can be reached under the well known address www.coin3d.org. This is great! > forward emails sent to [[email protected]](mailto:[email protected]) as well to one of...

@thammer GitHub sent me a message requesting to add a verification TXT record to the DNS configuration, with a challenge and a specific key. They say if the domain remains...

There is even more unreachable code: the `isCaching` condition on lines [509](https://github.com/coin3d/coin/blob/2f993f101a6435c94673dc36996bed079b965c82/src/nodes/SoLevelOfDetail.cpp#L509), [535](https://github.com/coin3d/coin/blob/2f993f101a6435c94673dc36996bed079b965c82/src/nodes/SoLevelOfDetail.cpp#L535) and [540](https://github.com/coin3d/coin/blob/2f993f101a6435c94673dc36996bed079b965c82/src/nodes/SoLevelOfDetail.cpp#L540) are always false, because they are in the `else` branch of `if (iscaching && validcache)`...

> The `isCaching` condition may still be true in case there is no `validcache`. Ah, you're right. My logic was broken. > But I did not get the intention of...

Thank you for doing the releases, @VolkerEnderlein. Great job!

My opinion is of little relevance, I think packagers may have a better answer. But I'd not expect any version control information in a zip archive. If I understand correctly:...

The same for me: https://forum.dlang.org/post/[email protected] If this is a technical limitation then it would be good to show "too much code" in the URL field instead of the malfunctioning URL.

The reason it is not `auto` is because that is a D keyword, and thus cannot be an enum member. Since it is the default nobody should need to type...