-
this honestly probably only effects pupdate since it blanket overrides all display modes on each core but I figured I'd post here for feedback/consensus before adding anything
@mcclure expressed w…
-
## Description of bug / unexpected behavior
Updaters are not updated correctly on the first / last frames of animations.
In the below code sample, the red dot is expected to continuously move ri…
-
Updaters are what we call the code handling a single file, like a `.ruby-version` or `.circle/config.yml`. They know where to find the version and how to update it.
As you can imagine this can be …
-
Additionally, it'd be nice to implement better per-source deleters (so that you don't have to delete every grouping in order to delete/re-add a single source, unless this work is already done and I di…
-
-
The Strawberry Perl and perlbrew dev systems always update the CPAN modules and run the Biodiverse test suite.
We should stash the Biodiverse git commit the call was last run against, and only ru…
-
e.g.,
``` java
static long skipUpTo(InputStream s, final long l) throws IOException {
long $ = 0;
for (byte[] buf = createBuffer(); $ < l;) {
long remaining = l - $;
long sk…
-
## Description of bug / unexpected behavior
When adding an object to a scene using `LaggedStart()` no updaters are recognized:
- not when using `.add_updater()` before adding to the scene
- not `al…
-
### Checklist
- [X] I have used the search function to see if someone else has already submitted the same feature request.
- [X] I will describe the problem with as much detail as possible.
- [X] Thi…
-
It would be really cool if we could integrate a few other package updaters into ```nix-update```. We have a couple of different manual package updaters being run regularly. Usually people are good at …