Vijay Stroup

Results 5 issues of Vijay Stroup

### Example ```Python app.mount('/static', StaticFiles(directory='static'), name='static') templates = Jinja2Templates(directory="templates") ``` ```html ``` ### Description "Mixed Content: The page at 'https://www.example.com' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.example.com/static/main.css'....

question

### Minimal reproducible example https://github.com/expo/audio-recording-example ### Summary #22877 Code: ```ts startRecording: const [recording, setRecording] = useState(null) setRecording(new Audio.Recording()) useEffect(() => { if (!recording) return recording.setOnRecordingStatusUpdate(async (status) => { console.log(status) })...

needs review

https://ui.shadcn.com/docs/components/scroll-area https://ui.shadcn.com/docs/components/tabs Looking to implement a elegant horizontal scroll in a Tabs component so I tried using a Scroll component around the Tabs Trigger components. Outcome was not as expected:...

### Investigative information ###### Please provide the following: - Timestamp: n/a - Function App name: n/a - Function name(s) (as appropriate): n/a - Core Tools version: 4.0.5455 ### Repro steps...

needs-investigation

https://www.youtube.com/watch?v=cEeoJjDx-HY Left Basketball as an exercise for the reviewers.