-
BPO | [39565](https://bugs.python.org/issue39565)
--- | :---
Nosy | @ngie-eign
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*…
-
```
What steps will reproduce the problem?
1. Continuously create and destroy large numbers of polys
What is the expected output? What do you see instead?
Expect stable memory usage, instead we get a…
-
**Is your feature request related to a problem? Please describe.**
[AnyDice](https://anydice.com/) supports arbitarily sided dice with syntax `d{1,2,4,8}` these are often handy, for example when you …
-
Building an RPM on s390x fails because the %files inventory is looking for files with .pdb extension but s390x produces .mdb files. Could the spec file use .*db in the %files specifications?
Also, …
-
| --- | --- |
| Bugzilla Link | [514353](https://bugs.eclipse.org/bugs/show_bug.cgi?id=514353) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Mar 28, 2017 15:27 EDT |
| Modified | Apr…
-
I've been looking for a way to get `DateTime` from a unix timestamp, and fudged this monstrosity:
```rust
DateTime::from_utc(NaiveDateTime::from_timestamp(timestamp as _, 0), Utc)
```
only to…
-
when the image hasn't loaded, the height of the ul doesn't get set, so need to set it after the first image as come in, to the height of that image
-
with this diagnostic scene (rickvenn.com/ticktest.scn) under bees 0.5.2 and a binary built from dev branch I see that the units of time are not compatible between the module params e.g loopX and the o…
ghost updated
6 years ago
-
```
If possible, would it be possible to add a die mechanic for Bliss Stage?
It's a variant on the Fudge die mechanic - instead of summing up all the
sides, you total up the number of each different …
-
When rendering templates in Django the template engine will use `callable()` to decide whether to call a variable to resolve a value. When testing using a `Fake` object this results in an exception:
…