garytaylor

Results 8 issues of garytaylor

I have looked into this and have made the following "Monkey Patch" in my code. It appears that the S3 saver does not have the output_screenshot_path method defined so it...

Bug

If you have a join table for an association which is a symbol rather than a string, searching this association fails (sorry, I cant remember the exact error as I...

In rails 7, if there is no session in the request, it now defaults to an object that responds to enabled? However, because rack.session is set to {} in webmock...

If you look at paginating/paginator.rb line 55 ``` ruby def current_page params.fetch("page", 1).to_i end ``` This is saying that params["page"] is expected to be convertable into an integer. However, the...

Whilst the relationships work find and are well documented for reading - I am finding that I really do not know what I am doing when trying to use them...

Being relatively new to rust, as I am sure others are, I am struggling to have a struct that derives 'Template' contain a field of type 'Anything that implements Template'....

Since upgrading my Ext 5.0.0 project to Ext 5.0.1, I started having this error when building the docs. I am using 'grunt-jsduck' to run jsduck, but the same happens when...

Ruby version: 3.2.2 Rails version: 7.1.3 Sidekiq / Pro / Enterprise version(s): Our system is unfortunately running on azure and microsoft don't seem to do open source very well. Redis...