Omar Qureshi
Omar Qureshi
I'd also like something like this please - I used to use a steelseries keyboard also, but, since switching it out (as I couldn't open the menu) my muscle memory...
I'd also like to do something similar here - @spiermar what did you end up doing?
Actually, this does seem to work. What I did was: ``` html {{flash.message}} ``` With javascript of ``` javascript flash.to('session-saved-' + session.id).info = 'Session updated'; ```
+1 here - why is this required for the user credentials flow?
Right, I've done a bit of digging around this - the summary of my investigation is that Azure for ActiveDirectory REQUIRES a client secret to be set. The problem with...
In addition to the username and password sample not working, the on behalf of sample does not work as it also depends on using user credentials for the bearer token.
So, upon looking at the test suite I've realised that actual the failures controller is a bit confused whether the resource that is actually acting upon is a failed job...
I've put together https://github.com/talis/resque-web/pull/1 which fixes this (and uses the current 0.0.7 tagging commit as a point of where to start), however, I'm not comfortable submitting this until the multiqueue...
As much as I hate them, a browser driven test is probably needed here since it is Javascript. Must the Javascript be part of the view? Can we not separate...
We extensively make use of php-resque where I work. In doing so, we also make use of the ruby resque gem and resque-web to display jobs, I do not mind...