Dan Kerchner

Results 33 comments of Dan Kerchner

@rajatvij, is this occurring in a non-docker environment?

Yes, hence the title's suggested "disable" action - agreed that we wish to retain a history. This will entail adding perhaps an "active" or similar attribute to the model for...

It would need to be changed with each release, true, but the current instructions would lead the average non-software-developer to end up with a site running the master branch.

Also: Do we ensure that the versions of these match: - globally-installed supervisor - supervisor installed in the virtualenv May require documentation tweak, and also pinning version in requirements.txt At...

@dchud Upon looking into this... the file operations errors would occur within the model's post_save method, but outside of the context of admin, there is no longer a request to...

@lwrubel acknowledged but by no means a serious flaw that needs to increase the current milestone's scope

@martinklein0815 Just keeping you in the loop, in the "new" SFM project ( https://github.com/gwu-libraries/sfm-ui ) we have built in use of the Twitter search API. We have a stable version...

@lwrubel a few comments: - Logic: The logic doesn't work if no tweets were found (i.e. if `len(found_ids) == 0`). I think if you just remove the condition on line...

A nice addition here might also get a bit beyond the software itself and focus on various ways of organizing the work of developing software when multiple people are involved...