-
As a user, I can enable gravity/physics from the object's menu, but how do I disable it?
![Physics](https://user-images.githubusercontent.com/38146102/60178229-fcbd9300-97e8-11e9-9a1d-fc9db5b8c8b9.j…
-
[@gavinking] Spotted by @RossTate, this crashes the typechecker:
```
interface Co {}
interface A satisfies Co {}
interface B satisfies Co {}
class Inv() {}
Inv foo(Inv bar) => bar;
```
[Migrated fro…
-
1. Spikes. See image below. Happens in both LoD1.3 and LoD2.2 output.
2. Holes and missing faces
![IMAGE 2020-05-07 11:41:31](https://user-images.githubusercontent.com/1742643/81279648-b4514180-90…
-
We are now just upgrading to 0.20.0, and this release seems to have broken the signature scheme filtering for `ResolvesServerCert`.
In 0.19.0 when connecting with `curl --ciphers ECDHE-RSA-AES128-G…
-
For larger structs and when the API is potentially evolving it would be handy to have the inverse of `IgnoreFields`, i.e. `cmpopts.FilterFields(typ interface{}, names ...string) cmp.Option`.
And f…
-
An example was added to `networkx` (https://github.com/networkx/networkx/pull/4381) that may be more appropriate here, either via implementation in the API or as an example (potentially as a more adva…
-
```
ZINTERRANGE key1 min max ... keyN min max ORDER key1 LIMIT offset limit
returns, an ordered by key1's scores list of values, some zset's can be
without min max condition.
Use case: SQL: select …
-
```
ZINTERRANGE key1 min max ... keyN min max ORDER key1 LIMIT offset limit
returns, an ordered by key1's scores list of values, some zset's can be
without min max condition.
Use case: SQL: select …
-
When I try to run `rf` on our code repo, I get lots of errors like this:
```
../../objectstore/common/fetch_exported_test.go:22:71: cannot use hasher (variable of type *common.Hasher) as *common.H…
-
Hi everyone,
I know this is maybe a long shot, but has anyone thought about code coverage support in Caraya?
What challenges do we have?
I know in NI UTF is based on diagrams and how many VI…