Kieran Pilkington

Results 114 comments of Kieran Pilkington

Bump @ctran - this gem is preventing me from upgrading to Rails 7

Sure, created_at sounds like a better column to sort by. Not sure what you mean by "without having the full sort criteria in the index", however the number of events...

I'd love to help but if I can't get it done sometime tomorrow, I probably won't have time for another week or two :-( If I find some time to...

Took a crack at implementing this. Code at http://github.com/KieranP/bucketwise/commit/cd4fe87be309be492f1ae7700dd34f9084ebd1a6 Adding, editing, deleting and upcoming schedules are implemented. Still got to implement code to execute the actions along with other things...

Given the convention of mongoid things is using include, a call to acts_as_list shouldn't be needed. An example: ``` class Post include Mongoid::Document include Mongoid::Timestamps include Mongoid::Versioning include Mongoid::ActsAsList end...

Or both places. It would also help if the buttons in the top right activated the tab they related to.

@ronag No, because the fingerprint matches, and thus is uses the same resumable url that it locates from the local storage. So it ends up uploading the same file to...

@cjhenck Yes, same file, same client, same PATCH URL because it pulls it from local storage. I imagine that > The tusd server implements locking which will return a 423...

Same here on v1.0.4: ``` [2021-08-17 11:18:46,902] ERROR in app: Exception on /graph.svg [GET] Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/blastradius/handlers/dot.py", line 455, in _module return m.groupdict()['module'] AttributeError: 'NoneType' object...

👍 Vitally important for larger applications. One of the main things missing since we switched over from NewRelic.