Dan Davis
Dan Davis
Anybody looking at this, do not be confused - I am not going to fix this issue, but I may provide some test data eventually. At least I am providing...
Blog post that explains a bit more: https://www.nylas.com/blog/calendar-events-rrules/ I also noticed that Daylight standard time is encoded at the start of my calendar export as follows: ``` BEGIN:VTIMEZONE TZID:Eastern Standard...
It is timely (see what I did there) that this comes up now. I've moved to a new employer who gave me a Mac rather than a PC. This complicates...
Declaring a kwargs that holds the attrs that transcend one recipe seems a more flexible workaround. ```python # dog1, dog2, and company as above person_kwargs={ 'dog_set': recipe.related(dog1, dog2) ) unemployed_person...
@urbnjamesmi1, yes it is a bug that should be fixed, but wanted to share a possibly useful workaround.
Decided to try this in case I'd built my version wrong (as the store doesn't work), here is what I got after installation: ``` dan@lavalamp:~/code/mcpe/mcpelauncher-linux$ sudo dpkg -l mcpelauncher-linux Desired=Unknown/Install/Remove/Purge/Hold...
Having looked at the code, I can see that one way to do this would be to add an element to my PageObject that is specially marked as the indicator...
I'm not a committer on page-objects, but I'll hit you within Gist of a way to do this today.
Here is a Gist indicating how to do this - sorry it took so long - https://gist.github.com/danizen/d6f557456d458a13afb6c879583fe0b2
So, now that I understand the design of the tests a bit better, my plan is to write a sub-class of the sqlite3 backend, which will handle mocking of `callproc`...