Anders Hovmöller
Anders Hovmöller
Whe compiling this: ```elm foo x = case x of "a" -> "asd" "b" -> 2 "c" -> 3 "d" -> 4 ``` The error is: ``` -- TYPE MISMATCH...
This is a first rough draft for keyboard navigation support. I'd like some feedback on what kind of changes you'd suggest before merging. I'd like to eventually incorporate this into...
It would be cool if we could query the testmon database for information. A case I'd like is to ask it which tests ran for a certain line of the...
The --testmon-readonly flag doesn't seem to work. I would expect this: ``` > rm .testmondata > python -m pytest --testmon --testmon-readonly ``` to give me an error message saying there...
Maybe this is possible already.. I tried searching for it but couldn't find anything. It would be great if one could merge several .testmondata files. The use case I have...
I'm not sure this is a bug or even something that we can do anything about, but I'd like to have a conversation with you guys about... So my situation...

If I misconfigure a scheduled job like mis-spell the name of the function or put in some incorrect kwargs, django-q seems to remember this and retries the jobs with these...