Duarte Martins
Duarte Martins
I'd like to delete columns with fewer than 5 elements and I'm having a bit of a hard time as there is no delete_column() method. This is my code: ```...
Hey I'm stuck trying to get the title of a page. The documentation doesn't state a `get_title()` method and when I try `get_headers()` the following error is returned: `AttributeError: 'Session'...
I'm getting this issue since updating to Ruby 2.7.1, specifically: `/Users/duartemartins/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/http-4.4.1/lib/http/response/body.rb:49: warning: Using the last argument as keyword parameters is deprecated` I've tried adding `export RUBYOPT='-W:no-deprecated -W:no-experimental'` to .zschrc to...
I get a warning message every time I use rails console. `cannot load such file -- yes_i_did` Would it be possible for this to work on it?
**Description** In a Rails 7 application using Flowbite 2.3.0, modals appear on the page but are unresponsive—clicks on modal buttons do not trigger any actions. Additionally, the modal lacks a...