Alyssa Ross

Results 32 issues of Alyssa Ross

- [ ] require SSH to be set up before continuing - [ ] check dependencies are installed

Using sway 1.5.1, if I have Dino (0.2.0) at the top of a stack, and I focus dino before quickly toggling to another window in the stack, occasionally Dino will...

Suppose I have a Gemfile like this: ```ruby source "https://rubygems.org" gem "actioncable" gem "websocket-driver", group: :test ``` The gemset.nix generated by Bundix 2.4.1 will set ActionCable's groups to `[ "default"...

`test_priority (tests.test_aioh2.TestServer)` doesn't [seem to be][1] deterministic. This causes a problem when packaging this library (eg https://github.com/NixOS/nixpkgs/pull/49158), because the package build will randomly fail. For now, we can probably disable...

It would be really great if Nixpkgs could cross-compile OCaml out of the box. What would need to happen to get the cross-compilation support from this overlay upstream? I would...

rspec-expectations shouldn't have knowledge of how to hook itself into rspec-core. rspec-core already includes the `RSpec::Matchers` module in example groups, so just including the module there (in addition to extending...

Not sure if this is the right place to report this, but it seemed the most sensible. The rspec-expectations matcher DSL checks at load time whether `RSpec.configuration` is defined, and...

To check whether shared libraries are supported, the configure script tries to compile a test file. On Linux, GNU, Solaris, and BSD, this test file will be compiled with the...

musl does not accept the regex `\+a` used in the grepdiff1 test. `+` doesn't have special meaning in POSIX regular expressions if it's at the start of the expression. So...