Bartek Skwira

Results 17 comments of Bartek Skwira

I'm experiencing the same issue using current latest docker image from `eoranged/rq-dashboard:latest`. I get this: `ValueError: time data '' does not match format '%Y-%m-%dT%H:%M:%SZ` I tried clearing all jobs from...

Visually in the dashboard this looks like this for me: 1. Failed jobs ![image](https://user-images.githubusercontent.com/1316517/96558196-9d2ba680-12bb-11eb-9604-8c71e8498c1e.png) 2. Click on the failed jobs - the "Loading" is displayed all the time, but failed...

Same problem here on a rails-api app which renders just `json`. In my case a Google Api [redirect_uri can't be with parameters](http://stackoverflow.com/a/7722099/1051551), when I try to add `?format=json` in console...

Had the same problem, downgraded to 0.0.9

Strange, sometimes JavaScript is not loaded at all, and sometimes it loads `assets/rich/base.js?body=1` with body: ``` // Wire up Rich ; ```

I've inspected the inline JavaScript ``` var instance = CKEDITOR.instances['article_trailer_text']; if(instance) { CKEDITOR.remove(instance); } CKEDITOR.replace('article_trailer_text',....) ``` and run the code in console and this is what I got: ``` $...

BTW: how do I chain a Flex scope (which is in a module) with an ActiveRecord scope/relation? Example: ``` #search_by_name is in Flex module like in first post @projects =...

Yeah, I thought so, this was actually my first solution - I was just curious if maybe there is a way. I'm having a problem actually with a basic search,...

Well, actually it doesn't work for complete fraze because the words need to be seperate (and downcase as well). I ended up with custom filters (to get prefixes and filter...

Hm, there are still fails, but don't know what is the cause, the screen session closes immediately after the results are displayed. Any way to delay screen termination?