code-surfer
code-surfer
**I'm trying to follow the guide in the section "Linking a Tuya device with Smart Link".** The 2. step "go to Cloud -> Projects" is already not working as described....
At the moment, `discriminator` is supported at the top level only. This seems to mean that e.g. an endpoint can return a body of schema A or B. Example 8...
I've got two URLs, both returning a HTTP 401. Depending on which URL I'm accessing, superagent returns the 401 in either the `error.status` or the `error.statusCode` property. According to [the...
Maintainer: common packages maintainers Environment: Turris MOX with a fresh Turris OS 5.4.0 which is based on OpenWrt 19.07. Description: I want to install `xinetd` (required for `muninlite`). ``` #...
This issue is about the [Linux install instructions](https://docs.qameta.io/allure/#_installing_a_commandline). Aren't PPA an Ubuntu thing? I'm surprised that the first command does something at all, though noisily: ``` # apt-add-repository ppa:qameta/allure More...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
The documented `$ yo marionette:model model-name --inherit model-name` does not seem to work. It always extends from Backbone.Model. Looking at the code (model/index.js), 'inherit' is a positional argument, not an...