Renārs Vilnis

Results 18 comments of Renārs Vilnis

Now with macOS Catalina 10.15 dropping 32bit support, having 64-bit target is a must-have.

Hi @sargsyanvlad , I'm working on the fork of the library. Have a question do you know why `openid` scope is always added to the scopes? Apple docs don't seem...

Highly want this feature, find it a bit annoying to disable at nights and enable it in the mornings, so all monitors aren't on.

Hi @jonschlinkert , I'm also very interested in this feature. The boolean idea seems fine. But what would happen if the input was "cleared"?

@adamborowski Can confirm 4.0.1 fixed my `Uncaught TypeError: Cannot read property 'selection' of undefined` error.

Any updates on types? The library seems to be updated to typescript with `v2.0.0` but not published to npm.

I like how [`atom sync-settings`](https://atom.io/packages/sync-settings) package handles syncing by exporting settings as multiple files - settings, shortcuts, plugins, styles, in a single GitHub gist file. It asks for a gistId...

Adding on @andi1984 I also had added `output.interop: "auto"` to act the same as `[email protected]: true`

➕ We depend now on a significant cache improvement regarding the fix on #1273 that has been merged in over a year ago

@cat1314e the documentation should work, using it in production, but we are passing password within `redisOption` https://github.com/redis/ioredis?tab=readme-ov-file#special-note-aws-elasticache-clusters-with-tls ``` new Redis.Cluster( [ { host: config.redis.host, port: config.redis.port, }, ], { //...