Jon Strutz

Results 7 comments of Jon Strutz

That is what I thought too initially, but if you run the data, you will see (I think) that that wasn't actually the issue, since the header is included in...

Hi @Midnighter, thanks for the feedback. This was actually the first thing I tried, but I got an error because you are then passing in the model fixture (scoped at...

I added a session-scoped model fixture to my local Memote codebase (in collect.py) to see if that gets rid of the error - turns out it does. I am then...

Had the same issue, was working fine and then randomly I could no longer add tables. However, if I click my laptop 'click' button repeatedly really fast for like 5...

@nienkeboomsma just FYI I found that even though it isn't mentioned above, you can also move to the next page with space if that is helpful!

@kajarenc just installed watchdog as requested and ran the app again. Unfortunately, I got the same results.

@vdonato setting `server.fileWatcherType` to `"poll"` is working for now - thank you!