and7ey

Results 68 issues of and7ey

ctypes is C library, which is not supported by some environments (see for ex., google app engine). Is it possible to replace it with some python package?

Почему в примере используется original_utterance, а не command? Пример некорректно работает с фразами типа "Алиса попроси навык такой-то сделать то-то", т.к. original_utterance будет содержать текст "попроси навык такой-то сделать то-то".

В примере есть следующий код - `if req['session']['new']:` Он некорректно работает, если навык запускается командой "Алиса, попроси навык такой-то сделать то-то". Вот "сделать то-то" при указанном в примере коде никогда...

I am trying to replace default `/ws` handler with `/` or with the empty value. But it doesn't work. With the code below the server is still available at `/ws`....

bug

Does it work with the latest version of Minecraft v.16.220? I am not able to connect with the server. It worked well last summer and I didn't touch my code....

question

I create an agent with the `NewAgent` command. It is created at the user's position. 1. How could I teleport the agent to the user's position? The standard command `tp...

question

Here is the code - ``` player.Rotation(func(rotation float64){ // fmt.Printf(" player rotation: %v\n", rotation) }) ``` The error is `[LSP: Go compiler] player.Rotation undefined (type *mcwss.Player has no field or...

bug
question

## Name There is some unhandled death event in the code. ### Description: Here is the log - ``` 2020-05-14 [11:31:10] [Server thread/CRITICAL]: Error: "Call to a member function getSpawnLocation()...

Is there a way/documentation how to add new lights to protocol.py? I am interested in SP107E - https://gist.github.com/and7ey/c299ff2e34ac714621b2ef4f4eeb4ae3 SP110E - https://gist.github.com/mbullington/37957501a07ad065b67d4e8d39bfe012?permalink_comment_id=3611593#gistcomment-3611593 In result it will be supported in led_ble Home...

### What happened? Zigbee2MQTT started to fail when sending data to several devices: - Tuya [WHD02](https://www.zigbee2mqtt.io/devices/WHD02.html#tuya-whd02) - [Aqara D1](https://www.zigbee2mqtt.io/devices/WXKG06LM.html#xiaomi-wxkg06lm) They work well sometime if I re-connect (pair again) them. Other...

problem