Mahmoud Saada
Mahmoud Saada
Hey there! Is there an example to help create an issue? I saw the edit issue example, but no create example. Thanks
How can I prevent the parallax view from covering the status bar? 
``` $ nintengo Super_mario_brothers.nes PRG Banks: 2 CHR Banks: 1 Mirroring: Vertical Battery: false Trainer: false FourScreen: false VS Cart: false RAM Banks: 1 Region: NTSC Mapper: 0 (NROM) nes:...
``` sql ENUM("ONE", "TWO", "THREE") NOT NULL' ``` should be supported via ``` php $this->enum(['ONE', 'TWO', 'THREE'])->notNull(); ```
### Summary of problem Other ecosystems like Java seem to support Selenium integrations. Can we add support in Python as well? https://docs.datadoghq.com/tests/browser_tests/#selenium https://github.com/DataDog/dd-trace-java/blob/d81dc1416e98a8ac88ad41578ba393c20a71c198/dd-java-agent/instrumentation/selenium/src/main/java/datadog/trace/instrumentation/selenium/SeleniumUtils.java#L72-L86 Are there ongoing plans to support this?
``` [Workflow Telemetry] Process tracing disabled because of unsupported OS: {"platform":"linux","distro":"Ubuntu","release":"24.04.2 LTS","codename":"noble","kernel":"6.8.0-1021-azure","arch":"x64","hostname":"runner","fqdn":"runner","codepage":"UTF-8","logofile":"ubuntu","serial":"c89f7f89523d4a3c8248abaf650dadc6","build":"","servicepack":"","uefi":false} ```
**Describe the bug:** `flex upgrade` should upgrade my packages and it seems locked down to specific pinned versions for no apparent reason. **Steps to reproduce:** ```sh ❯ flox install helix...
## Summary This PR adds four enhancements to the SSE client that improve flexibility while maintaining backward compatibility: - **POST/PUT request support**: Enables HTTP methods beyond GET with optional JSON...