Dean Davidson
Dean Davidson
> Yes of course you can lock down subjects and restrict access to those subjects. JetStream has nothing to do with that. Yes, I was able to lock down subjects...
Sure. Here is my config (it's very bare-bones at the moment): [nats-server.txt](https://github.com/nats-io/nats-server/files/7946313/nats-server.txt)
I just checked and I don't see any errors: ``` [1] 2022/01/26 20:27:39.558284 [INF] Starting nats-server [1] 2022/01/26 20:27:39.558556 [INF] Version: 2.6.6 [1] 2022/01/26 20:27:39.558568 [INF] Git: [878afad] [1] 2022/01/26...
I noticed the same thing. It seems it sets it to a high contrast color by default after updating to v15. To test this, I tried modifying my theme to...
> Still facing the same issue, and the work-around not working for me Any news ? Are you importing the legacy button like this? ```ts import { MatLegacyButtonModule } from...
> This should've been resolved by #27192. Do you know what release this was included in?
> Same thing in 16.1.5 with chips Yeah - it doesn't appear to be getting fixed (I think they might view it as a feature rather than a bug; because...
Thanks for the comments. I hadn't even noticed that `TokenOption` type yet. I agree that is a better option than branching into multiple functions. > * WithKeyValidation I like this...
If anybody is still running up against this issue, it's because this library doesn't support [implicit TLS](https://en.wikipedia.org/wiki/FTPS#Implicit). There's an [unmerged pull request](https://github.com/dutchcoders/goftp/pull/39/files) to add support. Your options are: fork the...