Seishin's Life
  • Home
  • About Me
Sign in Subscribe

swiftui

Interesting case with URL query params

Interesting case with URL query params

Last week, I encountered another interesting case of something I didn't know. I worked on the implementation of one API call that requires sending some data as url query params. One of these params was an email. Everything is fine unless you have a + sign in the string. RFC3986 specifies
Atanas Dimitrov Aug 19, 2020
Strange Xcode and autocomplete issue

Strange Xcode and autocomplete issue

A few days ago I experienced a strange issue with the Xcode and its autocomplete functionality that ate some 2-3 hours of my time tracing back when and what happened in the commit history... Background I have a big array in a separate file containing items representing all of the
Atanas Dimitrov Aug 14, 2020
Xcode: The folder “disabled.plist” doesn’t exist.

Xcode: The folder “disabled.plist” doesn’t exist.

Today I decided to experiment a bit with the new SwiftUI and after the Xcode updated, it gave me this really strange error: 🚀 Solution Most probably you're missing the /private/tmp directory. So open the terminal and enter the following commands: > sudo mkdir /private/tmp > sudo chown -R $(whoami) /private/
Atanas Dimitrov Jan 24, 2020

Subscribe to Seishin's Life

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Seishin's Life © 2023. Powered by Ghost