Woojong Koh
Woojong Koh
I am also facing this issue. On my end, I have a gray area on the left side. Is this related to `LayoutBuilder`, `NavigationRail`, or `SafeArea`? Check out the following...
I have created a minimal reproducible code as follows: ```dart import 'package:flutter/material.dart'; import 'package:feedback/feedback.dart'; class FeedbackApp extends StatelessWidget { const FeedbackApp({super.key}); @override Widget build(BuildContext context) { return LayoutBuilder( builder: (BuildContext...
I got the same error when I tried to download the MP4 audio of https://www.youtube.com/watch?v=6QySKWkYlPc.
Thanks for the feedback. It actually works with `torch.float32`! However, it kind of defeats the purpose of reducing VRAM usage since we have to switch from float16 to float32 when...
Currently, in the strict server interface, there is no way to retrieve the value of the "Accept" header and provide an appropriate response, such as *JSONResponse or *HTMLResponse. The function...
There is a workaround available at https://github.com/deepmap/oapi-codegen/issues/1322, however, it may not be the most intuitive way to handle this fundamental functionality, in my opinion. Would @Warboss-rus or any others involved...
It can be quite challenging to select text on iOS Safari. As shown in the screenshot below, when attempting to select text, two selections appear - one attributed to Flutter...
The fully implemented version of OpenAPI 3.1 can be found at https://github.com/pb33f/libopenapi, while kin-openapi is still in the process of implementing it. Would switching to the former accelerate the support...
Thank you, @hben35096, for sharing the wonderful styles! I thoroughly enjoyed your style prompts. Have you come across or tried any other interesting styles for InstantID?
I have identified the cause of the issue. My test bucket was public, so its `Cache-Control` was set to `public, max-age=3600` by default as stated in https://cloud.google.com/storage/docs/caching#built-in_caching_for. It appears that...