Daniel
Daniel
ryby: 2.7.1 rails: 6.1.4 active_admin: 2.9.0 admin/tour.rb ``` # frozen_string_literal: true include ToursHelper ActiveAdmin.register Tour do reorderable scope t2('tours.all'), :all, default: true scope(t2('tours.star')) { |scope| scope.where(star: true) } config.sort_order =...
Hello everyone, everything was fine, the plotter started to fall. The console outputs free (): invalid next size (normal) I can't understand what the problem is. Parameters: -r 16 -u...
``` from time import sleep from selenium.common import TimeoutException from selenium.webdriver.support import expected_conditions as EC import undetected_chromedriver as uc # the driver from selenium.webdriver.common.by import By # to find various...