Danny Kim

Results 32 issues of Danny Kim

- [ ] Some text's font size is weird - [x] Folder dialog is not working - [ ] Crashing

``` concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "C:\Users\temed\miniforge3\envs\solie\Lib\concurrent\futures\process.py", line 261, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\temed\Documents\GitHub\solie\module\recipe\make_indicators.py", line 56, in do exec(indicators_script, namespace) File "", line...

## Report Rinf does smoothly connect Flutter and Rust right now, but there's one clunky part left: the web. On the web, with the curren target `wasm32-unknown-unknown`, many native functionalities...

## Report On Windows and Android, there are not enough frames showing up in the stacktrace. Most of the frames are missing because they cannot be `resolve`d. On macOS and...

## Report ### Projects: - https://github.com/LucaCoduriV/Notiflut-Land - https://github.com/ALEZ-DEV/Anime-Kanri ### Reactions: - (TBW) ## Steps to Reproduce Not relevant. ## System Information Not relevant. ```bash rustc --version protoc --version flutter doctor...

When using `asyncio`, we can find the blocking code like this: ```python import asyncio import time async def main(): time.sleep(1) # Block event loop if __name__ == "__main__": loop =...

### Use case Previously with PR #136297, providing custom web headers for `flutter run` was made possible. ``` flutter run --web-header=Cross-Origin-Opener-Policy=same-origin --web-header=Cross-Origin-Embedder-Polic=require-corp ``` While this may be useful in some...

c: new feature
tool
c: proposal
P3
team-tool
triaged-tool