-
In Galene, I'm explicitly constructing a MediaEngine with just the right parameters. However, Pion is still negotiating transport-cc, even though I didn't enable it in the MediaEngine. More precisel…
-
When encoding a nested struct, the fields are not properly ordered, causing the semantics to be lost.
Minimally working example:
```matlab
in = struct('a','a','b',struct('c_in_b','c_in_b'),'e',…
-
In addition to describing data structured using OWL (#13), which I find not too useful, I would also propose to define additional modelling terms to allow for additional ways of defining resource sema…
-
In `text-field`, `onChange` is only called when change originates from user interaction, but not when the controlled value changes. I think this is the right semantics. Some use cases need to be able …
-
### Bug report
See snippet error.
- 1.11.1 is fine
- 1.11.2 is broken
### Code snippet that reproduces the problem
https://phpstan.org/r/c293afd2-eedb-4d74-8f26-60fb647ebca3
### Expec…
-
`runtime/json/json.cpp` implements `KoreHandler`, `KoreWriter`, and `write_json`. In `blockchain-k-plugin` in `plugin-c/json.cpp` those are also being implemented, and slightly differently (I guess th…
-
_From [cmung...@gmail.com](https://code.google.com/u/115850439786749293234/) on April 24, 2013 15:15:10_
We had been using BFO_0000052 for inheres_in (atemporal) and BFO_0000053 for bearer_of. These …
-
There are some serializations of values that should parse to an equal object and thus should serialized to one canonical representation. This is basically just a place to dump all the potential edge c…
-
To do for major version 1
- [x] Change user settings in the following ways:
- [x] Enable/disable auto power on
- [x] Enable/disable auto power off
- [x] Remove `automaticStateChange`
- [x] R…
-
## Issue description
`torch.unique` called with the dim argument and return_inverse=True returns inverse for only the last sub-tensor along dimension dim. Also the first return value is not unique,…