schroepf

Results 4 comments of schroepf

I built my own extensions for some SwiftUI compatibility of R.swift: ``` import Rswift import SwiftUI extension FontResource { func font(size: CGFloat) -> Font { Font.custom(fontName, size: size) } }...

When I added the test to `canned.spec.js` I noticed there is already a test case named 'loads named response from wildcard path for /d/1/bar' which tests this exact scenario -...

Hi @Aarhun, thanks for reporting that issue! I think I found a way to address it and allow users of the lib (as you suggested) to provide a custom path...

Ah ok... then this is probably a feature, not a bug :)