2020-08

Swift

Instance method ‘stroke(_:lineWidth:)’ requires that ‘Binding‘ conform to ‘ShapeStyle’

背景 SwiftUIで、@BindingしているColorをfill()やstroke()に指定したらエラーになる struct SelectColorView: View { @Binding var selectedCol...
Python

[Flask] 静的ファイルをプロジェクトディレクトリより上の階層に配置する方法

問題 Flaskではstatic_folderで静的ファイルを格納したフォルダを指定するが、 プロジェクトディレクトリの階層より上に静的ファイルのフォルダを置いた場合に相対パスでは指定できないらしい🤔 構成 ./  ├ static/...
スポンサーリンク