-
What is the relationship between the PMA and the PBMT?
1) Is the pma(Cacheable / shareable) necessary? We think the answer is Yes, does it mean any hart must build its own PMA attribute?
2) Are th…
-
At the moment, there are 3 categories of redis interactions:
- request/response
- blocking request/response (streams, pops, etc)
- out-of-band (pub/sub, etc)
As a library author, we have confl…
-
### Steps To Reproduce
```
sage: PP = toric_varieties.WP([1, 3, 1]); PP
2-d toric variety covered by 3 affine patches
sage: PP.coordinate_ring().term_order()
Degree reverse lexicographic term o…
-
The docstrings for these two methods say that values_for_foo should preserve order, but for non-ordered Categoricals, the current implementation using self.codes is not order-preserving. Is this a pr…
-
| | |
| --- | --- |
| Bugzilla Link | [47395](https://llvm.org/bz47395) |
| Version | trunk |
| OS | Windows NT |
| CC | @dwblaikie,@efriedma-quic,@tlively,@yuanfang-chen |
## Extended Description …
-
Suppose I have data like:
{
'geolocation': {
'long': ...
'lat': ...
}
}
At the moment no way to save this into the webstore. We should have webstore auto json encode the geoloca…
-
**Is your feature request related to a problem? Please describe.**
`are_isomorphic` method of `Molecule` class is slow for large polymers. This can be a problem when importing `Topology` from `openmm…
-
A feature to drag-and-drop channels and servers to rearrange them, moving favorites near the top, for example, would be useful.
-
A bunch of discussion on Discord yesterday was started by me, and in a nutshell, it boils down to this question:
How can I add footers like `Signed-off-by:` to my commits with `jj`, OOTB, with litt…
-
We currently get field values by looping over each field in a table and running essentially
```sql
select category from products group by category limit 1000
```
This relies on the fact that w…