Milo Cesar
Milo Cesar
Hello, I'm trying to link Tuya devices using this CLI tool but I can't seem to get any other response then a timeout. I'm running the [homebridge raspbian image](https://github.com/homebridge/homebridge-raspbian-image) on...
Cover devices currently only support open and close. #145 should add support for the stop operation. When a device supports the stop options, it should also be possible to support...
### Description There does not seem to be a proper way to test functional guard with spectator as yet. It seems like they need to be tested using angular `runInInjectionContext`...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...
The "'none'" value is used to indicate that no resources are allowed. If the "'none'" value is used in combination with other resources, it should be ignored as defined by...
If we create a preset from policies, a directive might get both the `'none'` and other source values. ```javascript console.log( getCSP({ presets: { default: { 'connect-src': [NONE], }, api: {...