-
```
A lot of music in games has an intro that is skipped as the song is looping, it
might be a subtle yet nice addition to have a "Start looping from here" offset
parameter in the Music Editor for e…
-
From: [Rob Siemborski](rjs3@andrew.cmu.edu)
Bugzilla-Id: 2073
Version: 2.2.x
Owner: [Ken Murchison](murch@andrew.cmu.edu)
brong updated
10 years ago
-
I have 3 images in swiper when I Tap buttons very fast the index increments or it stuck with the same index and it show same index continuously. In react-native-swiper2 this issue is not there but in…
-
If a repo is removed from GitHub, but still has a repo record, then it will get stuck while looping through all of the repos, thus only partly completing them.
-
Process to reproduce on Pi 3B+
Boot image https://downloads.openvoiceos.com/images/raspbian/raspbian-ovos-dev.zip
04-Apr-2023 15:42 1327830572.
Start ovos-cli-client - returns message "…
-
This is odd. fig_tree2.mov at 6:13 is looping strangely, like it's repeating a few frames. It has never done this before, that I've noticed. The source file looks fine.
When I first scroll down the…
-
I'm looping several urls and after it has checked the last one this error is sent
`if (!suiteStats.tests[uid]) throw Error('Unrecognised test [' + runner.title + '] for suite [' + runner.parent + '…
-
```
routers = [
'books'
'authors'
'products'
]
for route in routers
console.log "#{route} outside an router."
FlowRouter.route "/#{route}",
action: ->
consol…
-
Writing a very simple MovieGl player:
```
// setup()
mMovie = qtime::MovieGl::create( moviePath );
mMovie->setLoop();
mMovie->play()
...
// draw()
if ( mMovie && mMovie->isPlaying() )
{
g…
-
First of all, this is a really fun project! I've noticed a couple of issues that if fixed would make it event better.
1. Put the icon registry inside a `Map` so you can just look them up by name w…