Dave Squires
Dave Squires
Hello, It seems that when calling `flash()` before `$location`, which goes to a new route, the message does not show. In the plunkr, it's setting the flash() after the route...
We're using velocity-react to slideIn the picker, but using this seems to cause an issue with the calculation of input sizes. For example, here's our usage: ``` {showDate ? (...
Using `DayPickerSingleDateController` it seems the prev does not have a specific class associated to the button. For example, the next button has `DayPickerNavigation_rightButton__horizontalDefault`, wouldn't the prev button have `DayPickerNavigation_leftButton__horizontalDefault`? I...
I see that with the UI there's `/job/search?q=` to perform a search on data properties within a job. But is there a method within kue or api to search and...
It seems that if there are any "stuck" active jobs that when doing shutdown, those active jobs seem to remain. It would seem the expected outcome would be that ALL...
Hello, Any idea if this would conflict with [serverless-plugin-split-stacks](https://github.com/dougmoscrop/serverless-plugin-split-stacks)? I'm getting an error The following resource(s) failed to create: [MyFunctionIamRoleLambdaExecution]. This is using the following: ``` MyFunction: handler: index.handler iamRoleStatements:...
This module works great in HTML5, however in flash, you can't seek to positions not yet downloaded - it doesn't cut the moov atoms, therefore throws an error in playback...
Is there a way to detect if the page has been loaded below a waypoint? Basically let's say you have a waypoint that you reach as you scroll down. This...
Have you noticed that with audio files (mp3) they continue to play a few seconds past when they "should". Specifically testing in html5. For example, if you serve an mp3...
We use a javascript mongodb client in nodejs and when we run the action it removes the dollar signs from various queries, such as $nin or $regex. Anyway we can...