Byoungchan Lee

Results 38 comments of Byoungchan Lee

Changing to draft as the related PR is currently in draft status: https://github.com/rpm-software-management/librepo/pull/357#issuecomment-3465879004

I tested the latest Flutter `main` branch (commit 17c1b910373e88e9bab7742bef45acec3fe3a121) using the following four methods: 1. Without enabling native assets, using Skia. 2. Without enabling native assets, using Impeller (via `--enable-impeller`)....

Thanks for the review. I think I need to redesign the API to reduce API/ABI incompatibilities. It will take a few days, so I’ll mark this PR as a draft...

Thanks for the feedback. I appreciate it. I recognize that my solution in this PR isn't perfect, even from my own perspective. I'll take another look at it when I...

Sorry, mate. I generally prefer to fix FOSS issues and submit PRs, but at the moment, I don't have enough time to work on this DNF5 PR, as it's a...

Related issue: https://github.com/flutter/flutter/issues/140439

The error occurs because `__swift_instantiateConcreteTypeFromMangledName` returns a null address (0), which the program then attempts to use. While I'm not a Swift runtime internals expert, I believe this function reads...