Today I have faced an issue that I couldn’t push/pull to(from) Bitbucket repository. I used Sourcetree and I got failed to do it with the error below. Invalid username and password I tried to change my password in Bitbucket and…
I have used Godaddy for a long time. By the way I have got a critical issue when I update name servers of a domain. Today I tried to update the name servers of a domain to Godaddy’s default name…
I have used Duet or Astropad for making iPad Pro as a second display. Then I tried to use Apple’s Sidecar which is a new feature of Mac OS Catalina. By the way it seems too unstable. I frequently meet…
When iPhone X was launched I bought and used it and then it took a short time to change from it to iPhone 8 Plus which has Touch ID. The reason why I changed was because Face ID wasn’t reliable…
After Apple released the official version of macOS Catalina and I tried to use Sidecar with my iPad Pro. It seems okay. But it doesn’t work sometimes. For example, sometimes iPad Pro screen became just a black screen and I…
I worked on an app using SwiftUI and Combine framework. Then I used @Published property wrapper to publish a stream data from a property in a ViewModel class. By the way when I assign a new value to the property…
Recently I have developed Sign in with Apple feature in my iOS app. It was almost similar like Facebook login. By the way I faced an issue that I couldn’t get a user’s email after the initial sign up. Then…
Recently I tried to migrate WordPress website into Kubernetes environment using Docker. After I did set them all I got an error that redirects a new domain to an old domain. So I checked all the sources and database records.…
I was struggled to pull a docker image from a private registry in Kubernetes environment. But everything seems okay. I added a secret to Kubernetes and then the secret information works well in my local. But when I tried to…
Kotlin itself is largely dependent on Java. So Google needs a completely different alternative which helps them get rid of it entirely (That’s one of the reasons for the existence of Fuchsia). The Dart programming language used in the Flutter…