Results 7 issues of IlyaM

I've done according your instruction, but everything is pushed to github repo but nothing to github pages. I added "homepage":"..." to package.json, and got nothing. But my terminal said ```...

My implementation is here: `self.char_get = serv_kettle.configure_char('CurrentTemperature', setter_callback=self.get_temperature)` `def get_temperature(self, value): run_cmd() print("Current temperature was called")` And when I tell Siri 'what's current temperature of Bridge?' the get_temperature() function isn't...

My serial has mixed data format, some of outputs has `\[0;32m...\[0m`, and some of them as a plain text. ``` func serialPortWasOpened(_ serialPort: ORSSerialPort) { let regex = try! NSRegularExpression(pattern:...

When I try to use it within React App ``` { (this.state.places !== undefined) ? this.state.places.map( (x, index) => { return }) : null } ``` I get the warning...

I attached the buttons, executed async mouse example, connected to Mouse device (it is exactly detected as mouse device), so I can see ``` Notify with report: (0, 0, 127,...

Подскажите, при включении логгирования ругается `main.ino:17:17: error: aggregate 'TinyDebugSerial mySerial' has incomplete type and cannot be defined` define LOG_ON включил, либу по вашей ссылке скачал и подключил

Seems it doesn't work with some remotes, i.e. I have a remote for garage gate ANMotors, that has 12 bits of preamble and 65 bits of code, usually I thend...