-
See following excerpt from IRC
```
11:31 "1 user has joined the channel"
11:31 Can we show this 1 user instead?
11:31 and only condense the messages if there's more than one user?
11:41 …
-
We are not able to add phone_number to ChatwootUser
```
ChatwootUser(
identifier: "john@gmail.com",
name: "John Samuel",
email: "john@gmail.com",
)
```
-
```
country = gb;support_contact = {%_country=gb?John Smith/%_country=us?John Doe/?None}
```
should produce
```
country = gb;
support_contact = John Smith
```
but produces
```
country = gb;
…
-
The app detects duplicate contacts by the name of the contact. For example, a contact with the name "John Doe' already recorded in the database will prevent another person with the same name "John Doe…
-
Eve Degree 1.0, Firmware 1.2.8. macOS Ventura, python 3.10.
HA dev, latest tag of aiohomekit.
Pairing works and is pretty fast. Then I restarted HA and pretty much immediately got:
```
2023-…
Jc2k updated
9 months ago
-
Because of the below issue the automatic setup required some manual step in order to access the back-end
**Description**
After installing the environment, I tried to access the back-end and I got …
-
## Checklist
- [x] I've searched for similar issues.
- [x] I'm using the latest version of HTTPie.
---
## Minimal reproduction code and steps
1. save a dummy image as `天狗.png`
2. issue a…
-
```mermaid
sequenceDiagram
Alice->>;John: Hello John, how are you?
John-->>;Alice: Great!
Alice-->>;John: See you later!
```
-
This does work:
```rs
use sanitizer::{StringSanitizer};
use sanitizer::prelude::Sanitize;
use validator::Validate;
#[derive(Sanitize)]
struct User {
#[sanitize]
pub kind: UserKind,…
-
## Petition
LANC has adopted a new file naming convention (YEAR-MONTH-DAY DOCUMENT TYPE Client Name). We have a request to change the file names generated by the robot.
Currently, petition file …