Skip to content
#

developer

Here are 1,945 public repositories matching this topic...

tech-interview-for-developer
jiriboy
jiriboy commented Jul 7, 2022

안녕하세요

자료 보면서 공부하다가 counting sort 코드가 이상한 부분이 있어서 수정했습니다

  1. 과정 3에서 누적합을 만들어줄 때 arr.length -> counting.length
  2. 과정 4에서 다시 sorted_arr에 넣어줄 때 인덱스가 counting[arr[i]] -> counting[arr[i]] - 1

좋은자료 항상 감사합니다 :)

good first issue
PermissionsSwiftUI
sapoepsilon
sapoepsilon commented Oct 17, 2021

Describe the bug
A clear and concise description of what the bug is.

This bug only present on iOS 15. When, the showModal boolean is set to true in .onAppear. It is not possible to dismiss the modal, unless restrictDismissal is set to false.
To Reproduce
Steps to reproduce the behavior:
Great example would be:

struct Dashboard: View {
   @State private var showModal: Bool
help wanted good first issue confirmed bug

Improve this page

Add a description, image, and links to the developer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the developer topic, visit your repo's landing page and select "manage topics."

Learn more