Elliott Lovell

Results 4 issues of Elliott Lovell

**Angular version**: 18.1.0 **ng-multiselect-dropdown version**: 1.0.0 **Description of issue**: FormControl#disable() method does not disable the dropdown. Only the [disabled] attribute works, but disabling it with [disabled] causes a big warning...

In my CI setup I run tests in a separate stage and only if they pass I'd want to run a task that sets the version and creates the tag....

ruby -v shows `ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]` gem list --local shows `optparse (default: 0.4.0)` Snippet: ```ruby require 'optparse' parser = OptionParser.new parser.on('-x [XXX]', 'description') do |value| p ['-x',...

When using the snap on Ubuntu 24.04.3, then installing rails, then creating a new rails project causes crash/error stacktrace (see below). -------- ## Steps to reproduce the problem 1. Install...