tris

Results 12 issues of tris

#### Description :octocat: I used to be able to configure the ruby layer so that pressing `gd` to goto definition used `dumb-jump-go`. In the last few months the fallback to...

stale

**Describe the bug** I am using the `latest` docker image: ``` image: browserless/chrome:latest ``` I receive the following error when running cucumber tests on an m1 machine. We have cucumber...

**Is your feature request related to a problem? Please describe.** I use `pumactl phased-restart` and it is great. I have found if the application does not boot successfully, the old...

feature
restart

# Feature Request ### Description #### Background I have a battery video doorbell 2. It is configured for maximum battery saving and so I don't see video previews for it...

enhancement

Hi, When 0.6.0 came out we started using `amazon-ecr-credential-helper` instead of logging in via `aws ecr get-login-password`. (Thank you for the work to support SSO 🙏) Since then we have...

After following #413 I managed to get simplecov `0.21.2` going for my project (thank you all involved 🙏 ) I have a related question: does anyone know if *codeclimate* supports...

help wanted

Is it possible to extend the unicode support to the word boundary anchor? For example the russian sentence cannot be split: ``` "hello there this is a test".split(XRegExp('\\b', 'A')) (11) ...

Hi and thanks for the great package :) 🙏 I'm not sure if this is feasible but I figured I'd raise an issue to see what others think, or if...

Hi, Thanks for the handy gem 😌 🙏 We have been using it for ActiveJob mainly and it has been useful for our production workload. I stumbled on `ActiveJob.perform_all_later` that...

# Problem When a network request fails, the helper returns an empty result. This causes docker in turn to fail with a `no basic auth credentials` error. # Expected Network...