Category: Uncategorized

  • On rails 7 new uninitialized constant Gem Source…

    On rails 7 new: uninitialized constant Gem::Source (NameError) (defined?(@source) && @source) || Gem::Source::Installed.new ^^^^^^^^ bundler (2.3.8, default: 2.3.7) Solution was to `gem update bundler` bundler (2.3.11, 2.3.8, default: 2.3.7)

  • what is a Unicode U+FEFF character The…

    “what is a Unicode U+FEFF character? The client isn’t generating this themselves and it isn’t visible on the file itself. Do you [have] any guesses on how this is being generated?” Aha! https://www.freecodecamp.org/news/a-quick-tale-about-feff-the-invisible-character-cd25cd4630e7/ U+FEFF is a “Zero Width No-Break Space” but it’s also a byte order mark (for UTF-16?) if at the beginning of the…

  • Resolving EKS error You must be logged in…

    Resolving EKS error: You must be logged in to the server (Unauthorized) when calling kubectl: Does “aws sts get-caller-identity” return the proper account and user ARN for a user that should have access? Maybe you need to refresh kubeconfig? “aws eks update-kubeconfig –name EKS_CLUSTER_NAME –region EKS_CLUSTER_AWS_REGION” https://aws.amazon.com/premiumsupport/knowledge-center/eks-api-server-unauthorized-error/