Дубовик Максим
Дубовик Максим
Earlier, if I set .colorbox{maxHeight:'95%'...} then colorbox frame gets vertical scrollbar (if content is heighter than frame) but if then I do $.colorbox.resize() my colorbox frame becomes heighter than wrapper...
### Discussed in https://github.com/getgauge/taiko/discussions/2586 Originally posted by **lufton** May 16, 2022 I have a step definition that is failing: ``` step("Enter into text field", async function(value, fieldLabel) { let txtBox...
Now you can set fee that will be included in total to pay so when payment system substract it's fee it will give full order total.
Without this import compilation was failing. Log: ``` INFO ESPHome 2024.11.3 INFO Reading configuration /config/esphome/hud.yaml... INFO Generating C++ source... INFO Compiling app... Processing hud (board: esp32-c3-devkitm-1; framework: arduino; platform: platformio/[email protected])...
This will let you override tracking_id for specific method call. Can be useful if you plan to use several tracking_ids in your project.
This PR eliminates need to include `api` integration in configuration. Could be useful for standalone projects where there is not need to send event to Home Assistant. It also includes...
First of all thanks for your effort! I'd like to have ability to work without `api` component. My project is a standalone device witch is not necessarily need to connect...