Mohammad Farouk

Results 14 issues of Mohammad Farouk

When adding a bookmark to a streaming video, it's not appearing immediately, I need to play the video for a couple of seconds to get it appears. I am not...

enhancement
ux

### Sanity checks - [X] My issue relates to a specific CLI completion spec (e.g. `git checkout` is missing options in `git` completion spec). If your issue is more general,...

good first issue
CLI request

Is there a way to get the size of a file that I am not aware of? Something like: ` file.size `

I would like to suggest adding the ability to quickly search for a subscribed feed, when the feed list grows it's hard to open a specific feed.

If I tried to present a card using the SOCManager from a Sheet, it doesn't work. Sample Code: ``` struct ContentView: View { @State private var isShowingCard: Bool = false...

Hi, with RTL languages the slider slide on the opposite direction, if you want to try it: ` .environment(\.layoutDirection, .rightToLeft) `

Hi there 👋🏻 I noticed that the log handler in `OTelResourceDetection` is being overridden with `StreamLogHandler`, which makes it ignores the handler being created in `LoggingSystem.bootstrap` https://github.com/swift-otel/swift-otel/blob/b811d52fc5747b0a7f9f95e984390395268cc533/Sources/OTel/Resource/OTelResourceDetection.swift#L49 Is this behaviour...

Exporter is re-exporting exported signals, see the logs below. ![image](https://github.com/user-attachments/assets/d2eb2ee7-53b0-4c8f-a67c-2cc33c2d77f0)

Why the islamicUmmAlQura calendar is only available on Apple platforms? Is there any plans to make it available everywhere like other calendars? https://github.com/swiftlang/swift-foundation/blob/main/Sources/FoundationEssentials/Calendar/Calendar.swift#L63

enhancement

Hi there, I was using the old way of setting OTLP, then I migrated to the new alpha version. Previously I was setting the endpoint as: `api.honeycomb.io:443` now when I...