-
While doing other things, I noticed crater is testing multiple versions of 1300+ crates. Is this something we want? I remember during a beta triage that an old version of a crate was tested reporting …
-
Would there be a use case for a Perlin noise function in this module? I can see two functions: perlin2d and perlin3d as useful in creating random but continuous distributions. One use case would be to…
-
https://github.com/rust-lang/rust/pull/45400 enabled multiple CGUs + ThinLTO in rustc builds to speedup bootstrap, however it made the produced compiler slower (see https://github.com/rust-lang/rust/p…
-
-
With V2, we are curious if people are using the setters in the service APIs. As this isn't too idiomatic to Go, we want to ensure that there is a benefit that people are getting other than just convin…
-
As it stands the ieProcedural for Arnold is not taking the user attribute values from an instance.
ass example:
```
options
{
name options
AA_samples 3
AA_seed 1
AA_sample_clamp_affects_aovs of…
-
Now that Godot 3.0 entered [release freeze](https://github.com/godotengine/godot/issues/15321), I started to look which areas of the [docs](http://docs.godotengine.org/en/latest/) are ready for 3.0 re…
-
It is clear to me that this "consensus" in the committee is against the majority of the community other than tc39.
I just want to know, what people like me, who really do not want this private fiel…
-
In the tutorial, why do we do
```glsl
v_surfaceToView = normalize(u_viewWorldPosition - surfaceWorldPosition);
```
in the vertex shader, *and*
```glsl
vec3 surfaceToViewDirection = nor…
-
**Do you want to request a _feature_ or report a _bug_?**
Bug.
**What is the current behavior?**
It seems that all native packages are rebuilt every time yarn is asked to either add a new package…