Mike

Results 5 issues of Mike

Hi, as this seems to be the best available fork of Fragaria, you may want to consider adding a Podspec for it on Cocoapods. Just a thought :)

low priority

Hi tomasf, Thanks for your help on IRC the other day. After several hours analysing tcpflow traces I've narrowed down the problem. WAK does not handle POST parameters unless the...

Hello, Do you have any plans to add SPM support? Would you accept pull requests for this?

I get the following error: Error: swift-package: error: The dependency graph could not be satisfied (https://github.com/vapor/vapor.git) when running vapor fetch when including gzip-provider in my Package.swift like so: .Package(url: "https://github.com/vapor/vapor.git",...

```Swift CardView { ChartLabel("Title", type: .title) BarChart() } .data(chartData) .style(ChartStyle(backgroundColor: .red, foregroundColor: .whiteBlack)) ``` Error: Value of type 'some View'has no member 'style'