Alexis Tyler

Results 312 comments of Alexis Tyler

Same issue here. I'm just trying the example from the README. I changed the name of the var but I doubt that's the issue here. I'm using vue3 with vite....

I'm hitting this issue with `'API key has\'t changed'`. Couldn't it take the surrounding quotes into account when suggesting the change?

@Jason3S yes either that or it should suggest using backticks and keeping the apostrophe.

@Senbei123 this is clean. You're getting that issue as it's not signed.

Not sure if this is related but I'm getting this. ``` > travis login --org We need your GitHub login to identify you. This information will not be sent to...

> * Add pull to refresh, removing the refresh buttons (bad design) For Mac this should really stay as a refresh button. It feels counter intuitive as a user to...

> all iOS 14 devices support iOS 15 One issue you're going hit is jailbroken users. A **LOT** are still on `14.x` or `13.x` Edit: Looking into it iPhone 6...

PING: @eriwen @nschonni @tomasz-oponowicz @XhmikosR @zachleat

Using the following with AWS elastic cache + in-transit encryption enabled. All works after adding the `ssl = true`. ```lua function RedisCache.connect() -- RedisCache credentials local redis_host = ngx.var.redis_host or...