Nick Reilingh

Results 29 issues of Nick Reilingh

#### Summary I took a look at #435 and the attached PR, which appears to be addressing a need to link to a specific server when that server's authentication information...

feature

Hello, Delighted to see that this project is being kept alive. Just curious if you've heard of anyone containerizing a Sikuli workload and running it headless on Linux? I would...

question

Hi @tiangolo -- this is a great guide and I'm enthusiastic about Docker Swarm as a better fit for places where Kubernetes is overkill. One thing that the guide doesn't...

I decided to implement this check inside the directory recursion instead of inside the file check. That way, someone can still call `zunit testfile.weirdextension` and have things work. The .zunit...

Currently, every file in the tests directory is treated as a zunit test file, and an error is thrown if the file does not start with the zunit shebang: https://github.com/zunit-zsh/zunit/blob/804863857116a16811e52d8b0e97996f0b409734/src/commands/run.zsh#L396-L425...

It seems as though when a line in `@setup` or `@teardown` returns with a non-zero exit code, all tests will fail. This seems like it might be a bug, but...

#### Details of the scenario you tried and the problem that is occurring The SqlServerDatabaseMail resource only supports connecting to SMTP servers that do not require authentication, and does not...

enhancement
help wanted

I have been using jQuery for about 9 years, and only just today did I realize that `$('#element').trigger('change');` is not equivalent to `$('#element')[0].dispatchEvent(new Event('change'));`. On a careful reading of https://api.jquery.com/trigger/,...

I am migrating my projects from the Twilio Serverless Toolkit, twilio-run 2.x to 3.x, following [this guide](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/MIGRATION.md). Specifically, I noted the `projects` key described in the [CONFIGURATION](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONFIGURATION.md) documentation as a...

When I run `twilio serverless:start --help` I get back a lot of options like: ``` -c, --config=config [default: .twilio-functions] Location of the config file. Absolute path or relative to current...