Edward-Work

Results 3 issues of Edward-Work

I have a week of work pictured below, and I have these settings in my options for a week: ```javascript currentStart = moment(start, 'HH:mm:ss').isoWeekday(1) currentEnd = moment(end, 'HH:mm:ss').isoWeekday(5) gantt.$set({ ...options,...

enhancement

Is there a way to apply css to the 'Create Group' confirm button pictured below so that if the name input box is empty, the confirm button is disabled? ![image](https://user-images.githubusercontent.com/78352116/183872006-89bba6eb-aafd-4a92-b8ce-0adaa7c088e7.png)

I am trying to copy a folder to my server using this command: ```elixir {:ok, conn} = SSHEx.connect([ip: "my-ip", user: "user", password: "password"]) with {:ok, _, _} Logger.info("path: #{path_to_folder} \n...