-
Hello! Autosynth couldn't regenerate automl. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-automl'
Running synthtool
['/t…
-
'/v2/entities?attrs=id' doesn't seem to work in the latest version. If my understanding is mistaken, please tell me.
- Orion latest (1744eeb6a3489c2c0bfbeceadaf471d0a3784a95)
```
$ curl http://…
-
```py
import proto
from google.protobuf.json_format import MessageToJson, Parse
class Squid(proto.Message):
class Color(proto.Enum):
RED = 0
BLUE = 1
GREEN = 2
…
-
Previously: https://github.com/servo/euclid/issues/146
In https://github.com/servo/euclid/issues/329 we discovered that euclid uses row-vector notation, i.e. if you wish to transform a vector `v` y…
-
The following code:
```rust
type CSSFloat = f32;
pub enum ViewportPercentageLength {
Vw(CSSFloat),
Vh(CSSFloat),
Vmin(CSSFloat),
Vmax(CSSFloat),
}
impl ViewportPercentag…
-
This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue t…
-
On x86_64, this prints the values in comments:
```rust
pub enum Option2 {
Some(A, B),
None
}
fn main() {
use std::mem::size_of;
dbg!(size_of::()); // = 16
dbg!(siz…
eddyb updated
4 years ago
-
Using Nengo 3, `import nengo_ocl` fails with:
```
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call l…
-
We fail `/dom/collections/HTMLCollection-supported-property-indices.html` because `get_array_index_from_id` fails to see that 2147483648 and 4294967293 are valid property name indices, and thus as per…
-
hwloc recently had a new major release, just found out we're incompatible with it.