Khaled AbuShqear

Results 9 issues of Khaled AbuShqear

```ruby validates :attribute, phone: { allow_blank: true, countries: [:us, :ca] } ``` Phone number should be valid if it's at least valid for one country from the provided list

### Bug report info ```plain text act version: 0.2.57 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: unix:///Users/khaled-abushqear/.docker/run/docker.sock Sockets found: /var/run/docker.sock $HOME/.docker/run/docker.sock Config files: /Users/khaled-abushqear/.actrc: -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:runner-latest -P ubuntu-22.04=ghcr.io/catthehacker/ubuntu:runner-22.04 -P...

kind/bug
stale-exempt
backlog

### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and...

status/triage
type/feature

@alexreisner I would like to hear your input about this, this is very optional addtition to the reademe file that might be helpful for some users

Does it supports `after_commit` and `after_create_commit` callbacks?

It would be great to have an ability to switch between chat history

After installation, it doesn't work due to missing module 'kubernetes', should be added to the dependencies ``` Traceback (most recent call last): File "/Users/khaled-abushqear/Library/Python/3.11/bin/kptop", line 5, in from kptop_tool import...

# Connector settings: ```properties name=xxxxxx connector.class=com.altinity.clickhouse.sink.connector.ClickHouseSinkConnector tasks.max=1 clickhouse.server.url=xxx clickhouse.server.user=xxx clickhouse.server.password=xxx clickhouse.server.database=xxx clickhouse.server.port=8123 topics.regex=topic_prefix\.schema\..* store.kafka.metadata=true topic.creation.default.partitions=1 store.raw.data=false store.raw.data.column=raw_data buffer.flush.time.ms=1000 thread.pool.size=1 fetch.min.bytes=10485760 enable.kafka.offset=false replacingmergetree.delete.column=_sign auto.create.tables=true schema.evolution=false table.engine=ReplacingMergeTree deduplication.policy=off metadata.max.age.ms=10000 key.converter=io.confluent.connect.avro.AvroConverter value.converter=io.confluent.connect.avro.AvroConverter key.converter.schema.registry.url=......

duplicate
kafka
p2