Adam Robertson

Results 13 issues of Adam Robertson

I'm using `jetty.httpConfig.securePort=443` in `start.ini`, but this option is getting entirely ignored in favor of the default port of `8443`. Given that this is what it says to do in...

I had just submitted a PR for this (I was assuming that the options were getting passed to the standard `https.createServer` method), but it looks like it would require an...

stale

Apologies if I missed something, but is there support for phrase searches like "business analyst" in the middle of a search string, like the following: ``` word1 "word2 word3" word4...

Had a super fun time figuring out why using `set :foreman_init_system, :systemd` resulted in errors with not being able to find the `start` command. Seems this more versatile scheme would...

Hi, thanks for the wonderful work on this gem! I sometimes find myself in the position where I want to stop/start my sidekiq or web worker without taking down the...

We have several situations where we would like to provide filter functionality, but only for certain users, e.g. admins. We're currently doing this by implementing a custom filter in JR...

Type: Discussion

I think it's great that you've added so many default providers to this module, but it's really really lacking a generic implementation for both implicit and code grant types. Many...

This app is fantastic! The only thing I wish I had is the ability to his control/alt/tab/arrow/etc. keys in the terminal, since as soon as you run something like `top`...

I'm able to build an Alpine image using your readme example, but if I change `edge` to `v3.16`, I get a `gzip` error: ``` ➜ apko docker run -v "$PWD":/work...

This is unnecessary--if you want to add them as `devDependencies` in `bower.json`, that would be far better for most projects.