linux [linux/ubuntu]DNS service doesn’t work on ubuntu and can’t modify `resolv.conf` Cause Why I can't modify resolve.conf is that it is linked as a symblic link. Solution All you have to do is in the foll... 2024.05.02 linux
Android [Kotlin/Jetpack Compose] What is the difference of `recomposition` and `configuration change`? Question I saw an Android official article. The reason why I read this article is to understand the notion of hoistng st... 2024.05.02 AndroidJetpack Compose
General Review badge When you review someone's code what do you use as format? I think review badge is an useful and utilitly way to show how... 2024.04.25 General
Chromium [Chromium] I came acrros `XXX vpython No Such File` I came across the problem that was very similar as a follow (I made a comment in this thread!) But I found a valuable ar... 2024.04.25 Chromium
Mac If you get an error ‘Error: Cask virtualbox depends on hardware architecture being one of [{:type=>:intel, :bits=>64}], but you are running {:type=>:arm, :bits=>64}.’ when executing`brew install –cask virtualbox` Problem When I do the command as a follow I came across this error. brew install --cask virtualbox Have you experienced ... 2024.04.25 Mac
Docker [Docker/Mongodb] Authentication Failed when connecting mongodb server even if you set correct name and password Artifact Problem I create this artifact by docker compose before executing compose inside directory $ ls -a docker-compo... 2024.04.21 DockerMongodb
Android [Kotlin/Android] How do you prevent crashing your application when notifing to flutter through event channel? Problem Don't you always come across a problem?!?! (<= Please don't say so : < ) I came across Android application crash... 2024.04.19 Androidkotlin
Android [Android]Kotlin How to capture and show the video which is captured by WebRTC (Sora) In my situation, I use Sorawhich have been being developed by Shiguredo. Concisely, This libraly is libwebRTC wrapper. W... 2024.04.18 Androidkotlin
Android [Kotlin/Android] How to get boundry values from `Range` type Cause I'm implemeniting Android camera appllication and often retrieve range value of some characteristics. For example ... 2024.04.15 Androidkotlin
kotlin [Android/Kotlin] How to request changing camera settings continuously? Camera2 Cmaera2 is the android official package that makes developers being able to develop various camera characteristi... 2024.04.12 kotlin